mun-lang / mun

Source code for the Mun language and runtime.

Home Page:https://mun-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mun workspaces

Wodann opened this issue · comments

commented

Similar to Cargo workspaces, we want to allow people to have a Mun workspace.

Effectively, this means that if they use the mun CLI within the workspace:

  • it performs the specified command for all Mun packages included in the workspace; and
  • compiler output is written to a shared output directory.

Good first issue process:

If this is your first PR, welcome 🎉 😄

commented

@baszalmstra are there things we should take into consideration for this?

Hey @Wodann could you assign it to me? And maybe it could be a good idea to add this issue as a step to complete issue #419.

btw, I don't have permission to mark the checkboxes in the description.