Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tentatively ignore errors on TruffleRuby head #1028

Merged
merged 1 commit into from
Jul 19, 2023
Merged

Conversation

nobu
Copy link
Member

@nobu nobu commented Jul 19, 2023

TruffleRuby changed somewhere between f403dd53..315e774d.

$ truffleruby -v -e 'def parseable?(code);eval("BEGIN {return true}\n#{code}");rescue SyntaxError; false; end' -e 'p parseable?("")'
truffleruby 23.1.0-dev-b64cd1d4, like ruby 3.1.3, GraalVM CE Native [x86_64-darwin]
(eval):1:in `parseable?': unexpected return (LocalJumpError)
	from -e:1:in `parseable?'
	from -e:2:in `<main>'

@nobu nobu merged commit 95a2ef3 into ruby:master Jul 19, 2023
21 checks passed
@nobu nobu deleted the skip-truffle branch July 19, 2023 03:48
@nobu nobu temporarily deployed to github-pages July 19, 2023 03:48 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants