Marek Kaput

Results 122 comments of Marek Kaput
trafficstars

Awesome! Can't wait to see the progress :D You can leave this repository under your name and maintenance. I think moving it to our org would make it more complicated...

Moving this issue back to backlog due to no activity. It's open for contributions again! :)

We will probably want to merge this after the registry MVP is released

Hmm, this suggestion sounds neat, but I can't see how we can implement this without having incremental compilation in Cairo compiler itself. That's because the compiler is indeed fully rebuilding...

We have identified a regression in Scarb 2.3.0-rc0, which we will fix in 2.3.0-rc1, to be released in couple of days. This should help with your 45s build time situation....

Hey @fvelazquez-X! This is still a low-priority thing upstream. We've been discussing this recently and there are no updates on this front. We are not saying this is **not** important....

Update: As for now, incremental compilation is not planned to be worked on.

The recently released https://github.com/dtolnay/serde-untagged crate may allow quite pleasant implementation of this, I think.

FYI The only tool that has this, that I'm aware of, is Terraform.

OK, so being inspired by https://doc.rust-lang.org/cargo/reference/config.html and https://developer.hashicorp.com/terraform/language/values/variables#variable-definitions-tfvars-files I propose following solution: We will allow reading `[tool]` section values from other files, namely: * `config.toml` * `[prefix].config.toml`, i.e. any file...