nim-lang / csources

The pre-generated C sources of the Nim compiler which aid in bootstrapping. This repository is archived because it's frozen, HEAD of csources can build Nim version 1 and any later version.
50 stars 33 forks source link

why no releases since v19.0.0? #25

Closed jackmac92 closed 5 years ago

jackmac92 commented 5 years ago

It breaks aasdf-nim https://github.com/rfrancis/asdf-nim/issues/5

Araq commented 5 years ago

We thought it's not necessary. Will investigate, stay tuned.

genotrance commented 5 years ago

Could create multiple tags at the same hash. But I plan on updating asdf to use the xz file instead.

ShalokShalom commented 5 years ago

How I am supposed to build via script?

I have Nim setup via a custom build script, which asks for the current version.

No update here, no update in my system.

genotrance commented 5 years ago

There's no need for sub-versions as already documented in the asdf thread. Doesn't this PR fix it for you?

https://github.com/rfrancis/asdf-nim/pull/6

ShalokShalom commented 5 years ago

No. I have just explained why. You can easily release a subversion, it costs you the hit of a button and makes the maintainence of the build scripts simple and keeps them concise.

Araq commented 5 years ago

We won't update csources anymore. The cources we have now are always good enough to build a version of Nim that can build any Nim version.