Replies: 2 comments
-
Thanks for pinging. In my mind it was a "separation of concerns", so to speak. :) (Also see: https://stackoverflow.com/a/60465524) For the issues you mentioned,
|
Beta Was this translation helpful? Give feedback.
-
Ok thank you very much @harshitgarg22 for the clarification. That sounds very reasonable. And regarding 2. yes developing is not that problematic. I do it usually by having both repos next to each other and replacing the URL of vSwarm-proto but Ill check how the go.work file works |
Beta Was this translation helpful? Give feedback.
-
Hey, I want to propose deprecating the vSwarm-proto repo and moving all its functionality into vSwarm.
The reason for this it's always a bit of a mess to make modifications.
For example. If you want to update, fix a bug or add a feature for the relay, you need to make them in the proto repo. Then create a new version. --> Go back to vSwarm update everything to the latest versions.
Furthermore, the only other repo that requires vSwarm-proto is vSwarm-u. This can easily be solved by importing the grpcclients from vSwarm instead vSwarm-proto.
I think, overall this will make development and maintenance easier. Maybe not perfect bu
However, I think I never understand entirely why it needs to be separated so I could be wrong.
@harshitgarg22 can you maybe clarify why it necessary?
Beta Was this translation helpful? Give feedback.
All reactions