Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore // Bumped up test version #447

Merged
merged 2 commits into from
Aug 8, 2024

Conversation

stuartjohnpage
Copy link
Contributor

Overview

I forgot to bump up the test version in #446 - this should sort that out

@stuartjohnpage stuartjohnpage self-assigned this Aug 8, 2024
@@ -89,7 +89,7 @@ defmodule SlaxWeb.Poker do
estimates =
round.estimates
|> Enum.sort_by(& &1.value)
|> Enum.map(&"#{&1.user} (#{&1.value})#{if &1.reason, do: ': #{&1.reason}'}")
|> Enum.map(&"#{&1.user} (#{&1.value})#{if &1.reason, do: ~c": #{&1.reason}"}")
Copy link
Contributor

Choose a reason for hiding this comment

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

Anybody know why we're using charlists here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's really funky

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It also shows up as funky from the syntax highlight in my vscode now; but it does still work

Copy link
Contributor Author

@stuartjohnpage stuartjohnpage Aug 8, 2024

Choose a reason for hiding this comment

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

wait that's just being the " and the : are so close together so it thinks it's supposed to be an atom

@stuartjohnpage stuartjohnpage merged commit fb8e21f into master Aug 8, 2024
1 check passed
@stuartjohnpage stuartjohnpage deleted the chore-bump-up-elixir-and-erlang-test branch August 8, 2024 20:58
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