General

Profile

kwstannard (Kelly Stannard)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

05/05/2015

02:15 PM Ruby master Bug #10702: Constant look up inconsistency with constants defined in included modules
Thanks for the response. I can't say that it is intuitive at all, but I think I get what is happening now. kwstannard (Kelly Stannard)

04/14/2015

03:06 PM Ruby master Bug #10702: Constant look up inconsistency with constants defined in included modules
Kelly Stannard wrote:
> ~~~
> module A; module B; end; end
>
> module X
> include A
> end
>
> puts X::B #...
kwstannard (Kelly Stannard)
02:34 PM Ruby master Bug #10702: Constant look up inconsistency with constants defined in included modules
Edit: go ahead and skip the rest of this post. Leaving because I don't believe in deleting responses.
I think that...
kwstannard (Kelly Stannard)

01/07/2015

02:28 PM Ruby master Bug #10702: Constant look up inconsistency with constants defined in included modules
Jack Nagel wrote:
> `D` does not inherit from `C` or `A`, so it does not have access to `B`.
>
> After assigning ...
kwstannard (Kelly Stannard)
03:09 AM Ruby master Bug #10702 (Rejected): Constant look up inconsistency with constants defined in included modules
https://gist.github.com/kwstannard/c0f722976ba023cc5755
```ruby
module A
module B
end
end
module C
i...
kwstannard (Kelly Stannard)

Also available in: Atom