Gavin King

Results 1136 comments of Gavin King

FTR: I *finally* have a robust implementation of this, which was incredibly painful, frankly. It's worth noting one thing about this. Whereas this is perfectly correct, using backticks: ```ceylon "foo``bar("bar")``bar"...

@ePaul you can't have string literals inside interpolated expression at all.

> Would those just have to keep using the old syntax? Yes.

Well look, one principal reason why other languages have an additional escape character (`$`) for string interpolation is because they support stuff like `"Hello $name!"`, and don't require the braces...

> I don't see your point. It'd be as easy as today: `regex("\\([0-9]{2,3}\\)")`. That is *not* how we write regexes in Ceylon. We write: `regex("""\([0-9]{2,3}\)""")`. > Also, @gavinking, is it...

@fwgreen what does the generated Java code look like (`--verbose=code`)?

In this line: .func.index_.get_.$call$($ceylontmp$arg0, $ceylontmp$arg1) We appear to be missing the argument list `()` of `get_()`.

Folks, since the merge of https://github.com/jakartaee/persistence/pull/460, Jakarta Persistence now has a well-defined way to assign a CDI `@ScopeType` and `@QualifierType`s to a persistence unit, via the `persistence.xml` document. (Actually, since...

> Are we done with this one? Shall we merge it? @cigaly? Status?