After raising Packages should be built from source.
I have thought about the design decisions of warg a little more, I think many assumptions made in the design process are questionable, see: https://gist.github.com/lu4p/89b1b1f1be7b9000649c089e90b90c10
I have discovered warg 2 days ago, so it may well be that I have no clue of what I'm talking about. Maybe you disagree with how I think it should work and that is completely fine, but I would like to hear why I'm wrong.
BTW, It should probably be explained in the readme how to find this chat. Not that I had a hard time finding this chat, just that I had to find it at all,
I think some of your concerns are addressed by the Wasm Component proposal. I'd highly recommend @Luke Wagner's talk (especially the first ~10 minutes) on that as context for Warg's design.
@Paul Scheduikat Thanks for writing up your thoughts. I'm happy to schedule a call to discuss and talk thru, if you'd like.
@Lann Martin Thanks for the talk recommendation.
@Calvin Prewitt Sent you a dm.
I'd like to ask that you take a more open-minded approach and lead with questions about how/why things work and what responsibilities different parts of the systems take on before jumping to criticism.
We're very open, there are many talks about what we're doing, our meetings are open to the public, and we're happy to chat with you.
@Robin Brown I'm completely open to my criticism being entirely invalid. I made conclusions from my very limited understanding of the warg project.
Sorry if this made you feel attacked.
I'm happy to learn more about why certain design decisions were taken, there is just very limited documentation in the repo.
It's not so much about "feeling attacked" as just wanting to set a tone for a productive discussion. I think asking questions and learning more first is a better way to get things off on the right foot.
If you still have the criticism after that point, then you'll have the context to make it precise and constructive; and if you don't have criticisms left, we don't have to debate them :smile:
Why is warg designed similar to a container registry?
Paul Scheduikat said:
Why is warg designed similar to a container registry?
In some ways, it is designed similar but in other ways it is quite different. Warg is aiming to provide a solution for both deployment artifacts (perhaps with OCI integration) as well as software libraries (like npm, crates, etc).
The docs for the project aren't that helpful, at the moment. Easier to talk thru and introduce the project.
Paul Scheduikat said:
Why is warg designed similar to a container registry?
wait; warg is designed similar to a container registry? Boy, as one of the PMs for Azure Container Registry I'm blown away. :-) From my pov, it's not designed that way at all.......
now note, the funniest thing about very abstract questions like that one is that it provokes thoughts like mine -- but there's no answer that doesn't involve why and how do you mean, precisely?
for example, container registries are not federated in any way; but warg is designed to be. So, which part of "designed like a container registry" did you mean?
What IS true is that, because of a LOT of hard work moving fast, the documentation doesn't fully capture what's been gone over to reach where we are. That's unfortunate, but chatting with @Calvin Prewitt first will help both you and possibly result in better documentation. :-)
@Ralph Talking to @Calvin Prewitt tomorrow, maybe that clears up some things for me.
totes great. bring the details after ward back here! engineering is full of tradeoffs between objectives and resources. :-)
@Paul Scheduikat and I just finished chatting about Warg and Wasm Components. Good conversation introducing what Warg is and isn't. The docs will be a priority soon. Hope to have more conversations and get him involved.
I had a good conversation with @Calvin Prewitt, in which he explained the thinking behind warg in detail.
I now understand that most of my concerns are out of scope for warg. I thought warg was trying to be a complete package manager. I think most of my concerns should still be taken into account when implementing a package manager/ package distribution system on top of warg.
Last updated: Nov 22 2024 at 16:03 UTC