You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
@eregon Hey! It's funny you found this 👀 cannot hide from you.. Tests were failing so it was just easier to disable them. While this gem is installable, the main goal is just to deploy api.ror.org which we use CRuby for. I'm not sure we will ever use JRuby for that, and speed is not a concern -- but happy to re-enable it if it helps with your work.
FWIW, JRuby is failing on Rails main (probably 7 too) afaict, which we are using for testing. I'd love that not to be the case, but there is more work to do.
59bd616
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also means not testing sdoc on JRuby and TruffleRuby at all. Fine if intended, but just wanted to mention it in case.
59bd616
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eregon Hey! It's funny you found this 👀 cannot hide from you.. Tests were failing so it was just easier to disable them. While this gem is installable, the main goal is just to deploy
api.ror.org
which we use CRuby for. I'm not sure we will ever use JRuby for that, and speed is not a concern -- but happy to re-enable it if it helps with your work.FWIW, JRuby is failing on Rails main (probably 7 too) afaict, which we are using for testing. I'd love that not to be the case, but there is more work to do.
59bd616
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, I found this out because we track regressions in public CIs using truffleruby with https://github.com/eregon/truffleruby-gem-tracker/
The failure on truffleruby is https://github.com/zzak/sdoc/actions/runs/4339206734/jobs/7576576496 I guess
That's due to a Bundler issue: rubygems/rubygems#6435
And that super-recent Bundler is used because you specify
bundler: latest
.I think not specifying that would fix that issue, I try it in https://github.com/zzak/sdoc/pull/202
59bd616
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regarding testing this on truffleruby, it seems valuable since the gem is dependency of quite a few other gems: https://rubygems.org/gems/sdoc/reverse_dependencies
59bd616
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!