Fabrizio Montesi
Fabrizio Montesi
Shouldn't the interface then be a string equipped with a regular expression (that of the date format), instead of making a special case? Even better, if we could decompose a...
Now that both refinement types and modules are in git mainline, we have much better tools to attack this problem. We could create a `datetime` module (like in Python) with...
Ouch! But how could the java service compile then? Is it a class used at runtime that's missing? Is it some old protocol that has been disabled? Do you have...
@kicito Could you add a test and look into this?
@kicito your test indicates the post-increment primitive is doing something wrong, maybe a cast. Browsing the source of PostIncrementProcess confirms this.. ``` val.setValue( val.intValue() + 1 ); ``` We should...
Please open a separate issue about the jvm: that is very easy to discuss and I expect we can agree quickly. Regarding the unified launcher: I don't have a clear...
The current installation process already allows you to put launchers in a specific dir, so you can have a dir for each Jolie version and, inside, a launcher subdir (with...
Do you get the same error if you try `statusCode = 200`?
@kicito and @bmaschio What's the status on this? :)
@mwallnoefer Do you think you could rebase/integrate this PR after your latest mods? IIRC it introduces the possibility of returning a fault back in case a client tries to invoke...