truffleruby fails sinatra tests (liquid) NoMethodError: undefined method 'peek_byte' for #<StringScanner ...>
#3788
Labels
NoMethodError: undefined method 'peek_byte' for #<StringScanner ...>
#3788
Please let me know if it is useful that I report like this or not – but I this seemed like something you would like to investigate as it was passing just some time ago and nothing changed in Sinatra regards to this (well, maybe some dependencies, as I mention below)
Both truffleruby and truffleruby-head fails the Sinatra tests currently
truffleruby 24.1.2, like ruby 3.2.4, Oracle GraalVM Native [x86_64-linux]
https://github.com/sinatra/sinatra/actions/runs/13119142286/job/36914681384#step:5:41truffleruby 25.0.0-dev-1a3571eb, like ruby 3.3.5, GraalVM CE Native [x86_64-linux]
https://github.com/sinatra/sinatra/actions/runs/13119142286/job/36914681310#step:5:41The tests were passing ~3 months ago (I see tilt 2.4.0 was used here, in the more recent runs tilt 2.6.0 was used, may be more differences, not sure it that one is relevant)
truffleruby 24.1.1, like ruby 3.2.4, Oracle GraalVM Native [x86_64-linux]
https://github.com/sinatra/sinatra/actions/runs/11936860840/job/33271497492truffleruby 24.2.0-dev-49a44754, like ruby 3.3.5, GraalVM CE Native [x86_64-linux]
https://github.com/sinatra/sinatra/actions/runs/11936860840/job/33271497045Example fail
The text was updated successfully, but these errors were encountered: