fix(P.3.1): split_namespaced_id replaced with current-module-prefix match; v0.1.1

Pre-existing bug: split_namespaced_id used first-dot-split. For modules
with dotted IDs (e.g. lib-core.maps-test), this misclassified
'<dotted-module-id>.<tilemap-name>' as cross-lib reference.

Replaced with split_local_tilemap() that matches by exact current-
module-id prefix. Module-id can now have arbitrary dots.

Surfaced by P.3.1 reference test-module 'lib-core.maps-test' which
has a dotted module-id.
This commit is contained in:
Axel Meyer
2026-05-11 02:49:02 +02:00
parent ecc6796b0d
commit db9eb222cb
2 changed files with 15 additions and 11 deletions

View File

@@ -1 +1 @@
{"id":"lib-core.maps","version":"0.1.0","api_min":"0.1"}
{"id":"lib-core.maps","version":"0.1.1","api_min":"0.1"}