Re: 1.9.0-alpha14 doesn't allow Java classes as return type in gen-class :method clause?

2017-03-06 Thread Mars0i
On Monday, March 6, 2017 at 10:33:43 AM UTC-6, Mars0i wrote: > > On Monday, March 6, 2017 at 9:32:37 AM UTC-6, Alex Miller wrote: >> >> Ok, this looks like it's related to the macro gen, so I don't see any >> issue to fix in the spec - valid inputs at the point are either strings or >> symbols -

Re: 1.9.0-alpha14 doesn't allow Java classes as return type in gen-class :method clause?

2017-03-06 Thread Mars0i
On Monday, March 6, 2017 at 9:32:37 AM UTC-6, Alex Miller wrote: > > Ok, this looks like it's related to the macro gen, so I don't see any > issue to fix in the spec - valid inputs at the point are either strings or > symbols - I think through eval you were ending up with a class instance. >

Re: 1.9.0-alpha14 doesn't allow Java classes as return type in gen-class :method clause?

2017-03-06 Thread Alex Miller
Ok, this looks like it's related to the macro gen, so I don't see any issue to fix in the spec - valid inputs at the point are either strings or symbols - I think through eval you were ending up with a class instance. On Monday, March 6, 2017 at 1:16:38 AM UTC-6, Mars0i wrote: > > > > On

Re: 1.9.0-alpha14 doesn't allow Java classes as return type in gen-class :method clause?

2017-03-06 Thread Mars0i
On Monday, March 6, 2017 at 1:16:38 AM UTC-6, Mars0i wrote: > > > On Sunday, March 5, 2017 at 6:51:57 PM UTC-6, Alex Miller wrote: >> >> I would really appreciate seeing the ns declaration that caused the >> original error. I have not been able to exactly reproduce what you are >> describing.

Re: 1.9.0-alpha14 doesn't allow Java classes as return type in gen-class :method clause?

2017-03-05 Thread Mars0i
On Sunday, March 5, 2017 at 6:51:57 PM UTC-6, Alex Miller wrote: > > I would really appreciate seeing the ns declaration that caused the > original error. I have not been able to exactly reproduce what you are > describing. If you can't share it publicly, you can send it to me at >

Re: 1.9.0-alpha14 doesn't allow Java classes as return type in gen-class :method clause?

2017-03-05 Thread Alex Miller
I would really appreciate seeing the ns declaration that caused the original error. I have not been able to exactly reproduce what you are describing. If you can't share it publicly, you can send it to me at alex.mil...@cognitect.com. Thanks, Alex On Saturday, March 4, 2017 at 8:10:35 AM

Re: 1.9.0-alpha14 doesn't allow Java classes as return type in gen-class :method clause?

2017-03-04 Thread Mars0i
On Saturday, March 4, 2017 at 7:58:38 AM UTC-6, Mars0i wrote: > > On Saturday, March 4, 2017 at 7:24:05 AM UTC-6, Alex Miller wrote: >> >> This is definitely related to the gen-class spec, but I'm not at a >> computer to look at enough stuff to say if the bug is your code or the >> spec. >> >>

Re: 1.9.0-alpha14 doesn't allow Java classes as return type in gen-class :method clause?

2017-03-04 Thread Mars0i
On Saturday, March 4, 2017 at 7:24:05 AM UTC-6, Alex Miller wrote: > > This is definitely related to the gen-class spec, but I'm not at a > computer to look at enough stuff to say if the bug is your code or the > spec. > > You might try quoting rhe class name in case it's getting resolved to a