Skip to content

Add specs for IO::Buffer's bitwise operations#1341

Merged
eregon merged 1 commit intoruby:masterfrom
trinistr:io-buffer-bit-operations
Feb 2, 2026
Merged

Add specs for IO::Buffer's bitwise operations#1341
eregon merged 1 commit intoruby:masterfrom
trinistr:io-buffer-bit-operations

Conversation

@trinistr
Copy link
Contributor

@trinistr trinistr commented Feb 1, 2026

Contrinuing from #1305

Added specs for #&, #and!, #|, #or!, #^, #xor!, #~, #not!. They are all basically copies of each other, only the NOT is different as it is unary.

@trinistr trinistr marked this pull request as ready for review February 1, 2026 18:03
@eregon eregon merged commit 32f4a34 into ruby:master Feb 2, 2026
14 checks passed
@eregon
Copy link
Member

eregon commented Feb 2, 2026

Thanks!

@trinistr trinistr deleted the io-buffer-bit-operations branch February 2, 2026 13:33
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.

2 participants