Skip to content

Commit

Permalink
Fix: don't run thread specs with the interpreter
Browse files Browse the repository at this point in the history
Starting threads very likely requires support from the interpreter to
create the thread (so it knows about it) to run the interpreted code in.

This also fixes the "can't resume running fiber" exceptions that started
appearing in the wait group pull request, because they were always run
after the thread related specs.
  • Loading branch information
ysbaddaden committed Feb 6, 2024
1 parent c67883c commit 215444a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/interpreter_std_spec.cr

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 215444a

Please sign in to comment.