fsprojects / FAKE

FAKE - F# Make
https://fake.build
Other
1.28k stars 582 forks source link

Added shorthash to git functions #2770

Closed Numpsy closed 4 months ago

Numpsy commented 5 months ago

As #2752 but with an extra commit to try to fix the Fantomas complaints about the formatting.

Doing this here to try to get a CI build run done on the changes.

xperiandri commented 5 months ago

Maybe we should update to 8.0? https://github.com/fsprojects/FAKE/blob/82e38df01e4b31e5daa3623abff57e6462430395/.github/workflows/build_and_test.yml#L18

Numpsy commented 5 months ago

Is it worth trying to pull the update to 6.0.414 from #2763 into a separate PR? (or may be the latest, 6.0.418) first?

xperiandri commented 5 months ago

The latest is good

Numpsy commented 5 months ago

Hmm, tried doing a build with a newer version at https://github.com/Numpsy/FAKE/actions/runs/7585225090/job/20660587816 and the integration tests failed, but then those tests seem to be downloading a copy of the older version for test use, and I don't know anything about how they work