-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[wasm] Surface errors from emcc --version
, like missing python
#61067
Labels
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsBased on #60274 . Missing python, for example, shows up in the logs as:
.. but for the user:
|
dotnet-issue-labeler
bot
added
the
untriaged
New issue has not been triaged by the area owner
label
Nov 1, 2021
radical
added a commit
to radical/runtime
that referenced
this issue
Nov 9, 2021
We can use the captured output from the `Exec` task, but it would have to be weirdly formatted to get the proper looking errors. Instead, since the command itself is light, we just run it again, and this time surface the output as Errors. Fixes dotnet#61067
radical
added a commit
that referenced
this issue
Nov 10, 2021
ghost
locked as resolved and limited conversation to collaborators
Dec 10, 2021
radical
added a commit
to radical/runtime
that referenced
this issue
Feb 7, 2022
Fixes dotnet#61067 Fixes dotnet#59538 (cherry picked from commit 43c3e9a79a241d044f747373bf483da23807afff)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Based on #60274 .
Missing python, for example, shows up in the logs as:
.. but for the user:
The text was updated successfully, but these errors were encountered: