-
Notifications
You must be signed in to change notification settings - Fork 418
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
Matches when pattern matching on binaries return false consistency report #45
Comments
👍 Thx for reporting! |
Fix included in |
@rrrene it works! 👍 |
Hi @rrrene I'm actually still getting this in 0.3.11. Two different cases:
and
|
@dantswain thanks for the report. will provide a fix. 👍 |
@dantswain I released a fix in P.S. You should be awarded some internet points for re-opening an existing, relevant issue instead of creating a new one. Well done! 🌟 👍 🌟 |
Confirmed it fixed the issues I was seeing. Thanks! 👍 |
The only credo warnings are, I believe, bugs in credo. See rrrene/credo#45
A situation like:
Would result in There are spaces around operators most of the time, but not here. on the
<<data::size(len)-binary, _::binary>>
-lineThe text was updated successfully, but these errors were encountered: