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

nix-query-tree-viewer is not able to be compiled with rustc >= 1.53 #11

Closed
cdepillabout opened this issue Sep 10, 2021 · 0 comments
Closed
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@cdepillabout
Copy link
Owner

cdepillabout commented Sep 10, 2021

nix-query-tree-viewer is not able to be compiled with recent versions of rust because of a change in the standard library that affects the lexical library (which is one of nix-query-tree-viewer's transitive dependencies).

The problem is detailed here: rust-lang/rust#81654

nix-query-tree-viewer needs to have its dependencies updated to be able to work around this issue. From the above issue, it seems likely this could be fixed by updating the version of the nom dependency.

@cdepillabout cdepillabout added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant