Markus Elfring

Results 555 comments of Markus Elfring

:thought_balloon: How will the chances evolve that any other contributor would like to integrate the adjustment of four assignment statements directly?

:crystal_ball: Will alternative implementations of the function “`opj_free`” tolerate also the passing of null pointers?

Do you expect null pointer tolerance for memory release functions?

>This might be something that's more suitable to postprocess with an external program or script, if you export the matches. I would appreciate if more source code transformations would become...

How do you think about to reconsider any related information according to [the software functionality “named capturing groups”](https://www.regular-expressions.info/named.html "Documentation") (from the application of regular expressions)? :thinking:

I suggest to choose names for known transformation patterns. Selected names can be reused instead of repeating code rewriting specifications, can't they? :thinking:

How do you think about to start with a few links to your own related software transformation repositories? :thinking:

I find the following test result also questionable. ``` [Markus_Elfring@fedora lokal]$ echo 'ep = p + sp' | ./comby -stdin -stdout -matcher .py ':[[x]] = :[x].value + :[[y]]' ':[x] +=...

Should another command variant work (in principle)? :thinking: ``` [Markus_Elfring@fedora lokal]$ echo 'var = var + stuff' | ./comby -stdin -diff -matcher .py ':[x~(?\w+)] = :[~\k] + :[[y]]' ':[x] +=...

I am also curious how this software will evolve further in mentioned areas.