[ruby-core:98115] [Ruby master Misc#16747] Repository reorganization request
From:
eregontp@...
Date:
2020-05-02 11:49:14 UTC
List:
ruby-core #98115
Issue #16747 has been updated by Eregon (Benoit Daloze). IMHO it's best if `include/` in the repository corresponds closely to what ends up in the install dir. So I prefer ccan in `src/`. `make test*` uses the repository dir, so adding anything else under `include/` would expose it to those tests which is not good (they're internal). ---------------------------------------- Misc #16747: Repository reorganization request https://bugs.ruby-lang.org/issues/16747#change-85357 * Author: shyouhei (Shyouhei Urabe) * Status: Open * Priority: Normal ---------------------------------------- Back in 0.49, there were only 60 files and 3 directories at the root of this project. This was already at some level, but OK-ish. Now, as we are reaching 3.0, we currently have 167 files and 26 directories. The project has grown up. I believe we need some housekeeping. I would like to introduce directories and move things around, like [what they do for jemalloc](https://github.com/jemalloc/jemalloc/). - Create directory named `src` and move sources there. There is no need to cargo-cult them so suggestions are welcome. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>