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

Pilot project on new architecture #1

Closed
SankaD opened this issue Mar 10, 2022 · 5 comments
Closed

Pilot project on new architecture #1

SankaD opened this issue Mar 10, 2022 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@SankaD
Copy link
Member

SankaD commented Mar 10, 2022

No description provided.

@SankaD SankaD self-assigned this Mar 10, 2022
@SankaD SankaD added the enhancement New feature or request label Mar 10, 2022
@escapedcat
Copy link

escapedcat commented Mar 10, 2022

Something like this?: https://doc.rust-lang.org/stable/cargo/appendix/glossary.html#workspace

tbh I wonder why things always need a new repo instead of creating a new branch :D

@SankaD
Copy link
Member Author

SankaD commented Mar 10, 2022

@escapedcat yes. a cargo workspace. actually I'm changing the architecture. so need a new repo. will setup CI/CD stuff on top of this one if this direction is viable.

@escapedcat
Copy link

actually I'm changing the architecture. so need a new repo.

Can you explain a bit why it needs to be a new repo? We do lot's of big changes in a new branch which will be merged later (or even becomes new main). But I might miss something here. Just curious.

@SankaD
Copy link
Member Author

SankaD commented Mar 10, 2022

  1. don't have to worry about people merging into new repo
  2. don't have to worry CI getting triggered on a invalid setup (since the project structure has changed)
  3. Easier to setup triggers, linter checks (working on a new CI pipeline alongside this)
  4. It's just a preference to start from scratch. (habit from working with large teams who cause unexpected merge conflicts,etc...) 😆

@SankaD
Copy link
Member Author

SankaD commented Mar 11, 2022

References for future :

rust-lang/rust#77839

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

No branches or pull requests

3 participants