Skip to content

Releases: thought-machine/please

Please v17.13.0

16 Jan 18:38
4a39ba3
Compare
Choose a tag to compare

This is Please v17.13.0

  • Add a break statement to the build language (#3320)
  • Handle symlinks to directories in a number of places, including but not limited
    to output directories in remote execution (#3330)
  • Make output target display not have local targets hanging around so much (#3276)

Please v17.12.7

13 Dec 18:20
9ae1c96
Compare
Choose a tag to compare

This is Please v17.12.7

  • Fix BuildTarget.ProvideFor not checking named data when deciding whether
    to skip resolution. (#3316)

Please v17.12.6

13 Dec 15:16
450ec92
Compare
Choose a tag to compare

This is Please v17.12.6

  • Add goroutine labels to track what they are getting up to if we suspect a hang (#3292)
  • Fix deadlock with queuing data for tests (#3306)
  • Fix potential subinclude lockup (#3305)
  • Don't queue a target up for test if the target failed to build (#3315)

Please v17.12.6-beta.2

29 Nov 11:39
e3239b0
Compare
Choose a tag to compare
Pre-release

This is a prerelease version of Please. Bugs and partially-finished features may abound.

Caveat usor!

Please v17.12.6-beta.1

11 Nov 10:06
763ab44
Compare
Choose a tag to compare
Pre-release

This is a prerelease version of Please. Bugs and partially-finished features may abound.

Caveat usor!

Please v17.12.5

08 Nov 11:50
83e0243
Compare
Choose a tag to compare

This is Please v17.12.5

  • Add a stat for number of BUILD files currently parsing (#3290)

Please v17.12.4

07 Nov 11:30
c9be955
Compare
Choose a tag to compare

This is Please v17.12.4

  • Reverted back to arcat v1.0.2 while we work out behavioural issues

Please v17.12.3

06 Nov 16:08
d4df621
Compare
Choose a tag to compare

This is Please v17.12.3

  • Updated arcat to fix some subtle issues with ar archives and filenames of an unusual size

Please v17.12.2

06 Nov 11:22
25da70f
Compare
Choose a tag to compare

This is Please v17.12.2

  • Exclude test_tools from dependencies in working dir during build.

Please v17.12.1

24 Oct 10:21
f0ed2f9
Compare
Choose a tag to compare

This is Please v17.12.1

  • Ensure build env is sorted on input to config hash (#3279)
  • Remove test args from remote test command (#3266)