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

fix fileExists ambiguity for Nim < 1.4 & bump version #13

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

Vindaar
Copy link
Member

@Vindaar Vindaar commented Jul 25, 2022

Trying to fix #12.

This is a bit confusing to me. According to the docs fileExists lives in os even on devel. But if I prefix the fileExists call with os independent of Nim version, nimble complains about it not existing. Hence the extra proc to differentiate. I hope on older Nim versions this actually works correctly.

@Vindaar
Copy link
Member Author

Vindaar commented Jul 29, 2022

Friendly ping @andreaferretti.

@Vindaar Vindaar merged commit dd92f8e into SciNim:master Jul 4, 2023
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.

nimcuda.nimble(26, 20) Error: ambiguous call
1 participant