chore(l1, l2, levm): removed lazy_static and use LazyCell/LazyLock#1
Open
lakshya-sky wants to merge 5 commits intomainfrom
Open
chore(l1, l2, levm): removed lazy_static and use LazyCell/LazyLock#1lakshya-sky wants to merge 5 commits intomainfrom
lakshya-sky wants to merge 5 commits intomainfrom
Conversation
Signed-off-by: lakshya-sky <lakshya-sky@users.noreply.github.com>
Benchmark for d9810eaClick to view benchmark
|
Benchmark Results ComparisonNo significant difference was registered for any benchmark run. Detailed ResultsBenchmark Results: BubbleSort
Benchmark Results: ERC20Approval
Benchmark Results: ERC20Mint
Benchmark Results: ERC20Transfer
Benchmark Results: Factorial
Benchmark Results: FactorialRecursive
Benchmark Results: Fibonacci
Benchmark Results: FibonacciRecursive
Benchmark Results: ManyHashes
Benchmark Results: MstoreBench
Benchmark Results: Push
Benchmark Results: SstoreBench_no_opt
|
ilitteri
pushed a commit
that referenced
this pull request
Feb 20, 2026
…ub auto-links as issue references (lambdaclass#6187) ## Motivation The Claude AI code reviewer (`.github/workflows/pr_ai_review.yaml`) enumerates findings using `#1`, `lambdaclass#2`, etc., which GitHub auto-links as references to issues/PRs. This clutters PR activity feeds and confuses readers. Example: lambdaclass#6186 (comment) ## Description Add formatting rules to the AI review prompt (`.github/prompts/ai-review.md`) instructing the model to use `1.`, `2.` or bullet points instead of `#N`, and to refer back to items as "Item 1", "Point 2" rather than "Issue #1". ## Checklist - [ ] Updated `STORE_SCHEMA_VERSION` (crates/storage/lib.rs) if the PR includes breaking changes to the `Store` requiring a re-sync.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Description
Closes #issue_number