cda-group / arc

Programming Language for Continuous Deep Analytics
https://cda-group.github.io/arc/
44 stars 6 forks source link

Arc-Script Updates #202

Closed segeljakt closed 3 years ago

segeljakt commented 3 years ago

this was working on my machine before I uploaded it 👀

segeljakt commented 3 years ago

ok, now I see what can go wrong with compiletest_rs. If you got duplicate build artifacts (cargo check and cargo test), then compiletest_rs cannot distinguish between them and might pick the wrong one (cargo check) by chance

the solution is to do cargo clean before cargo test

segeljakt commented 3 years ago

I am 99% sure this will work, let's see