Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
afe831bThere 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.
Would using Hjson have eliminated that problem in the first place?
afe831bThere 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.
Well, it wasn't really a problem. It's only that I added the new dependencies, and emacs indented them like that, so I reindented everything. I don't know HJSON, on the other side. What's that?
afe831bThere 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, that should have been Hjson.)
I've suggested that for Rakudo we use Hjson (Human JSON) instead of JSON for the Meta6.json file. Hjson allows a bit more looseness than JSON which, among other things, doesn't allow comments and fails with commas after the last item in a list.
The official website is here:
There is a Perl 6 module for it in the ecosystem:
afe831bThere 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.