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:** f913adc66b04546bdbc2eba09d15db3ac2a0c962 **Current behavior:** When opening Cairo0 file, LS attempts to load it and analyse as Cairo file. **Expected behavior:** LS should try to automatically deduce...

bug
ide

This way, the code is clearer and easier to understand. - - - This change is [](https://reviewable.io/reviews/starkware-libs/cairo/5407)

The architecture of CairoLS has many flaws that accumulated into a cause of many problems over time. It's time to fix it. - [x] Implement proper logging facilities. - [x]...

ide

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

# Bug Report **Cairo version:** >= 2.6.0 **Current behavior:** When loading a Scarb project, the Cairo LS throws the below error: ``` 2024-03-26T14:16:16.083874Z WARN cairo_lang_language_server: Failed to obtain scarb corelib...

bug
ide

# Bug Report **Cairo version:** 43afafdcc947202a918fe872288e8f601c772554 **Current behavior:** https://github.com/starkware-libs/cairo/assets/3450050/4b733e8d-bd7f-4a52-b2b7-e1b17bf8dd21 **Expected behavior:** The notifications' abomination should not happen. The solution for this is to cache Scarb state. To be done during...

bug
ide

In the effort to homogenize the `Felt` type used across the Starknet rust ecosystem, this PR replaces the uses of the `cairo_felt::Felt252` type with the `starknet-types-cores::felt::Felt` type. It is already...

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

# Feature Request **Describe the Feature Request** * There is a `cairo-compile` that produces a sierra file * There is a `sierra-compile` that turns the sierra code into a casm...

enhancement

# Feature Request **Describe the Feature Request** My primary use case is for [Caracal](https://github.com/crytic/caracal/) a static analysis tool that works with the sierra representation. The current problem is that optimized...

enhancement