-
Notifications
You must be signed in to change notification settings - Fork 13
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
Serialized Lua Table Format #18
Comments
I would use |
I'm cool with |
This would be why I'd suggest using |
I'd agree with @lyqyd re How about just |
"data" doesn't seem nearly specific enough. I think text/lua-table is pretty good. And then for an extension, it seems fairly obvious to be, but .table or .tbl seems like a good extension. |
As mentioned by Lyqyd in #18, I think Lua/data or /table would be best. I'd also agree with .table |
That seems like it would work quite nicely actually. 👍 |
I'd go with both |
I'm not so sure that we should be recommending two extensions for a newly proposed format. We're not using Windows 3.1 anymore 😉 |
I don't see why not, many real life standards use multiple extensions, JPEG is a good example, with (Also, SVG allows |
Those extensions probably exist due to a lack of standardisation. Having more than one extension without it being nec cedar feels like something standardisation should be preventing. |
Uh, you are right. However, I am generally against long (full name) extensions (such as |
Yeah I get what you mean @viluon. I think that because people will probably have preferences about we should list both but recommend table. @demhydraz I think using the Lua category works best for us. They don't need to be identical to real life. |
Recommend |
Fine, we'll only use tbl |
Unless anyone has any better ideas, |
Okay done. I'll create a COS now. |
Use "Closes #X" syntax to close an issue automagically after merging a PR. |
@viluon the issue is solved though. If we keep the issues open people will assume that it hasn't been done yet and create duplicate PRs. |
And we'll leave those duplicate PRs until one of them is merged. Then close the duplicates and the related issue. I think that's the way to go @oeed! |
Whilst this is a fairly well known format it is still important that these details are standardised.
The format must be readable using
textutils.unserialise
or running the file, but it doesn't necessarily have to be made using textutils.serialise (i.e. you can strip the spacing, new lines, etc.)These details are open for suggestion.
Extensions:
.tbl
MIME:
text/table
The text was updated successfully, but these errors were encountered: