entropic-dev / entropic

🦝 :package: a package registry for anything, but mostly javascript 🦝 🦝 🦝
https://discourse.entropic.dev/
Apache License 2.0
5.29k stars 151 forks source link

Two `docs/rfcs` directories #307

Closed zacanger closed 5 years ago

zacanger commented 5 years ago

Is this a feature request or a bug?

Bug

Expected behavior:

Only one RFC directory

Actual behavior:

There are two!

Steps to replicate:

ls docs

I'm guessing this is because some folks are on Macs. FWIW I like to enforce all lisp-case directory and filenames at $dayjob (except for README.md and LICENSE.md) for exactly that reason, because dealing with case insensitive/case preserving but insensitive/case sensitive filesystem issues is just a headache when it happens.

Currently this will cause issues for anyone who tries to pull from master on Linux.

Environment info (where relevant)

chrisdickinson commented 5 years ago

Sorry about this! This should be fixed as of 79e9294.

zacanger commented 5 years ago

Thanks!