-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes the Regular Sequence dialog bug, refactors and improves its code #7231
Fixes the Regular Sequence dialog bug, refactors and improves its code #7231
Conversation
Bug fixes in regular sequence from @derekagorhom
Changed default options vaues
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Patowhiz now looks good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a few small comments
Co-authored-by: lloyddewit <[email protected]>
Co-authored-by: lloyddewit <[email protected]>
Co-authored-by: lloyddewit <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still seems ok
@Patowhiz just one outstanding comment above, what do you think? |
@Patowhiz the last mention of this is conflicts. I had earlier approved. |
@rdstern you may want to test and review this urgently before conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Patowhiz that's a relief. At least one nasty bug less!
I hope @shadrackkibet or @lloyddewit can check and merge
@Patowhiz I have approved. Has @lloyddewit remaining point been addressed? |
yes, fully addressed thank you |
Fixes #7199
Replaces PR #7217
Fixes the original bug explained in the issue and also the other issues raised in comments.
@derekagorhom this PR includes you changes in PR #7217. I decided to create a new PR because it will be easier for me to answer any questions raised about the changes made to other files.
@africanmathsinitiative/developers this is ready for review.
@rdstern @derekagorhom I looked into using the 'seq' function for both numeric and date options but I didn't do it in this PR, the changes made here surpassed my time estimates for such implementation. Perhaps @derekagorhom can have a look at it. I'm still not sure on how it can be correctly done and I could just create a new issue about it. Thanks.