Gavin King

Results 1276 comments of Gavin King

Well, not so fast! I'm not sure we should close this. Surely it's wrong that our compiler is throwing `java.lang.IllegalArgumentException`.

That would be nice, I agree. Sent from my iPhone > On 26 Feb 2016, at 22:37, Jonas Berlin [email protected] wrote: > > I would like if the \i and...

Actually what we should do here is change it to use the new cross-platform `ceylon.random` when @jvasileff's work is merged.

@lukehutch you have two options: 1. mark the whole module `native("jvm")`, or 2. create a `native` (header) function `run()` (just the signature), with `native("jvm")` and `native("js")` implementations. The problem here...

> oh, I see, so you can have a native function without a pure Ceylon implementation Of course! We use that all over the place in the language module, and...

Note that this problem does not occur if I'm iterating a list declared in Ceylon, nor if I use an explicit type declaration in `for`: ``` ceylon for (Foo foo...

My guess is that the model of the `Java` class is not updated during the incremental build, and holds on to the previous model of `Foo`.

Yes this was my guess. Sent from my iPhone > On 7 May 2015, at 12:21 pm, David Festal [email protected] wrote: > > It appears that dependencies from Java units...

Does this bug not also occur with the Java tooling? I can't see any way to get a reference to the project from within an `IPatternMatchListenerDelegate`.

Well I dunno. I don't see how this can be implemented, given that I can't see anyway to get back to an `IProject` from an `IPatternMatchListenerDelegate`.