Skip to content

Deferred remote execution

Ivan Kondov requested to merge deferred-remote-execution into master

processing issues https://git.scc.kit.edu/virtmat-tools/vre-language/-/issues/6 and https://git.scc.kit.edu/virtmat-tools/vre-language/-/issues/23

Completely implemented:

NOTE: Constants (such as metamodel object attributes from terminal rules) are "passed" within closures i.e. they are captured from the outer scope of the function and not passed as arguments. Much better would be to have these constants as keyword arguments in the function. For this, the function tuple has to be extended with a third element: (function, args, kwargs)

Not implemented:

Edited by Ivan Kondov

Merge request reports