kulikov-im (Evgeniy Kulikov)
- Login: kulikov-im
- Registered on: 05/26/2017
- Last sign in: 05/27/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/27/2017
-
03:17 PM Ruby Bug #13603: SecureRandom.uuid is not valid v4 and/or RFC 4122
- shyouhei (Shyouhei Urabe) wrote:
> Is this a matter of our test code, or the actual output of SecureRandom.uuid does not conform the RFC?
test-case from repo (https://github.com/ruby/ruby/blob/ruby_2_4/test/test_securerandom.rb#L174)...
05/26/2017
-
09:31 PM Ruby Bug #10093: SecureRandom.uuid is not valid v4 and/or RFC 4122
- usa (Usaku NAKAMURA) wrote:
> Please do not reuse past tickets.
Open new issue https://bugs.ruby-lang.org/issues/13603 -
01:54 PM Ruby Bug #10093: SecureRandom.uuid is not valid v4 and/or RFC 4122
- https://www.ietf.org/rfc/rfc4122.txt (#4.4)
---
current test is https://github.com/ruby/ruby/blob/ruby_2_4/test/test_securerandom.rb#L174
```ruby
def test_uuid
uuid = @it.uuid
assert_equal(36, uuid.size)
assert_match(/\A... -
09:29 PM Ruby Bug #13603 (Closed): SecureRandom.uuid is not valid v4 and/or RFC 4122
- https://www.ietf.org/rfc/rfc4122.txt (#4.4)
---
(reopen from https://bugs.ruby-lang.org/issues/10093#change-65105)
current test is https://github.com/ruby/ruby/blob/ruby_2_4/test/test_securerandom.rb#L174
```ruby
def test_uuid...