Releases: thought-machine/please
Releases · thought-machine/please
Please v17.8.4
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
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
This is Please v17.8.2
- Empty values in some .plzconfig sections now correctly generate keys again (#3095)
Please v17.8.1
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
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
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
This is Please v17.6.2
- Performance improvements for clean remote execution builds (#3038)
- Recognise
range
type in isinstance
(#3040)
Please v17.6.1
This is Please v17.6.1
- Only automatically sort
tag
parameter below name
parameter for built-in
Please rules (#3036)
Please v17.6.0
This is Please v17.6.0
- Various performance improvements in the build language (#3023, #3024, #3025,
#3028)
- Cache
BUILD
files during remote execution (#3029)
- Place
tag
parameter below name
parameter when formatting build rule
invocations (#3033)