Skip to content

Releases: jdx/mr-boxington

mbx-v0.3.0

Choose a tag to compare

@jdx jdx released this 23 Aug 22:21
47d5f8c

Added

  • (target) place target directories so a deleted checkout frees them (#24)
  • (store) collect automatically, and release deleted checkouts first (#23)

mbx-v0.2.0

Choose a tag to compare

@jdx jdx released this 23 Aug 20:10
f52b937

Added

  • (session) share compilations that read OUT_DIR across checkouts (#21)
  • (session) let a build opt into incremental compilation (#20)
  • (session) count the compilations the cache was never asked about (#18)

mbx-v0.1.0

Choose a tag to compare

@jdx jdx released this 21 Aug 19:59
ee2facc

Added

  • (release) publish prebuilt binaries on a tag (#14)
  • (session) log why each compilation was not cached (#11)
  • (session) count compilations the cache declined (#10)
  • (cli) add build, gc, and cache commands (#7)
  • (session) add the cache session and rustc shim (#6)

Other

  • (cli) stop the target-dir probe test reading the ambient environment (#15)
  • qualify cross-checkout sharing, and test the boundary (#12)
  • (session) stop fsyncing restored outputs (#9)
  • add workspace scaffolding and CI (#2)