Switch to official YAML extension by default#1678
Switch to official YAML extension by default#1678krystof-k wants to merge 21 commits intomarcoroth:mainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…tion Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Kryštof Korb <krystof@korb.cz>
marcoroth
left a comment
There was a problem hiding this comment.
Hey @krystof-k, thanks for the pull request.
I have been following the convention established by most Ruby tools and configuration files that also Rails ships with, which all use .yml.
So I'm not sure if we should be using .yaml, as that might be unusual and unexpected for most users.
|
Hi @marcoroth, so at least someone needs to have it right ;) Jokes aside, fair point — I understand the Ruby/Rails convention around Whether Herb should prefer |
Love the work you're doing on Herb — it's a great tool and I'm enjoying using it!
I ran into a small friction point: when I created
.herb.yamlinstead of.herb.yml, it didn't work — it was actually actively rejected with an error asking me to rename it. Since.yamlis the official YAML extension, it should be the supported (and preferred) variant.This PR:
--initHope this absolutely unimportant but preventing-many-confusions change will be helpful!