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

Undo / redo #7

Open
c4lliope opened this issue Dec 15, 2020 · 0 comments
Open

Undo / redo #7

c4lliope opened this issue Dec 15, 2020 · 0 comments

Comments

@c4lliope
Copy link

With a little elbow grease, (knuckle grease?)
Hierarch Pose could keep a record of the changes that have been made to the source code;
This log may look along the lines of:

REPLACE [12,15]: "hello"
REPLACE [101,120]: function(x, y) {\nreturn x * y\n}

Where each line records a change, the indices in the original file, and the replaced text.
Alongside git references, some kind of change log would be sufficient to re-play the upgrades that have been made in a file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant