ta0kira / zeolite

Zeolite is a statically-typed, general-purpose programming language.
Apache License 2.0
18 stars 0 forks source link

Some category dependencies show up as unresolved in `compile-metadata`. #39

Closed ta0kira closed 4 years ago

ta0kira commented 4 years ago

This likely isn't a new issue, but I just started noticing because now the file format is readable.

ta0kira commented 4 years ago

Using example/regex/.zeolite-cache/compile-metadata as an example, it looks like MatchBrancher is both resolved and unresolved for BranchRepeatMatcher. This could mean that there is an extra dep on MatchBrancher with a different namespace.

ta0kira commented 4 years ago

It appears to have been a namespace issue with category declarations in .0rx sources that depend on categories in .0rp sources.