flori (Florian Frank)
- Login: flori
- Email: flori@ping.de
- Registered on: 07/03/2008
- Last sign in: 01/09/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
05/20/2022
-
08:49 AM Ruby Revision 9245b28d (git): [flori/json] Bump version to 2.6.2
- https://github.com/flori/json/commit/5de358f655
10/14/2019
-
10:54 AM Ruby Revision a4cf11c1 (git): [flori/json] fix test as reported in #343
- https://github.com/flori/json/commit/565c72ba9e
-
10:54 AM Ruby Revision 7376d70c (git): [flori/json] Only attempt to resize strings not other objects
- https://github.com/flori/json/commit/167ada8da7
05/31/2019
-
01:25 PM Ruby Bug #15891 (Closed): FrozenError when assigning frozen class to constant
- This code used to work in Ruby 2.6 and before: `C = Class.new.freeze`. Now it raises a FrozenError for class and module instances, while other frozen things seem to still work.
I am not sure if this is a bug or an intentional change. ...
07/15/2009
-
11:33 PM Ruby Bug #1780 (Closed): Clarification of Array#sample documentation
- =begin
I tried to add a description of the sample algorithm when called with an argument n > 1 to make clear that the chosen elements are sampled by using unique random indices not (possibly) repeating random indices.
=end