Skip to content

Support Persistent/VECTOR in a backwards compatible way#287

Merged
swannodette merged 1 commit intomasterfrom
static-props
Nov 21, 2025
Merged

Support Persistent/VECTOR in a backwards compatible way#287
swannodette merged 1 commit intomasterfrom
static-props

Conversation

@swannodette
Copy link
Copy Markdown
Member

If we have a symbol of the form A/B and the following conditions are met:

  1. A is not an namespace alias
  2. A is not a dotted symbol
  3. A is an unqualifed var defined or referred in the current ns

Then interpret A/B as A.B

Note this means that namespace aliases will always shadow unqualified vars defined or referred in the current ns

If we have a symbol of the form A/B and the following conditions are
met:

1. A is not an namespace alias
2. A is not a dotted symbol
3. A is an unqualifed var defined or referred in the current ns

Then interpret A/B as A.B

Note this means that namespace aliases will always shadow unqualified
vars defined or referred in the current ns
@swannodette swannodette merged commit 7c718ad into master Nov 21, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant