Skip to content

Fix several compilation warnings#437

Open
gilbertwong96 wants to merge 2 commits into
whitfin:mainfrom
gilbertwong96:fix/compilation-warnings
Open

Fix several compilation warnings#437
gilbertwong96 wants to merge 2 commits into
whitfin:mainfrom
gilbertwong96:fix/compilation-warnings

Conversation

@gilbertwong96

Copy link
Copy Markdown
  • Move :preferred_cli_env out of def project into a new def cli to match the new Mix.Project layout.
  • Rename @type record to spec_record in Cachex.Spec.Validator to avoid shadowing the built-in record type.
  • Drop unused require Overseer in Cachex; the alias already exposes the module's functions.

- Move :preferred_cli_env out of def project into a new def cli to
  match the new Mix.Project layout.
- Rename @type record to spec_record in Cachex.Spec.Validator to avoid
  shadowing the built-in record type.
- Drop unused require Overseer in Cachex; the alias already exposes
  the module's functions.
Limit the test matrix to Elixir 1.16-1.20, which are the branches
currently receiving security patches (or, in the case of 1.20, active
bug fixes) per the upstream support policy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant