Tan Jian Ping

Results 47 comments of Tan Jian Ping

"Or" statement is not supported yet, current workaround would be simply comparing with "or" statement in script. It will be supported in the form of "ExpressionCondition"(#31). While for the bug,...

Yes, I think TimeoutCondition can be very useful in many cases, even the gd-YAFSM demo project would benefit from it too. And your prototype looks really good, would you like...

Thank you! Feel free to open a pull request for your works, so it can be tested or even contributed by others.

Just figure out a way to support trigger in expression without syntax like `trigger["trigger_name"]` so cleaner expression like `skip or timeout` is possible, see commit b7ad09c4c23f3752664341aead71d1c4e879dea0, maybe you can pull...

Well, the main reason that I hope to simplify the syntax of trigger in expression was not just for the sake of visual, but I don't want trigger to be...

> Yes and no. Trigger are the culprit here. They are specifically distinct as the fact that they only exist for a cycle with a null value, which is special....

@farfalk Yes, I agree with that, but I think what @adamscott was saying is that he usually works on another branch instead of this, that's why he seldom push to...

@farfalk Oh, you are right. I never review the commits before =P I am fine with it if this is temporarily and just meant for his convenience, as long as...

That is intended, since "entered" and "exited" signals are meant for entering and exiting a nested state. For your case, you can get both exited and entered state from "transited(from,...

To delete a transition, you have select the transition then press "delete" key