-
Hi Nenad:
I'm finding that pyeds hangs if I ask a FSM to transition directly from one state to another without having an Event trigger the transition. Here is an example of a FSM that I thought wo…
-
Fault injection parameters:
- ftruncate(2): 7% chance (triggered once)
- pread(2): 7% chance (triggered once)
- other intercepted system calls: also 7% chance, but they are triggered 0 times in this t…
-
I got it running on Debian, and I can connect with a telnet session, and it seems to be working fine.
Then I try to connect using xchat, since it's supposed to be an irc server, and the server crashe…
-
Hello again,
I got your scope logic with the third transition.add() parameter, but to put the fsm object context in scope, You have to add transition manually with add() after object declaration :
v…
-
Hi,
i have a multi module project with flat project structure. In this case the module.vm file is found but velocity has problems loading the file as a resource.
In the attachment is a sample pr…
-
I have a case where I need to retry a failed activity task, but only if it fails for a specific reason.
Currently, I've solved this with the following code:
```
func OnActivityFailedWithRecoverabl…
-
```
fsm = interegular.parse_pattern("(not(?=\s)|not(?=\()|-)").to_fsm()
assert fsm .accepts('-') == True
assert fsm .accepts('--') == False
```
Both of the above fail. I expect the first to succe…
-
Suppose you're given the following configuration
```
{
:states {:fsm/A {:entry-actions [[:fsm/action1]]
:exit-actions [[:fsm/action2]]}}
:transitions {[:fsm/A :event] {:target …
-
Feedback- or profile-directed optimizations (FDO) generally work by compiling a program once, profiling it at runtime, and then using the profiled information to optimize the program for the particu…
-
When I write
```
package org.gemoc.xfsm
import org.gemoc.sample.legacyfsm.fsm.FSMMT
language XFSM {
syntax "platform:/resource/org.gemoc.sample.legacyfsm.fsm.model/model/fsm.ecore"
with o…