Danil Sokolov

Results 14 comments of Danil Sokolov

@jk1 and @marques-work Did you manage to tackle the deprecation issues? I would also like to help, if possible. These warnings become quite pressing as Gradle 7 is not far...

@jk1 Thank you, half of deprecation messages are gone now! Could you advise how to correctly configure a multi-project build to check the licenses for all sub-projects please? I probably...

Came to report the same issue. Just in case, here is Gradle docs link with deprecation details: https://docs.gradle.org/8.2.1/userguide/upgrading_version_8.html#deprecated_access_to_conventions

@krichter722: Is it version 1.2.3 or 1.2.4 really? I noticed that there was a version bump in commit f12705f1934ea347b59f5f2befee156d29b0ea44. Also API changed a bit in version 1.2.4 (I had to...

You are right, there is no maven package for flexdock. But I think the version of flexdock sources is actually 1.2.4, not 1.2.3 (as per log message in the above...

I was using a local just a local copy of prebuilt `flexdock-1.2.4.jar` file for my project. I totally agree it would be extremely useful to have flexdock in a repository....

Extending Petri nets with inhibitor arcs should be doable for drawing and simulation purposes. However, verification of such models may be non-trivial, and would require significant amount of work in...

Let us log this as a low priority feature, and maybe tackle it at the same iteration as #943.

This behaviour is due to a complicated logic in InitialStateSupervisor that prevents more than one initial state. Probably the order in which it handles StateEvent and HierarchyEvent causes the problem.

A standard Process API is used for handling external tools. For killing a process `destroy()` method is used: ``` /** * Kills the subprocess. Whether the subprocess represented by this...