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

Create idiomatic variant #6

Closed
flaviut opened this issue Mar 4, 2015 · 2 comments · Fixed by #8
Closed

Create idiomatic variant #6

flaviut opened this issue Mar 4, 2015 · 2 comments · Fixed by #8
Labels
Milestone

Comments

@flaviut
Copy link
Owner

flaviut commented Mar 4, 2015

@Araq has pointed out that nre uses exclusive upper bounds, when most Nim code uses inclusive upper bounds. There should be a version of nre to use inclusive upper bounds.

@oprypin
Copy link
Collaborator

oprypin commented Mar 4, 2015

One thing that I feel strongly against is the use of Nim's .. for exclusive upper bounds here.

@oprypin
Copy link
Collaborator

oprypin commented Apr 9, 2015

You should just turn everything to inclusive upper bounds 😐

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants