-
Notifications
You must be signed in to change notification settings - Fork 19
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
Use dict:dict() instead of dict() #2
Conversation
+1 |
@@ -61,7 +61,7 @@ | |||
{ | |||
name :: if_name(), %% interface name | |||
index :: non_neg_integer(), %% interface index | |||
attr :: dict() %% attributes {atom(),term} | |||
attr :: ditc:dict() %% attributes {atom(),term} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: ditc instead of dict
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, Thanks :)
+1 |
+1 |
+1 We'd really like to use exometer in Erlang 18, and this is preventing us from doing so. |
I guess type term() is better since older version of Erlang will generate an error: |
Me and ulf determined that term() type was the best choice right now. We will probably fix this when most of our platforms support dict:dict(). |
But netlink will not compile at all under 18.0. |
Did the fix work or not? |
I'm sorry, I thought you weren't going to fix this since you closed the PR. I'll give it a shot and report back. |
[Use dict:dict() instead of dict() Eonblast#2](Feuerlabs/netlink#2)
No description provided.