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

install.sh/koch install apparently doesn't install the compiler sources #4866

Closed
dom96 opened this issue Oct 8, 2016 · 3 comments
Closed

Comments

@dom96
Copy link
Contributor

dom96 commented Oct 8, 2016

This means that packages do not contain the compiler sources. These are required for certain tools, such as Nimsuggest.

For example, Arch linux package doesn't contain it: https://www.archlinux.org/packages/community/x86_64/nim/files/

@Araq
Copy link
Member

Araq commented Oct 20, 2016

Well since the compiler is also a Nimble package, it's not obvious at all what should be done about this situation.

@Araq Araq removed the Showstopper label Oct 20, 2016
@Araq
Copy link
Member

Araq commented Jan 9, 2017

All tools that require the compiler sources are now part of the distribution. Other tools like 'c2nim' can use the compiler Nimble package.

@genotrance
Copy link
Contributor

I think this needs to be reconsidered as the compiler is a very useful package and used by more and more tools. Using $nim instead of redownloading the entire compiler package at some fixed version is reasonable.

Further, there's always going to be random compatibility issues between an older nim.exe with a newer compiler lib or vice versa.

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

No branches or pull requests

3 participants