-
Notifications
You must be signed in to change notification settings - Fork 19
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
Commit access #1
Comments
I'd like to be granted commit access to this repo |
Done. |
I would also like to contribute. |
Done. |
Since you added me are you ok with the syntax that telescope's uses for tests that you can see in my fork fsfod@4a98d60. Telescope uses the same style as busted but is single file with no dependencies except for a separate pure lua command line runner. |
I don't mind the syntax (better than busted). Converting everything to that style is straightforward, but maybe a bit premature. IMHO the other organizational items from the README should be discussed first. Maybe open issues for them? But not 1:1, I wrote the list in a hurry. Sorry. I guess a consistent naming scheme should be the first thing that needs to be agreed upon. Forget about the current test naming and grouping, though (that mess is entirely my fault). After that, the tests could be split up, converted to the test support library style and commit-moved to a separate directory hierarchy under their new names. Then one needs to comb through them and check whether they actually test what they are supposed to test. Some are quite old and the JIT compiler advanced enough in the meantime to turn them into empty loops. But don't forget that the interpreter needs to be exercised, too. I have some quick input on non-x86/x64 testing: Don't bother with native builds. Always perform cross-builds from an x86/x64 box, use QEMU user-mode ( Sorry, but I'm running out of time right now. I really wouldn't mind if you organize this yourselves. I've given @Wiladams, @ladc and @fsfod admin level access to this repo, so you can add more collaborators. Thank you! |
I half expect to see a "John Galt" business card get left behind... But honestly, thanks for setting this up. It will be a good proof point of how action oriented this community is. |
Please add me as well :) |
Done :-) |
@ladc Thanks! |
I'd like to contribute. It looks like no one's done a thing since the initial commit. |
I did one thing as a test, it was backed out. Rules of engagement: The wiki outlines some naming conventions. A test framework has been proposed, but no actual work has been submitted. My suggestion would be to go ahead and do some prs. Sent from my Windows Phone From: Mark Rusichmailto:[email protected] I'd like to contribute. It looks like no one's done a thing since the initial commit. Reply to this email directly or view it on GitHub: |
Requesting write access. |
Done. |
@MikePall |
@dibyendumajumdar done. Make sure to check for any license /IP issues though. |
Anyone who wants to help with the cleanup effort and feels qualified, please apply here for commit access to this repo.
Note: this does not automatically grant you commit access to the LuaJIT main repo, which is a tad more sensitive.
The text was updated successfully, but these errors were encountered: