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

[GR-47834] Fixes for Cerner plugin applications #3260

Merged
merged 3 commits into from
Sep 14, 2023

Conversation

graalvmbot
Copy link
Collaborator

No description provided.

andrykonchin and others added 3 commits September 14, 2023 12:56
It fails with the following error:
```
... .rbenv/versions/truffleruby-23.0.0-preview1/lib/gems/gems/debase-ruby_core_source-0.10.18/lib/debase/ruby_core_source/ruby-3.1.0-p0/internal/array.h:106:1: error: static declaration of 'RARRAY_AREF' follows non-static declaration
RARRAY_AREF(VALUE ary, long i)
^
... .rbenv/versions/truffleruby-23.0.0-preview1/lib/cext/include/ruby/internal/core/rarray.h:263:7: note: previous declaration is here
VALUE RARRAY_AREF(VALUE array, long index);
      ^
```
…il as last argument

```
require 'date'

DateTime.rfc2822(nil)

# The last argument is nil, treating as empty keywords
# .../lib/truffle/truffle/cext.rb:1132:in `rb_exc_raise': invalid date (Date::Error)
```
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Sep 14, 2023
@graalvmbot graalvmbot merged commit 82dcdce into master Sep 14, 2023
14 checks passed
@graalvmbot graalvmbot deleted the ak/fixes-for-cerner-plugin-applications branch September 14, 2023 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants