Opened 8 years ago
Closed 8 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 8 years ago by
- Branch set to u/dkrenn/fsm/process-iterator-final-word-out
- Cc cheuberg skropf added
- Commit set to 0c597e6b4c9fa5bd04650916b4fd3ad628254e7d
- Status changed from new to needs_review
comment:2 Changed 8 years ago by
FYI: Patch is based on current master (but merges on 6.2.beta8 as well).
comment:3 Changed 8 years ago by
- Description modified (diff)
comment:4 Changed 8 years ago by
- Commit changed from 0c597e6b4c9fa5bd04650916b4fd3ad628254e7d to 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 8 years ago by
- Status changed from needs_review to positive_review
checked code, doctests pass, merges on 6.2.rc0, documentation builds: positive_review.
comment:6 Changed 8 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:7 Changed 8 years ago by
Reviewer name
comment:8 Changed 8 years ago by
- Reviewers set to Clemens Heuberger
comment:9 Changed 8 years ago by
- Branch changed from u/dkrenn/fsm/process-iterator-final-word-out to 0359253052f72e31b3e94611b1698a6d112c3ca6
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
final_word_out added in FSMProcessIterator