Skip to content

Fix spec for attrs() to allow lists of tuples#4

Merged
ananthakumaran merged 1 commit intoactivesphere:masterfrom
sax:fix-list-typespec
Mar 25, 2025
Merged

Fix spec for attrs() to allow lists of tuples#4
ananthakumaran merged 1 commit intoactivesphere:masterfrom
sax:fix-list-typespec

Conversation

@sax
Copy link
Contributor

@sax sax commented Mar 24, 2025

[{:binary, :binary}] only matches on the atom :binary, rather than on the type binary().

`[{:binary, :binary}]` only matches on the atom `:binary`, rather than
on the type `binary()`.
@ananthakumaran ananthakumaran merged commit 401ad29 into activesphere:master Mar 25, 2025
6 checks passed
@sax sax deleted the fix-list-typespec branch March 25, 2025 16:24
@sax
Copy link
Contributor Author

sax commented Mar 25, 2025

Thanks for merging!

Do you have a sense of when you will release a new version? I'd like to start using lists of tuples in a library that depends on xml_stream.

@ananthakumaran
Copy link
Contributor

Published

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

Comments