tduehr (Timur Duehr)
- Login: tduehr
- Email: tduehr@gmail.com
- Registered on: 09/16/2014
- Last sign in: 10/07/2014
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 1 | 1 |
Activity
10/08/2014
- 04:16 PM Ruby master Bug #10248: Possible missing test or bug for Module#include and Module#prepend
- I've created a patch to the MRI test suite used in JRuby to check for this behavior.
https://github.com/tduehr/jru... - 04:10 PM Ruby master Feature #9112: Make module lookup more dynamic (Including modules into a module after it has already been included)
- Thanks for the input. I think that's enough that I can start working on it.
Porting the implementation I have for ... - 03:39 AM Ruby master Feature #9112: Make module lookup more dynamic (Including modules into a module after it has already been included)
- Are you just looking for the following test to pass then for 2?
~~~
def test_simple_include
obj = Object.n...
10/07/2014
- 06:48 PM Ruby master Feature #9112: Make module lookup more dynamic (Including modules into a module after it has already been included)
- I understand 1. I'm missing something on 2. Does that mean my example code above should raise on including `m2`?
- 03:28 PM Ruby master Feature #9112: Make module lookup more dynamic (Including modules into a module after it has already been included)
- I'm working on a patch for this to use a live tree for module ancestry. I had already implemented this as part of Mod...
09/17/2014
- 02:33 AM Ruby master Bug #10248: Possible missing test or bug for Module#include and Module#prepend
- Ahh... just found it. https://bugs.ruby-lang.org/issues/9112
Thanks - 02:30 AM Ruby master Bug #10248: Possible missing test or bug for Module#include and Module#prepend
- Nobuyoshi Nakada wrote:
> It's a TODO, which should be fixed in the future, and there are some related tickets.
I...
09/16/2014
- 06:08 PM Ruby master Bug #10248 (Closed): Possible missing test or bug for Module#include and Module#prepend
- I've been implementing Module#prepend for JRuby. I ran into this test https://github.com/jruby/jruby/blob/master/test...
Also available in: Atom