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

change an Aristo function name to avoid Nim stdlib ambiguity #2240

Merged
merged 1 commit into from
May 29, 2024
Merged

Conversation

tersec
Copy link
Contributor

@tersec tersec commented May 29, 2024

Minimal example:

func capacity(ctx: openArray[int]): float = discard
func a(): float = capacity(@[0])

This compiles in Nim 1.6 but not 2.0. The change here also avoids a Nim 2.0 porting issue.

@tersec tersec merged commit c466edf into master May 29, 2024
27 checks passed
@tersec tersec deleted the HDF branch May 29, 2024 15:08
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.

None yet

2 participants