cairo icon indicating copy to clipboard operation
cairo copied to clipboard

Cairo is the first Turing-complete language for creating provable programs for general computation.

Results 338 cairo issues
Sort by recently updated
recently updated
newest added

# 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...

bug
ide

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

# 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)]...

bug

![image](https://github.com/starkware-libs/cairo/assets/40881096/518890c2-3c95-4172-ae33-d9f5b8467081) 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...

enhancement
ide

# 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...

enhancement
ide

# 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...

enhancement
good first issue
help wanted
ide

# 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
ide

# 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...

bug
help wanted
ide

This change is [](https://reviewable.io/reviews/starkware-libs/cairo/4834)