Opened 9 years ago
Closed 9 years ago
#16206 closed enhancement (fixed)
FSMProcessIterator deals with fsm_word_out
Reported by: | dkrenn | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-6.3 |
Component: | combinatorics | Keywords: | finite state machine |
Cc: | cheuberg, skropf | Merged in: | |
Authors: | Daniel Krenn | Reviewers: | Clemens Heuberger |
Report Upstream: | N/A | Work issues: | |
Branch: | 0359253 (Commits, GitHub, GitLab) | Commit: | 0359253052f72e31b3e94611b1698a6d112c3ca6 |
Dependencies: | Stopgaps: |
Description (last modified by )
Implements the following: If a state has an attribute fsm_word_out, then the process iterator writes this word on the output tape at the end.
(This provides functionality, which is needed in #16191).
Change History (9)
comment:1 Changed 9 years ago by
Authors: | → Daniel Krenn |
---|---|
Branch: | → u/dkrenn/fsm/process-iterator-final-word-out |
Cc: | cheuberg skropf added |
Commit: | → 0c597e6b4c9fa5bd04650916b4fd3ad628254e7d |
Status: | new → needs_review |
comment:2 Changed 9 years ago by
FYI: Patch is based on current master (but merges on 6.2.beta8 as well).
comment:3 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 9 years ago by
Commit: | 0c597e6b4c9fa5bd04650916b4fd3ad628254e7d → 0359253052f72e31b3e94611b1698a6d112c3ca6 |
---|
Branch pushed to git repo; I updated commit sha1. New commits:
0359253 | added is_final to doctest; changed call due to #16132
|
comment:5 Changed 9 years ago by
Status: | needs_review → positive_review |
---|
checked code, doctests pass, merges on 6.2.rc0, documentation builds: positive_review.
comment:6 Changed 9 years ago by
Milestone: | sage-6.2 → sage-6.3 |
---|
comment:8 Changed 9 years ago by
Reviewers: | → Clemens Heuberger |
---|
comment:9 Changed 9 years ago by
Branch: | u/dkrenn/fsm/process-iterator-final-word-out → 0359253052f72e31b3e94611b1698a6d112c3ca6 |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
Note: See
TracTickets for help on using
tickets.
New commits:
final_word_out added in FSMProcessIterator