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

feat: introduce FileSystem.unjarOnce #1249

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 9, 2024

  1. feat: introduce FileSystem.unjarOnce

    `specs2-html` currently copies all of its html resources (41 files) for each specification (executed with html output), reading and traversing the `specs2-html.jar` four times in the process, overwriting its own previously copied files over and over. This is inefficient and causes unnecessary strain on the disk usage. The newly introduced `unjarOnce` method is used by `specs2-html` to only unjar its resources once for each target location and filter criteria.
    NTPape committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    fb8ad68 View commit details
    Browse the repository at this point in the history