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

tests: add lua dataset tests #2120

Closed
wants to merge 1 commit into from

Conversation

victorjulien
Copy link
Member

No description provided.

end
str = ipver .. ":<" .. srcip .. ">:<" .. dstip .. ">:" .. dp .. "--" .. query

ret, err = dataset.add(dns_new, str, #str);
Copy link
Member

Choose a reason for hiding this comment

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

I think idiomatic Lua is more likely see us a method on dns_new, for example, looking at the io library you'll seem something like this for writing to files:

local f = io.open("filename", "w")
f:write("hello world")

Not really saying one is better than the other, just commenting on what I see in the standard library.

@victorjulien
Copy link
Member Author

replaced by #2129

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants