-
Notifications
You must be signed in to change notification settings - Fork 119
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
Add ability to compile tabtest in the cloud and run it locally #1602
Conversation
446c29d
to
e46277a
Compare
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.
Can you pull runtime.js from service again? I have a suspicion that we both made edits to it in parallel. Just to be sure.
Not sure, do you send |
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.
packages/xod-cloud-tabtest/README.md
is missing
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.
I’d put the runtime.js
file to some other location rather than ./src/
because it is not a source in the usual sense. Maybe ./vendor/
or something.
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.
Can we have the green progress bar on the pane displayed?
- 25% - Generating C++ code...
- 50% Building...
- 75% Running tests...
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.
Electron, Linux, I’m clicking Run:
Generating C++ code...
Building...
Running tests...
No WebAssembly support found. Build with -s WASM=0 to target JavaScript instead.
🤣
Not so funny, actually. Here’s what I found https://kripken.github.io/emscripten-site/docs/getting_started/FAQ.html#what-is-no-webassembly-support-found-build-with-s-wasm-0-to-target-javascript-instead-or-no-native-wasm-support-detected
Am I have “wrong” electron or NodeJS? @knopki can you run the tests just fine on your Linux?
JSON.stringify.bind(JSON), | ||
filesMap => ({ | ||
fqbn: 'wasm:tabtest', | ||
options: { |
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.
Maybe put this to vendor
dir with runtime.js
? Because this is very static options.
@nkrkv Same error. I think we need |
@knopki would you help @evgenykochetkov with the research? |
@evgenykochetkov @nkrkv |
e46277a
to
dd33f71
Compare
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.
It works fine on MacOS! 👍
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.
Works fine on leenooks
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.
Works fine for me too now. And I can bet the overall UI performance is snappier!
But may we have the green progress bar as well, please?
dd33f71
to
6c4c8ee
Compare
…g tabtests in the cloud and running them
… it locally Closes #1543
6c4c8ee
to
5bf32a4
Compare
Just added the progress bar. |
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.
Very cool! 👍
Closes #1543