-
-
Notifications
You must be signed in to change notification settings - Fork 38
patch dotnet.js to support strict mode #82
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
Conversation
|
Thank you. I'm not familiar with |
|
Afaik the patch command should be resilient to small changes (like whitespace). It works together with the The command I used to generate the patch is |
Codecov Report
@@ Coverage Diff @@
## main #82 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 39 39
Lines 1039 1039
Branches 123 123
=========================================
Hits 1039 1039 Continue to review full report at Codecov.
|
|
Just to be sure we have to check if it actually works. If you have time, please run the entire |
|
Well, I did make an earnest attempt at running I tried setting the What environment should I build it in? |
|
I pushed the updated dotnet.js file. |
|
Here is the instructions on building the runtime: https://github.com/Elringus/DotNetJS#compiling-runtime Make sure to run |
|
Still, no luck.. |
|
Ok, so I've tested and it doesn't seem to work. Here is the result of running the patch command: In the attachement are the files generated by the command. |
|
I've also noticed that the auto-generated file has some random contents (hashes), so this kind of patching may not work. |
|
Hmm, for some reason, the dotnet.js.orig.txt seems to be lacking newlines, while the one that's checked into |
|
|
Solved in #123. |
No description provided.