Tako Schotanus
Tako Schotanus
I'll assign this for 1.2 for now
I'm pretty sure that except for the keys our model is JSON-compliant. It would probably be good to make it so, but that of course means a backward incompatible change....
Moving to 1.2.3
@FroMage wrote the code for character encodings and decodings, maybe he has an idea on the best way to handle this?
@matejonnet is this something you can take a look at? Perhaps `Status` needs to be extended with an `error`? Or always signal `stopped` at least. Or perhaps skip `waitTestToComplete()` if...
Moving to 1.2.3
@matejonnet any ideas you could give us? This issue continues to exist and is a bit nasty.
It does, thanks!
So it seems this was only partly fixed, because on the CI server we still have the same problem: ``` . . . [ceylon-test] running: test.ceylon.http.client::RequestLocalServerTest [ceylon-test] running: test.ceylon.http.client::RequestLocalServerTest.defaultGet [ceylon-test]...
As an aside, I think this code related to the problem that @matejonnet [improved the last time](https://github.com/ceylon/ceylon-sdk/commit/0a86ad342400ada50d17c12808285e8665349d61): **DefaultServer.ceylon:Line 187** ``` ceylon } catch (IOException e) { print("Failed to start server.");...