Skip to content

Fix Elixir 1.20 compilation warnings - #63

Open
gilbertwong96 wants to merge 1 commit into
djm:mainfrom
gilbertwong96:fix/elixir-1.20-warnings
Open

Fix Elixir 1.20 compilation warnings#63
gilbertwong96 wants to merge 1 commit into
djm:mainfrom
gilbertwong96:fix/elixir-1.20-warnings

Conversation

@gilbertwong96

Copy link
Copy Markdown

Resolve compilation warnings introduced in Elixir 1.20.

  • Fixed Map.get(cell, :width_calc, nil) which always returns nil on a %Cell{} struct (the struct doesn't have a :width_calc key). Replaced with direct Table.get_column_meta/3 call.

@gilbertwong96
gilbertwong96 force-pushed the fix/elixir-1.20-warnings branch from c2adc91 to cf0cc9e Compare May 30, 2026 11:08
@gilbertwong96

Copy link
Copy Markdown
Author

Hi, @djm, could you please merge this PR and bump a new version for latest Elixir version ?

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