]> Kevux Git Server - fll/commit
Feature: The iki_read should still support the older "--substitute" behavior.
authorKevin Day <thekevinday@gmail.com>
Mon, 24 Oct 2022 02:44:34 +0000 (21:44 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 24 Oct 2022 02:44:34 +0000 (21:44 -0500)
commitcffd6044475b15b7ee365ba58217f123f8a0525b
tree7a41d0009e89c8c16df63f85350bdce97bf6b5ea
parentbbc7591a040baeca7d19d1d6b644b80ad2e70d01
Feature: The iki_read should still support the older "--substitute" behavior.

The commit bbc7591a040baeca7d19d1d6b644b80ad2e70d01 considered the behavior of --substitute to be incorrect and therefore a bug.

After some consideration I decided that this "bug" would still be useful in certain cases.
The old behavior of "--substitute" where the "--wrap" is ignored is re-created within the new parameter "--reassign".

This is a grey area when it comes to a "bug" and a "feature".
The behavior that is considered a "bug" turned out to be useful and as the behavior is already present it is carried on.
level_3/iki_read/c/common.c
level_3/iki_read/c/common.h
level_3/iki_read/c/iki_read.c
level_3/iki_read/c/private-print.c
level_3/iki_read/c/private-print.h
level_3/iki_read/c/private-read.c
level_3/iki_read/c/private-read.h