Commit 7f409be
committed
feat: async engine parity, multi-target transitions, and SCXML send fixes
- Rewrite AsyncEngine to mirror SyncEngine's 3-phase macrostep
architecture with full StateChart support
- Extract pure computation helpers from BaseEngine so both engines
share the same logic
- Add on_error callback support to async dispatch methods
- Support multi-target initial transitions for SCXML parallel regions
in engine, IO layer, parser, and factory
- Fix SCXML send error handling: error.communication for undispatchable
session targets, error.execution for invalid targets/types, and
namelist variable validation
- Remove resolved xfail markers (test364, test496, test521, test553)1 parent a710687 commit 7f409be
12 files changed
Lines changed: 513 additions & 393 deletions
File tree
- statemachine
- engines
- io
- scxml
- tests/scxml/w3c/mandatory
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
56 | 63 | | |
57 | 64 | | |
58 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
307 | 311 | | |
308 | | - | |
309 | 312 | | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
315 | 334 | | |
316 | 335 | | |
317 | 336 | | |
| |||
388 | 407 | | |
389 | 408 | | |
390 | 409 | | |
391 | | - | |
392 | | - | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
393 | 420 | | |
394 | 421 | | |
395 | 422 | | |
| |||
402 | 429 | | |
403 | 430 | | |
404 | 431 | | |
405 | | - | |
406 | | - | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
407 | 442 | | |
408 | 443 | | |
409 | 444 | | |
| |||
0 commit comments