Skip to content

Conversation

@bwireman
Copy link
Contributor

@bwireman bwireman commented Jul 2, 2025

Is a solution to https://github.com/MystPi/pprint/issues if you're open to it

@inoas
Copy link
Contributor

inoas commented Jul 5, 2025

The dependency on gleeunit should also become a dev-dependency maybe this could be done in this PR?

-define(is_lowercase_char(X), (X > 96 andalso X < 123)).
-define(is_underscore_char(X), (X == 95)).

from(X) ->
Copy link
Contributor

Choose a reason for hiding this comment

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

Would it make sense to use https://github.com/gleam-lang/stdlib/blob/main/src/gleam_stdlib.erl#L49 aka function.identity from stdlib?

@MystPi MystPi merged commit 7c621fe into MystPi:master Jul 5, 2025
1 check failed
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.

3 participants