Skip to content

Strip leading zeroes in the folly-clib version - #161

Closed
simonmar wants to merge 1 commit into
facebookincubator:mainfrom
simonmar:fix-folly-clib-version
Closed

Strip leading zeroes in the folly-clib version#161
simonmar wants to merge 1 commit into
facebookincubator:mainfrom
simonmar:fix-folly-clib-version

Conversation

@simonmar

Copy link
Copy Markdown
Contributor

Cabal doesn't like leading zeroes.

Fixes this CI failure:
https://github.com/facebookincubator/hsthrift/actions/runs/16375702901/job/46274980740

Errors encountered when parsing cabal file folly-clib/folly-clib.cabal:

folly-clib/folly-clib.cabal:3:33: error:
unexpected Version digit with leading zero

    2 | name:               folly-clib
    3 | version:            20250718.056
      |                                 ^

Cabal doesn't like leading zeroes.

Fixes this CI failure:
https://github.com/facebookincubator/hsthrift/actions/runs/16375702901/job/46274980740

```
Errors encountered when parsing cabal file folly-clib/folly-clib.cabal:

folly-clib/folly-clib.cabal:3:33: error:
unexpected Version digit with leading zero

    2 | name:               folly-clib
    3 | version:            20250718.056
      |                                 ^
```
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 22, 2025
@simonmar simonmar mentioned this pull request Jul 22, 2025
@facebook-github-bot

Copy link
Copy Markdown
Contributor

@pepeiborra has imported this pull request. If you are a Meta employee, you can view this in D78729684.

@facebook-github-bot

Copy link
Copy Markdown
Contributor

@pepeiborra merged this pull request in 40f9d95.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants