cairo
cairo copied to clipboard
Cairo is the first Turing-complete language for creating provable programs for general computation.
# Bug Report **Cairo version:** cairo-run 2.1.0 **Current behavior:** While coding on vscode this warnings appear on output section ``` Using Scarb binary from: /home/nirnaeth/.local/bin/scarb Cairo language server running from...
This change is [](https://reviewable.io/reviews/starkware-libs/cairo/4727)
# Bug Report **Cairo version:** v2.4.4 **Current behavior:** When repeating the assignment `let value = 1 / 1;` 255 times or more in the code, the following error is encountered:...
# Bug Report **Cairo version:** scarb 2.3.1 (0c8def3aa 2023-10-31) cairo: 2.3.1 (https://crates.io/crates/cairo-lang-compiler/2.3.1) sierra: 1.3.0 **Current behavior:** When doing this component: ```rust #[starknet::component] mod lama_contract { #[derive(PartialEq, Copy, Drop, Serde, starknet::Store)]...
 I was confused for a bit as to what file was being referred to when installing the extension. I saw "from the directory of this file" but what confused...
# Feature Request **Describe the Feature Request** Add a possibility to allow VSC extension users to use Scarb project recognition, but use their Cairo LS build, instead of the one...
# Feature Request **Describe the Feature Request** Using the Language Server with its autocomplete features will automatically add the required imports. However, it is no longer relevant for all std...
# Bug Report **Cairo version:** v2.2.0 **Current behavior:** When trying to jump to the definition of a function or a trait defined with the `#[generate_trait]` macro the language server fails...
# Bug Report I'm using latest scarb and cairo: ``` scarb 0.6.2 (c07fa6155 2023-08-15) cairo: 2.1.1 (https://crates.io/crates/cairo-lang-compiler/2.1.1) ``` Also using LSP shipped with scarb(which is also the latest version provided...
This change is [](https://reviewable.io/reviews/starkware-libs/cairo/4834)