Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

guide: add missing and fix incorrect testing info #3629

Merged
merged 2 commits into from
Sep 21, 2023

Conversation

flumm
Copy link
Contributor

@flumm flumm commented Sep 21, 2023

in the contributing section.

Some tests need WASM_BINDGEN_SPLIT_LINKED_MODULES set to run through, and the macro ui-tests are not a workspace package anymore

in the contributing section.

Some tests need `WASM_BINDGEN_SPLIT_LINKED_MODULES` set to run through,
and the macro ui-tests are not a workspace package anymore

Signed-off-by: Dominik Csapak <[email protected]>
@flumm
Copy link
Contributor Author

flumm commented Sep 21, 2023

i did not really find instructions to build the guide book, so i could not verify if the formatting, etc. is ok

Comment on lines 40 to 41
cd crates/macro
cargo test
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can do this more concisely with cargo test -p wasm-bindgen-macro.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah yes, i missed that. was only looking at the members in the workspace, i'll push a commit shortly

by using `-p wasm-bindgen-macro` instead of changing dir to `crates/macro`

Signed-off-by: Dominik Csapak <[email protected]>
Copy link
Collaborator

@Liamolucko Liamolucko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Liamolucko Liamolucko merged commit ba244b9 into rustwasm:main Sep 21, 2023
25 checks passed
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.

2 participants