unknownworlds / decoda

Decoda Lua IDE and debugger
GNU General Public License v3.0
900 stars 264 forks source link

When Lua 5.2 support? #16

Closed pass86 closed 7 years ago

pass86 commented 11 years ago

When Lua 5.2 support? I think many people want this.

benoit-germain commented 11 years ago

I am working on Lua 5.2 support and I believe that it is coming together nicely. However, looking at the other pending pull requests I think that some conflicts are to be expected with my changes if they ever get accepted in the master branch. The easiest way for all would be for those pull requests to be either integrated or rejected so that I can take care of the merge on a clean basis instead of simply adding yet another pull request to the list.

Of course, this supposes that someone will do something about the existing pull requests, which hasn't happened for several months...

maxmcguire commented 11 years ago

Hi Benoit,

I wasn't aware those pull requests were pending, I'll take a look at them.

Thanks,

Max

On Sep 20, 2013, at 8:14 AM, Benoit Germain notifications@github.com wrote:

I am working on Lua 5.2 support and I believe that it is coming together nicely. However, looking at the other pending pull requests I think that some conflicts are to be expected with my changes if they ever get accepted in the master branch. The easiest way for all would be for those pull requests to be either integrated or rejected so that I can take care of the merge on a clean basis instead of simply adding yet another pull request to the list.

Of course, this supposes that someone will do something about the existing pull requests, which hasn't happened for several months...

— Reply to this email directly or view it on GitHub.

benoit-germain commented 11 years ago

I believe that I'm pretty much done with the port. All that remains to do now is actually submit the pull request.

madmaxoft commented 11 years ago

Question: When Lua 5.2 support is switched on, will Lua 5.1 still be supported, or will we have to migrate all our projects as well? Any chance of keeping both versions supported?

benoit-germain commented 11 years ago

Yes I've done it right :). Decoda still supports 5.1, and Lua 4.0 for that matter, unless I broke something.

jazzbre commented 10 years ago

Hi Benoit, is Lua 5.2 support already commited because I can't find it? Thanks

lengbing commented 10 years ago

wanna new ide just for lua5.2

benoit-germain commented 10 years ago

No, it is not committed yet. I'll get around to that eventually if nothing moves regarding the current pull requests. I experience freezes sometimes though so maybe I got something wrong with the debug hooks, since this changed a bit between 5.1 and 5.2.

jazzbre commented 10 years ago

Cool :) Would it be possible to commit it as a new branch or something so I could help you fix it faster?

benoit-germain commented 10 years ago

See pull request #19.

benoit-germain commented 10 years ago

I guess this one can be closed?