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

Add Ruby 3.3.0-preview1 to test suite #18147

Merged

Conversation

adfoster-r7
Copy link
Contributor

Continuation of #18043

Verification

  • CI Passes

@adfoster-r7 adfoster-r7 force-pushed the add-ruby-3.3.0-preview1-to-test-suite branch 2 times, most recently from c3ead52 to da0ff24 Compare June 28, 2023 23:38
@@ -79,7 +79,7 @@ def decrypt_secret_data(secret, key)
j = key[j..j+7].length
end
end
dec_data_len = decrypted_data[0,4].unpack('<L').first
dec_data_len = decrypted_data[0,4].unpack('L<').first
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Invalid Ruby pack/unpack directives (i.e. using Python's way of specifying endianness) are now raised as an error. There's a separate effort to fix all invalid uses of this, but for now I'm fixing the ones that fail the test suite.

.github/workflows/verify.yml Outdated Show resolved Hide resolved
@gwillcox-r7 gwillcox-r7 self-assigned this Jun 29, 2023
@adfoster-r7 adfoster-r7 force-pushed the add-ruby-3.3.0-preview1-to-test-suite branch from da0ff24 to 085943b Compare June 29, 2023 21:53
@gwillcox-r7 gwillcox-r7 merged commit 859ff28 into rapid7:master Jun 29, 2023
38 checks passed
@gwillcox-r7 gwillcox-r7 added the rn-no-release-notes no release notes label Jun 29, 2023
@adfoster-r7 adfoster-r7 added rn-enhancement release notes enhancement and removed rn-no-release-notes no release notes labels Jun 29, 2023
@adfoster-r7
Copy link
Contributor Author

Release Notes

Adds support for Ruby 3.3.0-preview1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rn-enhancement release notes enhancement
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants