mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
cdebf57ec6
* Add --yjit-no-type-prop so we can test YJIT without type propagation * Fix typo in command line option * Leave just two test workflows enable for YJIT
10 lines
441 B
Text
10 lines
441 B
Text
# Lines starting with '#' are comments.
|
|
# Each line is a file pattern followed by one or more owners.
|
|
# Code owners will be automatically tagged as reviewers when a pull request is opened
|
|
|
|
# YJIT sources and tests
|
|
yjit* @maximecb @xrxr @tenderlove
|
|
doc/yjit/* @maximecb @xrxr @tenderlove
|
|
bootstraptest/test_yjit* @maximecb @xrxr @tenderlove
|
|
test/ruby/test_yjit* @maximecb @xrxr @tenderlove
|
|
.github/workflows/yjit* @maximecb @xrxr @tenderlove
|