Fabrizio Montesi
Fabrizio Montesi
We often receive code that lacks proper license headers, which then must be checked manually for respecting our open source license. It'd be great to have something like https://github.com/apache/skywalking-eyes as...
The branch `fixjolie2surface` should be named `fix/jolie2surface` per the git workflow guidelines.
Branch `tracer` should be named `feature/tracer` or `fix/tracer` per the git workflow guidelines. Also, is the branch still relevant?
Branch https://github.com/jolie/jolie/tree/monitormodification should be named feature/monitormodification, per the git workflow guidelines.
Many languages have the feature of indicating handlers to be executed no matter what, when we exit the current scope. For example, in Java we have the finally clause for...
Hi @jolie/developers, Our current error reporting system works, but is not very user friendly. Consider this program: ``` main { x = 3; } ``` The extra semi-colon at the...
Sometimes it is useful to specify code that should run when a service is shut down. Right now, we have to do this manually by implementing something like a shutdown...
It would be nice to be able to retrieve information about the invoker of an input port. This would be useful, e.g., for logging the IP address of an invoker....
Issue for tracking the implementation of the inbox/outbox library for Jolie.
Issue for tracking the implementation of the new type checker based on occurrence typing.