-
Notifications
You must be signed in to change notification settings - Fork 79
Repository managment #275
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
Comments
I'd love that, but so far I've been busy with other work and I couldn't justify taking the time to look into using Lerna. I'd love to get some help with this :) |
I can take this one , it will depend on my free time but not being urgent i can give it some love and also work on some processes you have that look very manual 👍 you can assign it to me |
@romulocintra Hey, thanks for filing the PR (#308). I assigned this issue to you, as you requested. Thanks for agreeing to help us :) I'm getting close to finalizing another milestone for Fluent: Syntax 0.8. I opened #303 to track the implementation work. I'd prefer to land that first, and then work with you on this issue as well as #274. I'm afraid there might be a few merge conflicts with this PR after #303 is fixed, but since you're mostly moving files around, perhaps it's going to be OK. I'll be busy with #303 for another two or three weeks, and then I'll check back here. Thanks again! |
@stasm , perfect i will only progress to have same state you have actually with your scripts , at moment i have some failing tests but are the same ones that are failing with your actual build. for now i will keep it just as WIP and also think in some strategy to accomplish the #274 . Thks for your time |
@stasm @romulocintra Maybe Yarn Workspace would be enough and easer to use than Lerna? Yarn 2 has better features for workspace, but unfortunately it isn't work with TS. |
Few time ago i did a little benchmark running fluent modules using lerna and actual setup was faster. Yarn workspaces would be a good alternative too... but to be honest i was surprised by the speed compared with lerna back on time. |
Closing as #569 was merged. |
Suggest use a tool like https://lernajs.io/ . to manage this "Monorepo" , it would make some things simpler , install packages , transitional/Circular dependency managment , and unify build/publish processes , changelog etc ...
The text was updated successfully, but these errors were encountered: