Skip to content

Conversation

tmjoen
Copy link

@tmjoen tmjoen commented Dec 21, 2024

Fixed this warning:

==> base62
Compiling 1 file (.ex)
    warning: single-quoted strings represent charlists. Use ~c"" if you indeed want a charlist or use "" instead.
    You may run "mix format --migrate" to fix this warning automatically.
    │
  2 │   use CustomBase, '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'
    │                   ~
    │
    └─ lib/base62.ex:2:19

Also updated test/dev deps to latest version. Bumped required Elixir version to 1.12 (which is still ancient :)) to support newer stream_data dep.

@tmjoen
Copy link
Author

tmjoen commented Dec 21, 2024

We should probably update the Github actions as well since I'd assume this PR will fail on 1.11.x

@mloftis
Copy link

mloftis commented Apr 2, 2025

Just chiming in a +1 on this.

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.

2 participants