Skip to content

Update to bastibe#1

Merged
marcelvanherk merged 61 commits intomarcelvanherk:masterfrom
bastibe:master
Mar 16, 2020
Merged

Update to bastibe#1
marcelvanherk merged 61 commits intomarcelvanherk:masterfrom
bastibe:master

Conversation

@marcelvanherk
Copy link
Owner

No description provided.

adnanyaqoobvirk and others added 30 commits March 3, 2016 14:26
Operators, indexing and named parameters from Lua
Compile using C99 mode for long long,
declaration initialization and other useful stuff.
User can always wrap it manually using 'asfunc' if needed, but the
reverse is not true.
This is cached to avoid recreating a new lambda on every call.
Major reduction in code dup.
'require'ing the module no longer dumps it into lua's global table.
Fix for issue #50 - coroutine param passing bug.
Condensed init logic.
More Brace fixing.
moved to src/CMakeLists.txt
All unicode strings can go in a byte object but
not all byte objects are unicode strings.
Going from Python -> Lua always turns a unicode str into a byte object.
Going from Lua -> Python, lunatic will try to decode as utf-8 first.
Failing that it falls back to a byte object.
Use 'PyUnicode_AsEncodedString' since it exists in
both Py 2.7 and 3.3+.
greatwolf and others added 29 commits February 25, 2017 00:27
Added some test for py operators on py container.
Fix for Symbol not found error while loading dynamic python extensions
Undefined symbols only happen on linux because of 'RTLD_LOCAL' by default;
Other platforms don't have this issue so remove those cases.
Actually push and return `nil`.
Should not generate error if attribute not found on python object
The `for` loop that executes pkg-config was taking the libs & cflags from only the first package.
Bug fix: Combine pcoutput in pkgconfig
Use LUA 5.1 if 5.2 doesn't exists on the system
@marcelvanherk marcelvanherk merged commit 4044f63 into marcelvanherk:master Mar 16, 2020
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.

5 participants