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

added: ormin2 #2976

Closed
wants to merge 1 commit into from
Closed

added: ormin2 #2976

wants to merge 1 commit into from

Conversation

Luteva-ssh
Copy link
Contributor

Added package ormin2, which is the ormin package for use with nim version 2.

@narimiran
Copy link
Member

Why a separate package and not a PR to the original?

@Luteva-ssh
Copy link
Contributor Author

Just because I can't say if changes will break some code in older/legacy projects.
ormin is based on nim version >= 0.17.2 ! I don't know if the changes will work in such an old nim version...?!?

@narimiran
Copy link
Member

ormin is based on nim version >= 0.17.2

Nim 0.17.2 was released in 2017. Nobody (in their right mind) is using it anymore.

IMO, feel free to bump the minimal Nim version to 1.6.x in the original repo. And that version should be easy to manually test if everything still works. (If not, use the when (NimMajor, NimMinor) >= 2.0: ... idiom)

@Luteva-ssh
Copy link
Contributor Author

Ok. Thx! I'll bump the Version to 1.6 and test the lib with that nim version.

@Luteva-ssh Luteva-ssh closed this Jan 27, 2025
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