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)
fxn (Xavier Noria) wrote in #note-68: > @tagomoris when I said that (1) would break Ruby semantics I meant that **in the same namespace** you would have two objects with the same ID and different state. That does not happen as far as I ...tagomoris (Satoshi Tagomori)
https://github.com/tagomoris/ruby/pull/7 RUBY_TYPED_FREE_IMMEDIATELY can be added because namespace_entry_free does no IO nor things to block.tagomoris (Satoshi Tagomori)