Skip to content

Corral/thbk 775 mainteinance#6

Closed
doctorcorral wants to merge 4 commits into
mainfrom
corral/THBK-775-mainteinance
Closed

Corral/thbk 775 mainteinance#6
doctorcorral wants to merge 4 commits into
mainfrom
corral/THBK-775-mainteinance

Conversation

@doctorcorral

Copy link
Copy Markdown
Collaborator

Description

This version upgrades Elixir to 1.18.

Fixes THBK-775

Type of change

  • Maintainance

How Has This Been Tested?

Existing tests

Checklist:

  • I have updated the Changelog.md with the corresponding changes
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@doctorcorral doctorcorral added the enhancement New feature or request label Feb 27, 2025
@doctorcorral doctorcorral self-assigned this Feb 27, 2025
@linear

linear Bot commented Feb 27, 2025

Copy link
Copy Markdown
THBK-775 Relix maintenance

update deps, and update to elixir 1.18, if warnings appear fix them.

Comment thread mix.exs Outdated

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Version and Elixir Requirement Mismatch

The mix.exs file contains two inconsistencies:

  1. Project Version: The version is 0.1.3, but CHANGELOG.md documents 0.1.4. These should match.
  2. Elixir Requirement: The elixir requirement ~> 1.17 excludes Elixir 1.18, which is the intended target version (as indicated by .tool-versions, CI, and CHANGELOG.md). It should be ~> 1.18.

mix.exs#L6-L8

relix/mix.exs

Lines 6 to 8 in 5fdaa21

app: :relix,
version: "0.1.3",
elixir: "~> 1.17",

Fix in Cursor


Was this report helpful? Give feedback by reacting with 👍 or 👎

@acrogenesis acrogenesis deleted the corral/THBK-775-mainteinance branch September 1, 2025 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants