You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am afraid that building with plugins is still very much experimental due to the missing ABI specification of C++. It used to work with llvm and gcc, but was always rather fragile. I am more inclined to drop the feature than to support it.
I find the use of plugins very well suited to the dynamic execution of SCXML script. If I have to handle a new custom feature in SCXML (invoker, datamodel...), I prefer to only compile and distribute an additional plugin. The missing ABI spec for C++ is not a problem for me because I will create a plugin for a specific target (OS + architecture + compiler).
The text was updated successfully, but these errors were encountered: