Enrique Zamudio
Enrique Zamudio
I was actually talking about extracting the snippets from the markup, not the rendered html.
I'll get to work on this after M2 is released
I posted a couple of months ago about a simple web service in Ceylon with Spring JAX (in Spanish, for javaMexico). I guess I can translate it and post it...
So perhaps my article can serve as an intro to Spring-Ceylon integration, and then @DiegoCoronel can blog about spring boot, which is a lot more stuff than the simple web...
I try to extract line numbers _from the generated sources_ when printing exception stack traces, but there's currently no way of getting source line numbers. The source maps thing is...
why not simply a fourth number? `ceylon.collection/1.2.1.0`, then 1.2.1.1, 1.2.1.2, etc. All those versions belong with Ceylon 1.2.1. We reset them with each Ceylon release: 1.2.2.0 but then any module...
This does not happen the other way around: `ant clean test-jvm` and then `ant test-js` works fine.
@gavinking we came up with this dressing of objects when we first implemented dynamic interfaces. See ceylon/ceylon#3806 and ceylon/ceylon#2793
IIRC in the twitter API, the JSON they return doesn't have quoted keys.
That code is generated like that because of defaulted parameters. For every defaulted parameter in the constructor, there is an internal function that returns the default value if the argument...