setup-ocaml icon indicating copy to clipboard operation
setup-ocaml copied to clipboard

GitHub Action for the OCaml programming language

Results 44 setup-ocaml issues
Sort by recently updated
recently updated
newest added

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.33.0 to 5.35.1. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.35.1 5.35.1 (2022-08-24) Features eslint-plugin: [explicit-member-accessibility] suggest adding explicit accessibility specifiers (#5492) (0edb94a) eslint-plugin: [prefer-optional-chain] support suggesting !foo...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.6.5 to 18.7.13. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.6.5&new-version=18.7.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

`setup-ocaml` doesn't work with old versions of OCaml (≤ 3.12). (It was already noted in the issue https://github.com/ocaml/opam-repository/issues/22015 which was transferred to opam-repository, but this part of the issue seems...

Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) from 3.0.2 to 3.0.4. Changelog Sourced from @​actions/cache's changelog. 3.0.2 Added 1 hour timeout for the download stuck issue #810. 3.0.3 Bug fixes for download stuck issue #810....

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.22.0. Release notes Sourced from eslint's releases. v8.22.0 Features 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas) fd5d3d3 feat: add methodsIgnorePattern option to...

dependencies

Bumps [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) from 7.3.10 to 7.3.12. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/semver&package-manager=npm_and_yarn&previous-version=7.3.10&new-version=7.3.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

This significantly speeds up the build time of dependencies It needed a tweak on the installer to install the depexts once the opam cache is loaded. Aside from the step...

See https://github.com/orgs/github-community/discussions/19663

I did this to mitigate https://github.com/actions/cache/issues/820. Probably a bit blunt to treat all `Error`s the same which is why I marked this as a draft and am open to suggestions.

This partially solves #528. The non-essential parameters should not be part of cache keys. The problem of the current design is that it'd store many copies of same things but...