Marek Kaput
Marek Kaput
As title says
### Problem We would love to have a Dependabot-like experience for having some entity automagically bumping dependencies in Cairo repositories. Unfortunately, Dependabot does not have a facility to provide implementations...
References: - https://github.com/dojoengine/dojo/issues/44
Move everything until (including) diagnostics checking outside `Compiler` responsibility.
Following, package should yield errors when doing `scarb package` and `scarb publish`. ```toml [package] name = "foobar" version = "1.0.0" publish = false ``` This field should be `true` by...
### Problem The following test currently asserts failure because of implementation simplifications: https://github.com/software-mansion/scarb/blob/0951e2a12bbfc41a91ad359c48d2e0be51217b6c/scarb/tests/package.rs#L644-L667 Actually, what could happen here is that we can successfully create the tarball because the invalid symlink...
### Problem If a package depends on `starknet` version that is not provided by Scarb, we panic with `Registry sources are not implemented yet.` message, which confuses users. ### Proposed...
Internally, this is supported since #187, but we're not sure if this should be implemented! Ref: https://discord.com/channels/793094838509764618/1073222817195233412/1083432001513734215
We have an incident ⚠ All of: Scarb, Protostar and cairo-test-runner are manually constructing the RootDatabase and compiling tests on their own. The reason for this was to quickly deliver...