General

Profile

unasuke (Yusuke Nakamura)

  • Login: unasuke
  • Registered on: 04/05/2018
  • Last sign in: 03/20/2024

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Like

Activity

06/20/2023

12:49 AM Ruby master Feature #19737: Add `IO::Buffer#cat` for concat `IO::Buffer` instances
My use case is this: concat given two buffers, then modify (copy, slice, xor) it.
(More concretely, I want to apply/...
unasuke (Yusuke Nakamura)

06/19/2023

04:30 PM Ruby master Feature #19737: Add `IO::Buffer#cat` for concat `IO::Buffer` instances
Opend here <https://github.com/ruby/ruby/pull/7960> unasuke (Yusuke Nakamura)
04:29 PM Ruby master Feature #19737 (Rejected): Add `IO::Buffer#cat` for concat `IO::Buffer` instances
## motivation
In my use case, I want to concat two IO::Buffer instances. But current implementation doesn't have tha...
unasuke (Yusuke Nakamura)

01/23/2023

08:06 AM Ruby master Revision a22ed3e9 (git): Fix homepage url in gemspec
GitHub Pages now hosted on *.github.io unasuke (Yusuke Nakamura)

12/13/2022

09:07 AM Ruby master Revision d4dce27d (git): [ruby/openssl] Allow empty string to OpenSSL::Cipher#update
For some reasons, plaintext may be empty string.
ref https://www.rfc-editor.org/rfc/rfc9001.html#section-5.8
https:...
unasuke (Yusuke Nakamura)

11/03/2022

06:40 PM Ruby master Revision 5344618c (git): [DOC] Fix IO::Buffer#slice rdoc position
Before this change, rdoc shows empty in 'slice' method section unasuke (Yusuke Nakamura)

01/19/2022

04:04 PM Ruby master Revision 26e0450b (git): [rubygems/rubygems] Add spec to class name definition in newgem spec
https://github.com/rubygems/rubygems/commit/5f698fc4a0 unasuke (Yusuke Nakamura)
04:04 PM Ruby master Revision 7353f950 (git): [rubygems/rubygems] Change generated namespaced test class name in minitest
* `foo` => `TestFoo`
* `foo_bar` => `TestFooBar`
* `foo-bar` => `Foo::TestBar`
https://github.com/rubygems/rubygems/...
unasuke (Yusuke Nakamura)
04:04 PM Ruby master Revision 4e955b2e (git): [rubygems/rubygems] Create minitest file to underscored path in "bundle gem" command
...with dashed gem name
In "bundle gem" command with dashed name gem (e.g. foo-bar) generates
`test/test_foo/bar.rb`...
unasuke (Yusuke Nakamura)
04:04 PM Ruby master Revision 44513132 (git): [rubygems/rubygems] Update generated minitest file style
foo => test/test_foo.rb
foo-bar => test/foo/test_bar.rb
foo_bar => test/test_foo_bar.rb
https://github.com/rubyg...
unasuke (Yusuke Nakamura)

Also available in: Atom