Skip to content

Releases: thought-machine/please

Please v17.8.7

25 Apr 15:10
a2b94fa
Compare
Choose a tag to compare

This is Please v17.8.7

  • Use local paths only for determining tool changes (#3139)
  • Use parser.open rather than os.Open avoiding a panic when using remotefs
    (#3030)
  • Plz help shows halp for aliases (#3130)

Please v17.8.6

15 Apr 13:05
1cfb5ba
Compare
Choose a tag to compare

This is Please v17.8.6

  • Speed up parsing of subrepo-heavy repos (notably go_repo) (#3126)
  • Query commands take subrepos into account (#3124)

Please v17.8.5

08 Apr 15:14
f331d52
Compare
Choose a tag to compare

This is Please v17.8.5

Please v17.8.4

05 Apr 15:13
888d667
Compare
Choose a tag to compare

This is Please v17.8.4

  • Fix a nil pointer when querying targets with the --arch flag (#3113)
  • Improved output for downloading test outputs (#3112)
  • Only download child dirs for filegroups where necessary (#3111)
  • Minor parse time performance improvements (#3114)

Please v17.8.3

14 Mar 15:14
b6af037
Compare
Choose a tag to compare

This is Please v17.8.3

  • Don't re-parse subrepos unnecessarily (#3103)
  • Added some gRPC client metrics (#3104)
  • Add a check in parser on unary operator precedence (#3106)
  • Various third-party library updates (#3097, #3098)

Please v17.8.2

07 Mar 07:53
1686f1a
Compare
Choose a tag to compare

This is Please v17.8.2

  • Empty values in some .plzconfig sections now correctly generate keys again (#3095)

Please v17.8.1

06 Mar 11:55
33fc141
Compare
Choose a tag to compare

This is Please v17.8.1

  • Allow lists to be passed to subinclude() (#3080)
  • plz query inputs now outputs in sorted order, and doesn't output intermediate targets from subrepos (#3073)
  • Some fixes to operator precedence (#3088)
  • Test runs are correctly set for remote execution (#3090)
  • Fix calculation of cache size when using compression (#3055)

Please v17.8.0

09 Feb 15:23
7133d5f
Compare
Choose a tag to compare

This is Please v17.8.0

  • Add a --ignore_unknown flag to query whatinputs (#3057)
  • Improve somepath --hidden behaviour (#3067)
  • Enable plz build --shell` to work correctly with remote execution and
    subrepos (#3066) (#3069)
  • subinclude can now take annotated label and list (#2990)

Please v17.7.0

18 Jan 16:11
11052fd
Compare
Choose a tag to compare

This is Please v17.7.0

  • Make json() marshal range as a list (#3044)
  • Allow setting PLZ_REPO_ROOT env variable to tell Please where the repo
    root is (#3046)

Please v17.6.2

12 Jan 10:31
d038efb
Compare
Choose a tag to compare

This is Please v17.6.2

  • Performance improvements for clean remote execution builds (#3038)
  • Recognise range type in isinstance (#3040)