-
Notifications
You must be signed in to change notification settings - Fork 186
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
Tern does not account for modifications to existing methods #27
Labels
bug
Something went wrong
Milestone
Comments
We can just add an option in the command line (--redo, -r) to overwrite the data that is in the cache if it exists. |
This was referenced Oct 31, 2018
laurieroy
added a commit
to laurieroy/tern
that referenced
this issue
Nov 15, 2018
Add redo=False to load_from_cache so option to re-populate the cache when layers are changed; default is to not redo the cache. Resolves: tern-tools#113 See: tern-tools#27 Signed-off-by: Laurie Roy <[email protected]>
nishakm
pushed a commit
that referenced
this issue
Nov 15, 2018
Add redo=False to load_from_cache so option to re-populate the cache when layers are changed; default is to not redo the cache. Resolves: #113 See: #27 Signed-off-by: Laurie Roy <[email protected]>
nishakm
pushed a commit
to nishakm/tern
that referenced
this issue
Nov 27, 2018
This enables the --redo option which will rewrite the cache for layers found in the image if the layers already exist in the cache - Added new optional argument to analyze_docker_image function - Passed in argument for redo to analyze_docker_image calls Resolves tern-tools#27 Signed-off-by: Nisha K <[email protected]>
Merged
rnjudge
pushed a commit
to rnjudge/tern
that referenced
this issue
Jun 5, 2020
Add redo=False to load_from_cache so option to re-populate the cache when layers are changed; default is to not redo the cache. Resolves: tern-tools#113 See: tern-tools#27 Signed-off-by: Laurie Roy <[email protected]>
rnjudge
pushed a commit
to rnjudge/tern
that referenced
this issue
Jun 5, 2020
This enables the --redo option which will rewrite the cache for layers found in the image if the layers already exist in the cache - Added new optional argument to analyze_docker_image function - Passed in argument for redo to analyze_docker_image calls Resolves tern-tools#27 Signed-off-by: Nisha K <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Say if tern processes package information and could not get one set of metadata, it will store the package information in the cache with empty data. If next time around, there is an addition to the command library that allows tern to get said metadata, it will not run it because it will read the incomplete information from the cache.
The text was updated successfully, but these errors were encountered: