-
Notifications
You must be signed in to change notification settings - Fork 824
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
Fix wasmer run not interpreting URLs correctly + display fixes #3370
Merged
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
5d1d4f3
Fix #3366 - file paths could get interpreted as URLs in wasmer run
fschutt 351b0a6
Add integration test, use different spinner library to fix #3346
fschutt 3e4a08f
Use with_context with proper formatting
fschutt 8674d8c
Adress review comments and fix test
fschutt 4ec584c
Install cowsay properly
fschutt 2145c2d
Disable test from running locally
fschutt cded3ac
Install wapm before running integration tests
fschutt 75aeeda
Install wapm via cargo if not available (Windows)
fschutt b5c4952
Remove dependency on wapm
fschutt 3d4c34b
Undo installing wapm automatically
fschutt b5be679
Remove dependency on wapm in unit tests
fschutt 8676105
Merge branch 'master' into fix-3366
fschutt 6eca5b9
Do not use home_dir
fschutt 95d77d5
Update wrong error message
fschutt ddf1903
Fix unit test
fschutt 429229f
Remove unnecessary fs::copy
fschutt 4b4214d
Remove unnecessary line from gitignore
fschutt 4040320
Make sure that the test is being run on Windows
fschutt 3db9ac6
Fix "wasmer" -> get_wasmer_path()
fschutt 854f9be
Fix Makefile on Windows
fschutt 7df82ec
Merge branch 'master' into fix-3366
fschutt 1969692
Windows: make path complex by canonicalizing
fschutt 6d559c2
Fix wasmer_run_complex_url on Windows GitHub CI
fschutt c352e1c
Fix compilation error in complex_url test
fschutt 9285031
Remove temporary out.tar.gz
fschutt 808bcca
Fix last compile error on Windows
fschutt 468c587
Windows: test that path actually conflicts with URL
fschutt fda1a3f
Replace \\ with / on Windows
fschutt 1594c88
Debug why Windows can't find qjs.wasm
fschutt a0668f9
Get better at locating wasmer.exe for running integration tests
fschutt 83a3854
Remove printlns in test_wasmer_run_complex_url
fschutt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not the correct way of joining paths. We should use the std os path join and return a Path