Releases: thought-machine/please
Releases · thought-machine/please
Please v17.9.0-beta.1
This is a prerelease version of Please. Bugs and partially-finished features may abound.
Caveat usor!
Please v17.8.7
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
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.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)