eipw icon indicating copy to clipboard operation
eipw copied to clipboard

Issue 5

Open JEAlfonsoP opened this issue 2 years ago • 4 comments

issue #5

JEAlfonsoP avatar Feb 26 '23 04:02 JEAlfonsoP

Looks like there are a couple failing CI steps. You'll want to build your changes with cargo and run the tests too. Something like:

cargo fmt                       # Formats the source code.
cargo test --all --all-features # Compiles the code, then runs the tests.
cargo clippy --all              # Catches common mistakes and anti-patterns.

You'll need to install Rust before you can do the above.

SamWilsn avatar Feb 27 '23 17:02 SamWilsn

Hi. I did manage to CI locally for sure. Did not run locally the test but I can do it. Do you have a PR - candidate to try it, I mean a test case ?

JEAlfonsoP avatar Mar 07 '23 14:03 JEAlfonsoP

This command here should let you run the failing test case locally:

cargo test --all --all-features # Compiles the code, then runs the tests.

There's an example output in #5.

SamWilsn avatar Mar 07 '23 17:03 SamWilsn

A bit! of work on implementation has been done. Two new tests were completed.

JEAlfonsoP avatar Apr 22 '23 01:04 JEAlfonsoP