> what is the final vision/scope of the Ruby Box feature? That is described in the document ([doc/box.md](https://github.com/ruby/ruby/blob/master/doc/box.md)) in the source tree. > ... Ruby Box is still experimental and disabled ...tagomoris (Satoshi Tagomori)
The `ns_id` seems good to be shown in backtrace (I'm unsure about this format is good or not): ``` foo.rb:7:in namespace(1) 'Foo.test' ```tagomoris (Satoshi Tagomori)
byroot (Jean Boussier) wrote in #note-75: > > Please open another ticker for further problems, issues, bugs, etc. > ... I had a plan to add CI configuration to add `RUBY_NAMESPACE=1` checks and I thought it would not be a part of this....tagomoris (Satoshi Tagomori)
I've merged the change into master. So, let me close this issue. Please open another ticker for further problems, issues, bugs, etc.tagomoris (Satoshi Tagomori)
fxn (Xavier Noria) wrote in #note-70: > Maybe you have the C code in your head, I am looking at it as a Ruby programmer would. I have one object reference, and I pass it in method call, no namespace-level constant resolution involved in...tagomoris (Satoshi Tagomori)