cmorganBE
cmorganBE
@invd would you be interested in opening a PR that adds your fuzzing tests to the test build? That seems like a helpful addition.
@ssloboda any reason you can't place minmea in a subdirectory on your own end to avoid having to move the files within this repository? I can't imagine everyone integrating libraries...
@eli-schwartz it would depend where they put the header files. If you put minmea into a 'minmea' folder you could add the containing folder to your search path and #include...
@uyha does Process occur at some time interval where you subtract each time you see that event and guard returns true when you reach zero? I'm looking to house the...
Our approach was to use a thread to dequeue events and call sml::process(). This meant we could have the actions queue events onto this same queue to avoid the call...
Fixed with #451 merged into master.
I had a simple state machine and the plant uml dumping code worked. Then I looked at a composite state machine and after a simple test it doesn't generate properly,...
I'll have some time off around the holidays and will dig in then, so if someone has the work planned before then please reach out ([email protected]), or give me until...
I know I don't understand the flow and states well enough to really comment on it. It's been a while and I've forgotten the details. @gseqBE can we close this...
ahh k. I figured there was some spec reason for it.