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

Apply patches in order of their timestamps #5

Closed
szapp opened this issue Nov 16, 2018 · 0 comments
Closed

Apply patches in order of their timestamps #5

szapp opened this issue Nov 16, 2018 · 0 comments

Comments

@szapp
Copy link
Owner

szapp commented Nov 16, 2018

So far, individual patches were found by matching a file name pattern. Matched files, i.e. found patches, were then applied in the "arbitrary" order they were provided in by the findnext loop. To allow patches to build on or patch each other they should be applied in a second loop after they were ordered by their timestamps.

@szapp szapp closed this as completed in 4c578db Nov 21, 2018
szapp added a commit that referenced this issue Nov 23, 2018
The sorted array containing the names of all found Ninja patches is
created at program start and kept in memory until released with the onexit
routine, instead of created and deleted on every deployment.
More log messages are added to the zSpy.

Ref #5
Fix #6
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