twalpole@gmail.com (Thomas Walpole)
- Login: twalpole@gmail.com
- Email: twalpole@gmail.com
- Registered on: 11/20/2015
- Last sign in: 01/03/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
01/09/2017
-
09:47 PM Ruby Bug #13107: def_delegators causes random errors in MRI 2.4.0
- This appears to be fixed in latest trunk now. Is there any info on when a 2.4.1 will be released - seems like a pretty serious issue.
01/05/2017
-
08:59 PM Ruby Bug #13107: def_delegators causes random errors in MRI 2.4.0
- Forgot to add the location reported for the error
/home/travis/.rvm/rubies/ruby-2.4.0/lib/ruby/2.4.0/forwardable.rb:228:in `last_response' -
07:34 PM Ruby Bug #13107 (Closed): def_delegators causes random errors in MRI 2.4.0
- In the Capybara project we use the rack_test gem which uses `def_delegators` to forward `flast_reponse` to `@rack_mock_session` - https://github.com/brynary/rack-test/blob/master/lib/rack/test.rb#L29
When running the Capybara test tes...
11/20/2015
-
05:33 PM Ruby Bug #11721 (Closed): String used as IO object buffer unexpectedly frozen if #to_sym called on it
- A string with forced encoding used a buffer for reading from a File becomes frozen unexpectedly if #to_sym is called on it
file = File.open('some_file')
str = ""
str.force_encoding(Encoding::US_ASCII)
str.frozen? # => false
file....