Jan Biedermann
Jan Biedermann
We could have celebrated 18000 specs passing with the last commit, but instead the total amount of working specs reduced a bit, as the ruby/core/integer specs have been running twice,...
@hmdne , @elia , @takaram part 6 is ready, it does not yet fix all found issues, but makes mspec_ruby, mspec_opal and minitest work with node on linux, along with...
@hmdne , @elia , @takaram part 7 is ready, this makes mspec_ruby, mspec_opal, minitest work on Bun, Deno, Node; Bun of course, with errors. Out of frustration i totally removed...
@hmdne , @elia , @takaram part 8 is ready, fixes bugs found by @takaram and makes linter happy. Most important change is probably the new platform specific spec selection. mspec...
Github Actions almost done, asciidoctor needs some # backtick_javascript: true comment to function properly for the performance task.
Asciidoctor backtick PR: https://github.com/asciidoctor/asciidoctor.js/pull/1753
@hmdne , @elia , @takaram part 9 is ready, makes Github actions work
I will squeeze commits to make rebasing easier and because i removed things again that i added on the way.
BUG: There is one spec calling #spawn or similar, that leaves a node process running in the background at 100% cpu usage. --- FIXED