Fred Kiefer
Fred Kiefer
@ivucica I suggest we just merge this pull request. I am not totally happy with it, but there won't be any future progress and at least there isn't anything fundamentally...
Could we try to get the tests working with the old ObjC runtime as well? Of course we need to flag some tests as hopeful there. But that way we...
I can also help in that process. Mostly it will be rewriting ObjC2 code the old way and flagging tests as hopeful that fail.
@gcasa if you have to, merge this. The code reminds me a lot of the mess we had in NSArrayController before I rewrote the complete implementation there. After that most...
Could you please add the #ifdef that Gregory requested so we can merge this.
Let's go back a step and look at all this from the outside. An NSBrowser has different ways to get its values for display. This could be via different types...
Hi Greg, there is nothing left for me here to review. You already know that in principle I think that this code is working. It is just horribly structured and...
Thank you for this test case, this seems very interesting. What I don't understand is, why only one of the tests seems to fail. Shouldn't both behave the same? Sorry,...
@davidchisnall could you please have a look at this issue? The most likely cause seems to be a difference in the bevahiour of libobjc2 on Windows.
You most likely also get a working result if you don't implement the method -forwardingTargetForSelector:, which is a speed up for libobjc2.