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

Elixir & Credo updates #4

Merged
merged 6 commits into from
Aug 16, 2024

Conversation

markolson-powerschool
Copy link
Contributor

This makes a few small changes so that the library works with the latest elixir and credo releases.

I didn't go back and add in matrix testing to verify that different mixes of OTP/Elixir and Credo itself work, or add changelog entries, but am happy to do so as part of this

@@ -235,7 +235,7 @@ defmodule TodoOrDie.AlertTest do

assert(
message ==
"Found a TOTEST tag: Test String (WAS UNABLE TO CHECK THE ISSUE - GOT ERROR: `{:tls_alert, 'internal error'}`)"
"Found a TOTEST tag: Test String (WAS UNABLE TO CHECK THE ISSUE - GOT ERROR: `{:tls_alert, ~c\"internal error\"}`)"
Copy link
Owner

Choose a reason for hiding this comment

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

TIL about ~c! 👍

@cheerfulstoic cheerfulstoic merged commit ad69600 into cheerfulstoic:main Aug 16, 2024
1 check failed
@cheerfulstoic
Copy link
Owner

Thanks so much! Published as 0.4.1 🎉

A matrix for testing would be awesome! It seems like GitHub actions failed, so maybe something more fundamental needs to be fixed. If you could fix both it would be amazing 🤘

@markolson-powerschool
Copy link
Contributor Author

Thanks for the quick merge and release! I'll take a peek at getting CI working again with my personal account this weekend, just for fun 😄

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