Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] fusion packages #115

Open
timotheecour opened this issue Apr 22, 2020 · 0 comments
Open

[RFC] fusion packages #115

timotheecour opened this issue Apr 22, 2020 · 0 comments

Comments

@timotheecour
Copy link
Owner

timotheecour commented Apr 22, 2020

links

discussion

  • we still need to use independent git histories for different packages, otherwise too slow to improve them
  • maybe use git submodules?
  • use homebrew's model?
  • is it enough to add more features to important_packages?
  • incentives matter; maybe ppl prefer more ownership of their pet package
  • what helps would be common tooling so users don't have to reinvent wheel, eg: automate CI etc
  • issue reporting would be a mess if using a monorepo

other langs

see boost: https://www.boost.org/doc/libs/1_61_0/doc/html/metaparse/versioning.html

Future versions of the library may provide other namespaces (eg. v2). The header files in <boost/metaparse/...> provide the latest version of the library. To always get version v1, one should use header files in <boost/metaparse/v1/...>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant