Skip to content

Conversation

@vshakitskiy
Copy link
Contributor

Closes #5180.

Copy link
Member

@GearsDatapacks GearsDatapacks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! A couple notes inline

find_position_of("None").nth_occurrence(2).to_selection(),
);
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get tests for:

  • Qualifying unqualified functions
  • Qualifying unqualified constants
  • Unqualifying a value in a constant also unqualifies references in functions
  • Unqualifying a value in a function also unqualifies references in constants

@vshakitskiy
Copy link
Contributor Author

Added record check, as well as more tests, lemme know if I missed something or did something not quite right 🙏

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.

Unqualify is not available in constants

2 participants