Michel Hermier

Results 441 comments of Michel Hermier

Fixed a some issues I noticed. added patch to access `Class` attributes from `ClassMirror`.

Arff changed my mind, will have to have a minimal layer of `MethodMirror` support to provide access to attributes.

setSlot must renamed, since it is not static anymore, the symbol will be leaked in the library. MethodMirror is still a place holder as I hack the thing. eval is...

While I agree, for now it is not possible because there is no pointer from the method to the class. I have to look how it impacts the vm.

I have to think about that, because that way you can alter the stack trace, which is what I wanted to forbid.

Was more thinking at making it a readonly list like container.

I updated so you should be able to pull the class form the `MethodMirror`. I also added a breaking change, that will trigger in debug mode when a `Method` is...

Avoid to update yet, I have some concerns about how `MethodMirror` works. I think I have to change the underlying data, to be based on a `Class` `methodIndex` pair, instead...

I'm not not advocating for one in particular, both have valid reasons to exist. The second one as a slight advantage of reducing a little the verbosity in the cases...

To confirm this, I suggest that the continuation label is made. Once accepted, a proof of concept change can be made using the second syntax. It would allow to make...