We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
String#clear
Net::BufferedIO#rbuf_flush
As this is already fixed neatly in #53, I'd appreciate a new release of miam.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am encountering the following error with miam 0.2.5.beta1 on Ruby 3.2/3.3/master.
This is caused by the overwriting of
String#clear
in lib/miam/ext/string_ext.rb, which is called fromNet::BufferedIO#rbuf_flush
introduced in Ruby 3.2.As this is already fixed neatly in #53, I'd appreciate a new release of miam.
The text was updated successfully, but these errors were encountered: