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

Make compilecache atomic #30174

Closed
wants to merge 5 commits into from
Closed

Commits on Nov 28, 2018

  1. Make compilecache atomic

    Previously, the cache path is directly passed to the --output-ji
    option of the subprocess for generating compile cache.  However, when
    several processes are compiling the same package, one process may
    modify the file while another process is calculating the checksum,
    yielding a broken cache.  This patch let each process create a cache
    in a private temporary path and then atomically rename it to the final
    cache path.
    tkf committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    2243838 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Tweak comment [no ci]

    tkf committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    d367552 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Add NEWS and FAQ [skip ci]

    tkf committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    b40b726 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61ddd8c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. Update NEWS.md

    Co-Authored-By: Charles Kawczynski <[email protected]>
    tkf and charleskawczynski committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    9844c1e View commit details
    Browse the repository at this point in the history