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

v0.2.5.beta1 does not work on Ruby 3.2 and later #54

Open
osyoyu opened this issue Jul 23, 2024 · 0 comments
Open

v0.2.5.beta1 does not work on Ruby 3.2 and later #54

osyoyu opened this issue Jul 23, 2024 · 0 comments

Comments

@osyoyu
Copy link

osyoyu commented Jul 23, 2024

I am encountering the following error with miam 0.2.5.beta1 on Ruby 3.2/3.3/master.

% bundle exec miam -f IAMfile --apply --dry-run
Apply `IAMfile` to IAM (dry-run)
[ERROR] Start tag expected, '<' not found

This is caused by the overwriting of String#clear in lib/miam/ext/string_ext.rb, which is called from Net::BufferedIO#rbuf_flush introduced in Ruby 3.2.

As this is already fixed neatly in #53, I'd appreciate a new release of miam.

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

No branches or pull requests

1 participant