Skip to content

Bug Fixes

Compare
Choose a tag to compare
@codeitlikemiley codeitlikemiley released this 28 Jun 19:56
· 104 commits to main since this release
0c0495c
  • Fix issues on not detecting #[test] declared fn as test
  • Now you can Run or Test on examples
  • Now you can add ENV Variables e.g. RUSTFLAGS="-AWarnings"
  • Added env on Override Config Selection when pressing CMD+SHIFT+R
  • Fix Module Path , re-factor to additional 2 fn called get_module_paths and find_module
  • Properly resolves nested modules defined even within combination of folder modules, modules inside file, and relative module.
  • Test now have default args set to --exact --nocapture --show-output while on cargo next test defaults to --no-capture
  • Cargo nextest runs test on exact match , where the old one if runs before other test that have same name on different modules
  • Added back missing build command
  • Cargo Runner Toml file are now per crate , and can have one config that can be used by other crates if declare on workspace root