Dave Ray
Dave Ray
Sounds totally reasonable to me. I'm not sure when I can get to it, but patches welcome :)
hmmm... I don't think you're doing anything wrong. I can't reproduce it though: ``` [508,0] seesaw-test $ ls lib/ clojure-1.3.0.jar j18n-1.0.0.jar swing-worker-1.1.jar filters-2.0.235.jar miglayout-3.7.4.jar swingx-1.6.1.jar forms-1.2.1.jar seesaw-1.3.0.jar [509,0] seesaw-test $...
oops. I should have refreshed the page and seen your second comment before looking into it. Let me know if you have any more issues.
Give this fix a try. I honestly don't know what's going on, but switching from a `def` alias to a `defmacro` wrapper seemed to fix it.
Thanks for following up on this. Assuming you're `compj` on IRC, I saw you asking about it there. It would be nice if a fix ended up in 1.4.
I've been awake for 9 hours, but this still seems like a fun idea. Adding enough type hints to avoid signing (due to reflection) might be a bit of a...
Got a start in 0d576be189569b21d3d5882f4c80c5e9383ed381. Use `(defapplet)` to handle some of the pain. Still have to AOT and sign the jar though. Still need to build an interesting example, but...
By all means, fork it and see what you can do. I kind of hate the idea of spamming up the code with type hints, but if that's what it...
Oh, and there's an open issue now for reflection discussion or whatever: https://github.com/daveray/seesaw/issues/23
It would be cool to have a real applet example. There are still several outstanding reflection issues I haven't been able to purge (stupid proxy-super), but even a signed applet...