akihikodaki (Akihiko Odaki)
- Login: akihikodaki
- Email: akihiko.odaki.4i@stu.hosei.ac.jp
- Registered on: 06/09/2017
- Last sign in: 01/22/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
01/22/2018
-
10:24 AM Ruby Bug #13069: mkmf: ignore linker warnings on OpenBSD
- The issue is affecting my gem, [cld3-ruby](https://github.com/akihikodaki/cld3-ruby).
[Build failure on OpenBSD · Issue #16 · akihikodaki/cld3-ruby](https://github.com/akihikodaki/cld3-ruby/issues/16)
> Those warnings are always emit...
09/24/2017
-
01:45 AM Ruby Feature #5481: Gemifying Ruby standard library
- Hi, I have some feedback implying a possibility of unexpected dependency on features packaged in Ruby installation when their gem versions are intended to be used.
I use Bundler v1.13.7 provided by CentOS SCL. The version always uses ...
09/23/2017
-
04:48 PM Ruby Bug #13932 (Closed): [PATCH] Extension libraries take precedence in checks of later Kernel.#require calls for features without file extensions
- Extension libraries take precedence in checks of later `Kernel.#require` calls for features without file extensions. That behavior is inconsistent with the first call, and can cause problems.
For instance, feature `openssl` has `opens...
06/09/2017
-
04:11 PM Ruby Bug #13648 (Closed): [PATCH] Nested map of Enumerator::Lazy with packed values gives wrong result
- This test case ends up with the following result.
~~~ ruby
class Step
include Enumerable
attr_reader :current, :args
def initialize(enum)
@enum = enum
@current = nil
@args = nil
end
def each(*args)
...