kaist-cp / cs420

KAIST CS420: Compiler Design (2023 Spring)
423 stars 28 forks source link

[HW6] Submission place for hw6 actually grades hw5 #471

Closed kingdoctor123 closed 1 year ago

kingdoctor123 commented 1 year ago

Hello,

I submitted my hw6 solution file deadcode.zip to gg, but the grader says

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/test_examples.rs (target/release/deps/test_examples-d8ae6d8bc74bd05f)

running 1 test
thread 'test_examples_gvn' panicked at 'not yet implemented: Homework: Global Variable Numbering', src/opt/gvn.rs:11:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
test test_examples_gvn ... FAILED

failures:

failures:
    test_examples_gvn

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 11 filtered out; finished in 0.00s

error: test failed, to rerun pass `--test test_examples`

I double-checked that I correctly submitted to https://gg.kaist.ac.kr/assignment/96/ and I guess it is a bug of gg. Can you please check it for me?

Thank you in advance.

AnHaechan commented 1 year ago

Fixed! It will work now.

kingdoctor123 commented 1 year ago

Thank you for quick fix. I checked that it indeed works.