Skip to content

Use static str for the keys in the stack-state hash

marcheing requested to merge refactor/use-static-str into master

Now we don't need to create a String every time we want to access the registered states.

We won't be able to create new states during execution, but this is not a current problem.

Merge request reports