-
Notifications
You must be signed in to change notification settings - Fork 1
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
Yordan/my wit component #6
base: blocksense
Are you sure you want to change the base?
Conversation
cd ~/code/repos/spin/crates/core && cd ./tests/core-wasi-test/ && cargo build && ls -l target/wasm32-wasi/debug/core-wasi-test.wasm && cp target/wasm32-wasi/debug/core-wasi-test.wasm /home/yordan/code/repos/spin/crates/core/../../target/test-programs/core-wasi-test.wasm && cd ../.. && cargo test
…ll a lot of polishing is need
Pesho asked me to review this PR, focusing on the server/host side of things. The following is the account of what followed. I spent an hour and I managed to build only few packages of the ones affected by this PR. I couldn't run any tests. I'm attaching my review notes, but perhaps I'm doing something wrong. Have I missed some crucial setup step that would allow me to build this and run the tests? Notes: My eyes hit this PR. They met no README or any sort of instruction of how to proceed. I built the code. It fails to build. (Actually, realized on a later retry.) I tried to run the tests. They fail to build. The error message is the following:
I started looking for new tests introduced by this PR. I found I get "file not included in crate hierarchy" for it, which after investigation seems to be related to the build configuration. It defines an So the purpose of Skipping through the
This is followed with more errors, 14 in total. So I give up on the There are what seem to be drive-by changes until I reach I discover I reach
The next example I discover is There are no more files. The review is done! |
WIP