Skip to content

Add peace::cfg:: prefix to id_newtype macro usages.#176

Merged
azriel91 merged 6 commits intomainfrom
feature/157/id-newtype-macro-use-qualified-path
Jan 10, 2024
Merged

Add peace::cfg:: prefix to id_newtype macro usages.#176
azriel91 merged 6 commits intomainfrom
feature/157/id-newtype-macro-use-qualified-path

Conversation

@azriel91
Copy link
Copy Markdown
Owner

@azriel91 azriel91 commented Jan 10, 2024

Closes #157.

Automatic fix of most imports:

cargo fix --workspace \
  --features "cli error_reporting output_progress" \
  --exclude peace_rt_model_web

The download example's wasm.rs was manually fixed.

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (28bbde4) 93.39% compared to head (391f227) 93.40%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #176   +/-   ##
=======================================
  Coverage   93.39%   93.40%           
=======================================
  Files         408      408           
  Lines       41681    41690    +9     
=======================================
+ Hits        38930    38939    +9     
  Misses       2751     2751           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@azriel91 azriel91 merged commit 47e4871 into main Jan 10, 2024
@azriel91 azriel91 deleted the feature/157/id-newtype-macro-use-qualified-path branch January 10, 2024 05:31
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

Successfully merging this pull request may close these issues.

ItemId and other ID newtypes: Reference type by qualified path

1 participant