Replies: 2 comments 2 replies
-
|
OpenD has exactly one supported release: the current one. There will be no official way to download an unsupported release. You're free to download it and keep a copy somewhere though. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Also note that opend's bar for breaking changes is generally higher than upstream; we don't break code without good reason anyway. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'd like to try my hand at building OpenD with Nix and possibly supporting it at dlang.nix.
There's one problem though. The raison d'atre with Dlang.Nix is that you can pick what version of the compiler you want - you don't have to use the most recent compiler we happen to support, so your code will keep compiling. There doesn't currently be a versioning scheme for OpenD though, so it seems I will have to come up with my own.
Do you have any opinion on what would be a good way to pick "releases" to support from the GitHub history?
Ping @adamdruppe @GrimMaple @PetarKirov
Beta Was this translation helpful? Give feedback.
All reactions