-
In working ticket [#13749](https://basho.zendesk.com/agent/tickets/13749) we saw put FSMs stuck in the finish state. These FSMs had been stuck for nearly a day and caused the FSM limit of 50,000 to be…
-
### Checklist
- [X] This is **not** a security-related bug/issue. If it is, please follow please follow the [security policy](https://github.com/filecoin-project/lotus/security/policy).
- [X] This is…
-
```
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…
-
**Description of the bug**
The state machine viewer does not detect an FSM if nested case statements are employed.
**Code To Reproduce**
While an FSM is detected for arch_0, it's not for arch_1:
…
-
Preliminary tests with users show that the current advanced mode prototype does not work, as it fail to impose a clear visual structure and make the notional machine apparent.
In the recent weeks, …
-
**Describe the bug**
Currently, we are unable to run WDL workflows that are **not** version "1.0" through WES on the CLI.
This is because we specify what version of WDL we are using for WES [here](ht…
-
As far as I know, after I triggered an asynchronous event, the only thing I can do is calling `FSM.Transaction()` to finish its transaction.
```go
sm := fsm.NewFSM(
"start",
fsm.Events{
{Na…
-
### Description
While working on #22956, I've detected the following in the `kmac_app` module. When the `keymgr_key_i.valid` gets invalidated, we enter the `StKeyMgrErrKeyNotValid->StError->StErrorAw…
-
Hi,
running the test suite of pexpect 4.2.0 on Debian unstable, I get the following error:
```
=================================== FAILURES ===================================
______________________…
-
I have encountered a method using an idiom I have not seen previously, that prevents the identification of the FSM and therefore decompilation. Chances are the early-return is generated code (injected…