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

Update from upstream #1

Merged
merged 216 commits into from
Dec 27, 2023
Merged

Update from upstream #1

merged 216 commits into from
Dec 27, 2023

Conversation

maxirmx
Copy link

@maxirmx maxirmx commented Dec 25, 2023

No description provided.

alexeymorozov and others added 30 commits January 13, 2022 11:51
Discussion of support of EOL'd Ruby 2.5
YAML turns 3.0 into 3, which then GitHub Actions picks up as "latest
3.x", when I really want "3.0" explicitly. So we need to quote the
  number to work around this bug. Rice crashes on 3.1.
Fixed crash in tests with Ruby 3.1
Fix for std::bad_alloc in MethodInfo
And it's only failing on Ruby 3.2 which makes me think that there's a
bug in Ruby itself somewhere but I don't know how to track this down.
…e single header file at rice/include/rice/rice.hpp)
…data_type. Note that Object defines a rb_type method which does a very different thing, it calls Ruby's rb_type method.
…, std::map size is defined on an ancestor class _Tree. Currently Rice blows up if it calls size because _Tree is not in the TypeRegistry and thus not bound. Fixes #178.
@maxirmx maxirmx merged commit 9545a1a into lutaml:master Dec 27, 2023
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants