chrisseaton (Chris Seaton)
- Login: chrisseaton
- Email: chris@chrisseaton.com
- Registered on: 10/14/2014
- Last connection: 06/27/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 8 | 8 |
Activity
06/27/2022
-
02:14 PM Ruby master Bug #18882: File.read cuts off a text file with special characters when reading it on MS Windows
- > it behaves correctly on Linux, i expect not to need to use binary mode
I think binary mode is a no-op on Linux t... -
12:47 PM Ruby master Bug #18882: File.read cuts off a text file with special characters when reading it on MS Windows
- Don't you need to use binary mode to read these characters?
04/30/2022
-
10:57 AM Ruby master Revision 3a8d60f5 (git): Document best-practices for writing hash methods (#5805)
- * Discussion is as per https://bugs.ruby-lang.org/issues/18611.
Co-authored-by: Sam Bostock <sam.bostock@shopify.com>
04/25/2022
-
09:02 PM Ruby master Bug #18754: Compiling from Source Ruby on Mac M1 Failing
- Faced the same issue myself, Jemma Issroff pointed out the solution to me. Also the fact that it's compiling `psych` ...
-
06:59 PM Ruby master Bug #18754: Compiling from Source Ruby on Mac M1 Failing
- You probably need to install libyaml-dev.
I don't know why the error message is so bad. Shouldn't it be picked up ...
04/23/2022
-
01:34 PM Ruby master Bug #18752: defined? String.instance_method(:abcdefg) will return a "method" string instead nil.
- I've proposed some new specs to clarify something you might be confused about.
> The defined? keyword when called ... -
01:08 PM Ruby master Bug #18752: defined? String.instance_method(:abcdefg) will return a "method" string instead nil.
- Seems as expected to me.
> The defined? keyword when called with a method name having a module as receiver returns...
04/16/2022
-
03:45 PM Ruby master Feature #18611: Promote best practice for combining multiple values into a hash code
- Implemented in https://github.com/ruby/ruby/pull/5805
03/07/2022
-
07:32 PM Ruby master Feature #18611: Promote best practice for combining multiple values into a hash code
- Yes we could recommend adding `class` to the mixture. That's an argument for `hash_values` since if it has `self` alr...
-
05:57 PM Ruby master Feature #18611 (Closed): Promote best practice for combining multiple values into a hash code
- User-defined hash methods often work by combining the hash code of several values into one. This requires some logic ...
Also available in: Atom