maciektr
maciektr
### Problem As in title ### Proposed Solution _No response_ ### Notes _No response_
### Problem As in the title ### Proposed Solution _No response_ ### Notes _No response_
### Problem When you mistakenly add `readme = "README"` to Scarb.toml file, when the actual readme is `README.md` Scarb fails with hard to understand error. This can be turned into...
Include dev dependencies during the manifest normalization phase of packaging https://github.com/software-mansion/scarb/blob/22d5cc2f90b09ec8fc5a7f4798f85f1777c9c3a6/scarb/src/core/publishing/manifest_normalization.rs#L41
Index changes: https://github.com/software-mansion/scarbiec/pull/68 Scarb client: https://github.com/software-mansion/scarb/blob/541ae9646e8fc104b8fba3599370ea1c1e46328c/scarb/src/sources/registry.rs#L108
### Problem If a new package is created in a workspace, it's path should be automatically added to the workspace's members list. It should not be added to the list,...
### Problem As in title ### Proposed Solution _No response_ ### Notes _No response_
### Problem Cairo should be represented as tokenized into TokenTrees ### Proposed Solution _No response_ ### Notes _No response_
### Problem As in title ### Proposed Solution _No response_ ### Notes _No response_
## Problem As of https://github.com/software-mansion/scarb/pull/1098 the MetadataCommand allows Scarb stdout inheritance. Unfortunately, the current implementation buffers whole output inside and prints it all at the end. For instance, if Scarb...