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

Panic when running cargo aoc #55

Open
NilsIrl opened this issue Dec 1, 2020 · 6 comments
Open

Panic when running cargo aoc #55

NilsIrl opened this issue Dec 1, 2020 · 6 comments

Comments

@NilsIrl
Copy link

NilsIrl commented Dec 1, 2020

When running cargo aoc the following panic is hit:

unimplemented!()

@jskrzypek
Copy link

Also hitting this

@jskrzypek
Copy link

Hmm looks like the v0.3 branch might be the working one? https://github.com/gobanos/cargo-aoc/blob/v0.3/cargo-aoc/src/project.rs#L45

@jskrzypek
Copy link

Bah, now it just prints AOC 2020 and doesn't seem to run my code :(

@jskrzypek
Copy link

    Checking advent-of-code-2020 v0.2.0 (/home/jskrzypek/dev/jskrzypek/advent-of-code-2020/rust)
    Finished dev [unoptimized + debuginfo] target(s) in 0.44s
   Compiling advent-of-code-2020 v0.2.0 (/home/jskrzypek/dev/jskrzypek/advent-of-code-2020/rust)
   Compiling aoc-autobuild v0.3.0 (/home/jskrzypek/dev/jskrzypek/advent-of-code-2020/rust/target/aoc/aoc-autobuild)
    Finished release [optimized + debuginfo] target(s) in 2.11s
     Running `target/release/aoc-autobuild`
AOC 2020

@jskrzypek
Copy link

Oh, nvm. That was my fault, I had a segfault in an unsafe block.... wheee valgrind 🙄

@NilsIrl
Copy link
Author

NilsIrl commented Dec 3, 2020

Ok, it works with the 0.3 branch. I'm not going to close this, because this is still a bug on master...

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

No branches or pull requests

2 participants