Commit b37aaf2
authored
Re-add truffleruby in CI (#1636)
* This reverts commit 776d043.
* See #1586
> No one fix failure jobs over one month.
The CI failure was reported in
truffleruby/truffleruby#4094 and I did a lot
of work to replace Ripper with `Prism::Translation::Ripper` in
TruffleRuby and [improved `Prism::Translation::Ripper` to be compatible
enough](ruby/prism#3838).
There were only 6 days between report & fix.
It seems there was another failure after that, I found [this failing
run](https://github.com/ruby/rdoc/actions/runs/21367549712/job/61503325741)
```
/home/runner/work/rdoc/rdoc/lib/rdoc/parser/ripper_state_lex.rb:17:in 'Module#const_missing': uninitialized constant Prism::Translation::Ripper::Filter (NameError)
```
This has been fixed since then (`ruby -rripper -e 'p
Prism::Translation::Ripper::Filter'` works on truffleruby-head), given
the CI now passes.1 parent f519593 commit b37aaf2
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
0 commit comments