Closed GoogleCodeExporter closed 8 years ago
This is still present in 0.9.6b.
Original comment by jonlat...@gmail.com
on 18 Sep 2009 at 2:58
This is a dopey cosmetic issue -- the warning is 100% spurious.
The event handler used in Snow Leopard is correctly labeled as thread-unsafe.
The problem is that this warning
is about the event used for Leopard - which is completely unaware of thread
issues. I can't figure out how to get
it to be backward compatible and stop complaining, so I'll let it complain.
Original comment by ms...@gmail.com
on 20 Sep 2009 at 2:12
Why do you still need the SIMeleop "Leopard event" in the OSAXHandlers
dictionary ?
I thought that SIMBL 0.9.+ was Snow Leopard only.
Am I wrong ?
Original comment by jerome.f...@free.fr
on 28 Sep 2009 at 10:00
Yes, you are wrong.
0.9.x is backward compatible with Leopard on x86 or PPC.
Original comment by ms...@gmail.com
on 29 Sep 2009 at 5:42
Issue 14 has been merged into this issue.
Original comment by ms...@gmail.com
on 29 Sep 2009 at 5:45
Issue 16 has been merged into this issue.
Original comment by ms...@gmail.com
on 4 Oct 2009 at 3:35
For those interested in a workaround: You can edit the
SIMBL.osax/Contents/Info.plist and remove the SIMeload string (it is twice
there, both as a dict and as a string) from OSAXHandlers / Events.
Patch:
https://github.com/albertz/simbl/commit/93772b8cf1bcadcf58f9fa3679d735a938394fb7
Original comment by albzey
on 27 Aug 2011 at 3:57
Sorry, it is not twice there, I misread that. It is the string SIMeleop.
Original comment by albzey
on 27 Aug 2011 at 4:01
Original issue reported on code.google.com by
bck...@som.umass.edu
on 17 Sep 2009 at 10:31