-
Notifications
You must be signed in to change notification settings - Fork 43
version 0.5 #176
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
version 0.5 #176
Conversation
…ation async support
introduce StringInternPool.cs to reduce allocation and seq comp
|
Has this branch/version and project been abandoned, since the project owner is now working on another bindings project? |
|
Although development has slowed (due to my lack of involvement in maintenance, sorry), I still recognize the importance of Lua-CSharp. Although v0.5 has not yet reached release status, we will continue to develop it. |
|
@nuskey8 By the way, for Debugger support, I want to make Prototype hold LuaState and prevent it from being used by other LuaStates. This is because the Debugger will temporarily overwrite bytecode. |
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.
This file is no longer in use, is it safe to delete it?
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.
Sorry, yes.
I forgot to delete this....
|
I've done some refactoring here. There are some APIs I'd like to rethink, but for now I'd like to merge this branch and release v0.5. Is there anything else we should consider before releasing it? |
|
I'm also starting to forget because too much time has passed... I'll organize it first for adding a debugger in the next version. |
|
Merged the PR! Thank you!! |
reopen #135