You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stats for JSON data files and modules indicate they have dependencies to callbacks even when those callbacks no longer declare them as internal dependencies
#84
Closed
jeffschwartz opened this issue
Aug 19, 2019
· 0 comments
When deleting an internal dependency declaration from a tag-based JavaScript callback, Trio incorrectly copies the old dependency stat over to the new cache file. While it doesn't cause problems the new stats are misleading and it does result in unnecessary generation of pages that do not need to be regenerated.
The text was updated successfully, but these errors were encountered:
jeffschwartz
changed the title
stats for deleted tag-based JavaScript callback internal dependencies are copied from the old cache file to the new cache file
stats for JSON data files and modules show dependencies to callbacks even when those callbacks no longer declare them as internal dependencies
Aug 19, 2019
jeffschwartz
changed the title
stats for JSON data files and modules show dependencies to callbacks even when those callbacks no longer declare them as internal dependencies
stats for JSON data files and modules indicate they have dependencies to callbacks even when those callbacks no longer declare them as internal dependencies
Aug 20, 2019
When deleting an internal dependency declaration from a tag-based JavaScript callback, Trio incorrectly copies the old dependency stat over to the new cache file. While it doesn't cause problems the new stats are misleading and it does result in unnecessary generation of pages that do not need to be regenerated.
The text was updated successfully, but these errors were encountered: