Matthias Wahl

Results 109 comments of Matthias Wahl

@jemc and @SeanTAllen do you have an opinion on the change introduced with this PR? Namely, that now instead of: ``` stable env ponyc --debug ``` one has to (and...

I think it would make sense, to include that change in one go, shortly before we transition the name to `tack`, so we have a clean cut.

Feels weird to approve my own PR. But this is good to go from my side, if it is good for you @SeanTAllen

So, if you look into the generated IR (obtained from compiling some pony code with `ponyc --debug --pass=ir .`) it is clear that: * `+` creates a plain LLVM `add`...

Ok, if we describe this issue as: "The description of the behaviour of "default" arithmetic is unclear, especially the term `wrap around`." This issue makes sense here, and I agree...

points 2 to 4 are already covered by the literals section. point 1 still needs to be covered.

I think it makes very much sense to allow a child process to "take over" the parents stdin/out/err descriptors. I am also not sure, if we might get some unwanted...

Let me understand the suggestion better: you want a structure like this, where the name of the dependency is the key? ```json { "a": { "version": "1.2.3" } } ```...

We need to use the long key id, using twi shirt key ids does not work for all gpg versions it seems. This is the correct long key id: `379CE192D401AB61`

It seems to depend on the jdbc driver in use. I tried with `mysql-connector-java` and `h2` and both throw a `BatchUpdateException`. I assume you tried prostgres? My example was: ```scala...