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

Latest rust nightly breaks the dependencies #46

Closed
Xudong-Huang opened this issue May 7, 2018 · 1 comment
Closed

Latest rust nightly breaks the dependencies #46

Xudong-Huang opened this issue May 7, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Xudong-Huang
Copy link
Contributor

Latest rust nightly version breaks the cargo test with an UB, because the generator library was corrupted by wrongly assembly output where the stack was polluted by function initial setup (rcx and rdx should not be saved on stack). this only affect the nightly debug version. the stable version and release version works fine.

I need to find a way to fix that, but seems really hard.

@Xudong-Huang Xudong-Huang added this to the basic DAG implementation milestone May 7, 2018
@Xudong-Huang Xudong-Huang added the bug Something isn't working label May 7, 2018
@Xudong-Huang Xudong-Huang self-assigned this May 7, 2018
@Xudong-Huang
Copy link
Contributor Author

ref Xudong-Huang/generator-rs#6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant