thought-machine / pleasings

Addons & new build rules for Please
Apache License 2.0
98 stars 39 forks source link

Support go_mock with Please v16+ #63

Closed VJftw closed 3 years ago

VJftw commented 3 years ago

👋

just came across this while trying to upgrade Dracon to Plz v16

plz-out/gen/third_party/subrepos/pleasings/go/go_mock.build_defs:66:5: error: Unknown argument to go_library: out

This PR fixes by just removing the parameter and added a GitHub action to verify plz test //go/... still passes happily :)

Let me know if you have any suggestions/changes - happy to oblige

peterebden commented 3 years ago

Thanks VJ!