Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Only reindent, but fixed upstream error closes #2850 fixes Raku/tap-h…
  • Loading branch information
JJ committed Jun 12, 2019
1 parent e3ed9e6 commit afe831b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions META6.json
Expand Up @@ -9,13 +9,13 @@
"File::Find"
],
"depends": [
"URI",
"File::Temp",
"JSON::Fast",
"Pod::To::BigPage:ver<0.5.1+>",
"Pod::To::HTML:ver<0.6.1+>",
"OO::Monitors",
"File::Find",
"URI",
"File::Temp",
"JSON::Fast",
"Pod::To::BigPage:ver<0.5.1+>",
"Pod::To::HTML:ver<0.6.1+>",
"OO::Monitors",
"File::Find",
"Test::META",
"Perl6::TypeGraph"
],
Expand Down

4 comments on commit afe831b

@tbrowder
Copy link
Member

@tbrowder tbrowder commented on afe831b Jun 13, 2019

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?

@JJ
Copy link
Contributor Author

@JJ JJ commented on afe831b Jun 13, 2019

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?

@tbrowder
Copy link
Member

@tbrowder tbrowder commented on afe831b Jun 13, 2019

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:

https://hjson.org

There is a Perl 6 module for it in the ecosystem:

JSON::Hjson

@JJ
Copy link
Contributor Author

@JJ JJ commented on afe831b Jun 13, 2019 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.