support auto updating the sources for repl characterization #36
Labels
No labels
Area/build-packaging
Area/cli
Area/evaluator
Area/fetching
Area/flakes
Area/language
Area/profiles
Area/protocol
Area/releng
Area/remote-builds
Area/repl
Area/store
bug
crash 💥
Cross Compilation
devx
docs
Downstream Dependents
E/easy
E/hard
E/help wanted
E/reproducible
E/requires rearchitecture
imported
Needs Langver
OS/Linux
OS/macOS
performance
regression
release-blocker
RFD
stability
Status
blocked
Status
invalid
Status
postponed
Status
wontfix
testing
testing/flakey
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-project/lix#36
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
i think the way to do this is basically just go through the two sides line by line, advancing the sources, and replacing in the sources from the other side if the output lines don't match, but, you do have to also deal with whitespace in the same manner as tidy for comparison.
realistically: i think tidy for comparison should be non destructive and mark lines as ignored for comparison with a little wrapper class of the vector. then you can just use the naive replacement algo suggested above without losing any whitespace.
but for now you can just do the copy paste then indent routine.