Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add experimental callOperator switch to example app #6

Merged
merged 1 commit into from
Feb 8, 2021
Merged

Conversation

metagn
Copy link
Contributor

@metagn metagn commented Feb 7, 2021

The current Nim behavior is that the experimentals for call/dot operators only need to be enabled at the declaration site, and modules using the operators do not need it enabled. This behavior is changed in nim-lang/Nim#16924. This example does not enable the callOperator experimental switch, making Nim's package CI break for that PR. Adding this switch here does not break the example for previous behavior.

@andreaferretti andreaferretti merged commit 3a32e6b into andreaferretti:master Feb 8, 2021
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.

3 participants