Skip to content
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

ReplacedString does not terminate when argument old is the empty string #3134

Closed
markuspf opened this issue Dec 21, 2018 · 0 comments · Fixed by #5523
Closed

ReplacedString does not terminate when argument old is the empty string #3134

markuspf opened this issue Dec 21, 2018 · 0 comments · Fixed by #5523
Labels
good first issue Issues that can be understood and addressed by newcomers to GAP development kind: bug Issues describing general bugs, and PRs fixing them topic: documentation Issues and PRs related to documentation
Milestone

Comments

@markuspf
Copy link
Member

gap> ReplacedString("","","");

does not terminate. Also the documentation is incomplete, as it does not document the fourth argument:

gap> ReplacedString("","","bla", true);
"bla"
@markuspf markuspf added kind: bug Issues describing general bugs, and PRs fixing them topic: documentation Issues and PRs related to documentation labels Jan 10, 2019
@fingolfin fingolfin added the good first issue Issues that can be understood and addressed by newcomers to GAP development label Mar 21, 2019
@fingolfin fingolfin added this to the GAP 4.13.0 milestone Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Issues that can be understood and addressed by newcomers to GAP development kind: bug Issues describing general bugs, and PRs fixing them topic: documentation Issues and PRs related to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants