-
Notifications
You must be signed in to change notification settings - Fork 42
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
some refactoring #34
base: master
Are you sure you want to change the base?
some refactoring #34
Conversation
luaL_checkint is available only in Lua 5.1 & 5.2 luaL_checkinteger is available in Lua 5.1, 5.2, 5.3 & 5.4 fix flukso#32
only used here
lua-mosquitto.c
Outdated
|
||
lua_pushliteral (L, "Lua bindings to libmosquitto"); | ||
lua_setfield (L, -2, "_DESCRIPTION"); | ||
lua_pushliteral (L, "0.4.1"); |
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.
not like this, this would have to be something that is done automatically, so it doesn't have to be edited and committed on every release, that's too manual. general idea sounds fine though :)
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.
it was the last commit of the serie.
so, I remove it
The rest of this seems fine I guess |
Just fair warning, I'm not going to merge any of this set (myself at least) until I'm working on other stuff here, so this could wait a while. |
No description provided.