orizi
orizi
Any particular reason for the tool to run on sierra? That sounds like a clippy style tool that should be running as an analyzer.
The `scarb` team is working on an ability for semantic analysis base diagnostics of cairo code. Sierra already loses quite a lot of information about the high level code (by...
The missing diags in the LSP are an issue - we are looking into it. About the `cairo-compile` call - do note that it runs without the starknet plugin -...
Is this still happening?
This should cause a compilation error instead of a panic. Any particular reason you need it to actually compile specifically?
Good - was just making sure - diagnostic will be added.
This has nothing to do with the number of divisions happening in the code - this is all about the number of variables you define in the same scope -...
In any case - even in generated code - i'd recommend against creating huge blocks of code especially if it creates thousands and thousands of variables that are all usable...
i'm assuming `fq6` is huge - can you try adding `core::internal::revoke_ap_tracking()` as the first statement in it?
can you add the same for your Mul::mul implementation?