You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both cases, I don't think we've fully formalized the grammar/restrictions yet. Eg, for fragments, what exact characters can show up in the fragment? For globs, do we support arbitrary string globs (app.bsk*), or only at a period position (app.bsky.*), can they be positional (app.*.feed.post), and are they recursive or does ** specify recursive.
The fragment syntax is used the in the wild for Lexicon references, so we should probably get that nailed down.
bnewbold
changed the title
Fragment interop test files do not include fragments or glob cases
NSID syntax: formalize fragment and glob variations
Oct 7, 2024
The nsid spec mentions that a variation can contain an appended fragment and * as a glob character.
Neither appear in any of the valid test cases so it's unclear if we need to support them right now or not.
The text was updated successfully, but these errors were encountered: