[Issue 6106] Keep track of changes during replace function

2023-03-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6106

Dlang Bot  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Dlang Bot  ---
dlang/phobos pull request #8694 "fix Issue 6106 - Keep track of changes during
replace function" was merged into master:

- 69be5ca021246cc01b20be98d10f9886dd0625fb by Christian Koestlin:
  fix Issue 6106 - Keep track of changes during replace function

  The functions without the newly introduced parameter forward
  to the full implementation to reduce code duplication.

https://github.com/dlang/phobos/pull/8694

--


[Issue 6106] Keep track of changes during replace function

2023-02-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6106

Dlang Bot  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #4 from Dlang Bot  ---
@gizmomogwai updated dlang/phobos pull request #8694 "Try to implement
https://issues.dlang.org/show_bug.cgi?id=6106; fixing this issue:

- fix Issue 6106 - Keep track of changes during replace function

  The functions without the newly introduced parameter forward
  to the full implementation to reduce code duplication.

https://github.com/dlang/phobos/pull/8694

--


[Issue 6106] Keep track of changes during replace function

2018-10-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6106

dcua...@yahoo.com changed:

   What|Removed |Added

 CC||dcua...@yahoo.com
   Assignee|nob...@puremagic.com|dcua...@yahoo.com

--


[Issue 6106] Keep track of changes during replace function

2017-07-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6106

--- Comment #3 from Andrei Alexandrescu  ---
"Optional" here means "an overload with 4 parameters"

--


[Issue 6106] Keep track of changes during replace function

2017-07-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6106

RazvanN  changed:

   What|Removed |Added

 CC||razvan.nitu1...@gmail.com

--- Comment #2 from RazvanN  ---
(In reply to Andrei Alexandrescu from comment #1)
> This seems to have merit. Perhaps an optional last ref size_t parameter
> would fit the bill.

You can't have optional ref parameters. At the moment the language only
supports default parameters (which we consider optional), but having a ref
size_t parameter would imply something along the lines of foo(ref size_t a =
value), where value would be the address of the parameter. We can still
implement this by overloading the function

--


[Issue 6106] Keep track of changes during replace function

2016-10-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6106

Andrei Alexandrescu  changed:

   What|Removed |Added

   Keywords||bootcamp
 CC||and...@erdani.com

--- Comment #1 from Andrei Alexandrescu  ---
This seems to have merit. Perhaps an optional last ref size_t parameter would
fit the bill.

--


[Issue 6106] Keep track of changes during replace function

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6106


josvanu...@gmail.com changed:

   What|Removed |Added

   Priority|P2  |P5


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---