KiraYao (智偉 姚)
- Login: KiraYao
- Registered on: 11/04/2016
- Last sign in: 11/04/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/04/2016
-
08:52 AM Ruby Bug #12897: Hash failed to recognize the existed key and send not found when using Vector as key
- also affected version ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux].
-
08:11 AM Ruby Bug #12897 (Rejected): Hash failed to recognize the existed key and send not found when using Vector as key
- When I was using Vector as the key to the Hash, Hash sometimes failed to recognize the key and send nil, while the key-value pair actually existed.
Example as followed:
irb(main):002:0> require"matrix"
=> true
irb(main):003:0> Ve...