Skip to content

ci: add weekly cargo update workflow (foundry-rs#5497)#6

Merged
odyslam merged 8 commits intophylaxsystems:masterfrom
foundry-rs:master
Aug 3, 2023
Merged

ci: add weekly cargo update workflow (foundry-rs#5497)#6
odyslam merged 8 commits intophylaxsystems:masterfrom
foundry-rs:master

Conversation

@odyslam
Copy link
Collaborator

@odyslam odyslam commented Aug 3, 2023

  • Add correct processing for non-existent keys

  • Fix clippy error

  • chore: include changes in changelog


Co-authored-by: Enrique Ortiz hi@enriqueortiz.dev<!--
Thank you for your Pull Request. Please provide a description above and review
the requirements below.

Bug fixes and new features should include tests.
-->

Motivation

Solution

DaniPopes and others added 8 commits July 31, 2023 22:56
* Add correct processing for non-existent keys

* Fix clippy error

* chore: include changes in changelog

---------

Co-authored-by: Enrique Ortiz <hi@enriqueortiz.dev>
* Pass details on GasTooHigh

* Update anvil/src/eth/backend/mem/mod.rs

* chore: fmt/clippy

---------

Co-authored-by: AA <aa@aa>
Co-authored-by: evalir <hi@enriqueortiz.dev>
* feat: #5466 - Test scaffolding

* reafactor: removed return

* chore: fmt

* refactor: named imports

* refactor: std::fs -> foundry_common::fs

---------

Co-authored-by: Rahul Ravindran <ravindranrahul@users.noreply.github.com>
Co-authored-by: Enrique Ortiz <hi@enriqueortiz.dev>
…5520)

* chore: disallow using vm.prank after vm.startprank

* chore: rename state single call bool

* Update evm/src/executor/inspector/cheatcodes/env.rs

Co-authored-by: Matt Solomon <matt@mattsolomon.dev>

---------

Co-authored-by: Matt Solomon <matt@mattsolomon.dev>
… that aren't broken yet (#5323)

* Read shrink sequence config when assert invariants that aren't broken yet

* fmt

---------

Co-authored-by: evalir <hi@enriqueortiz.dev>
…5523)

* fix(cast): continue execution of preceding transactions after revert

* chore: clippy

* chore: clippy

* chore: fmt

* chore: clippy

---------

Co-authored-by: Enrique Ortiz <hi@enriqueortiz.dev>
…pector (#5498)

* logs to logger when referring to LogCollector inspector

* missing file

* chore: rename to log collector

---------

Co-authored-by: AA <aa@aa>
Co-authored-by: Enrique Ortiz <hi@enriqueortiz.dev>
@odyslam odyslam merged commit faead4e into phylaxsystems:master Aug 3, 2023
odyslam added a commit that referenced this pull request Oct 24, 2023
Co-authored-by: Enrique Ortiz <hi@enriqueortiz.dev>
Co-authored-by: AA <aa@aa>
Co-authored-by: evalir <hi@enriqueortiz.dev>
Co-authored-by: Rahul Ravindran <ravindranrahul@users.noreply.github.com>
Co-authored-by: Matt Solomon <matt@mattsolomon.dev>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
Co-authored-by: Arsenii Kulikov <62447812+klkvr@users.noreply.github.com>
Co-authored-by: Andrew Athan <24279435+aathan@users.noreply.github.com>
Co-authored-by: Rahul Ravindran <10168946+ravindranrahul@users.noreply.github.com>
Co-authored-by: grandizzy <38490174+grandizzy@users.noreply.github.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
0xgregthedev pushed a commit that referenced this pull request Jun 27, 2025
* add lint cmd, variable lints

* wip

* wip

* wip

* wip

* wip

* wip

* add keccak256 opt test

* wip

* wip

* wip

* wip

* fix div before mul

* update lint args

* wip

* update declare lints macro

* update with_severity

* configure linter

* wip

* update hash value

* fix read in source

* rayon

* reorder lint declarations

* clippy

* add placeholder for additional lints

* more placeholders

* wip

* wip

* refactor into sol linter

* impl Linter for SolidityLinter

* fmt

* wip

* wip

* refactor lints into SolLint enum

* update lint trait

* wip

* wip

* wip

* wip

* wip

* update lint

* update forge lint to use ProjectLinter

* wip

* include/exclude files from linting

* linter output display note

* configure with severity and description

* fmt

* implementing display

* wip

* wip

* implement display for linter output, clippy fixes

* add note to update colors

* update linter output display

* remove todos, clean up comments

* clean up display

* update med finding color

* add optional help message

* display help message

* simplify lint args, make severity configurable

* updating lints, update tests

* add tests for info patterns, fix regex

* remove function mixed case

* doc comments

* clippy

* fmt

* reorganize, crate level docs

* fix info lints

* Use Solar daignostics instead of `LinterOutput` (#6)

* use solar diagnostics, remove unneeded types

* update diagnostic emission

* clippy

* set track daignostics to false

* display help message

* set level according to severity

* update descriptions to be more concise

* removed LinterError from lint trait

* early pass + tests

* fix: fmt + clippy

* fix: fmt + clippy

* fix: fmt + clippy

* fix: fmt + clippy

* fix: feedback

* fix: feedback

* fix: regex

Co-authored-by: zerosnacks <95942363+zerosnacks@users.noreply.github.com>

* tests: cli integration

* fix: broken test

* fix: fmt

Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>

* style: naming

Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>

* style: fmt

Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>

* fix: use heck + individual lint macros + housekeeping

* fix: single session with parallel linting per file

* style: fix docs errors + typos

* docs: ref to deleted field

* fix: preprocessor regression + cargo.toml + default lint config tests

* test(forge): solar test runner (#2)

* style: clippy

* typo

Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>

* fix: housekeeping

* docs: linter docs for users + devs

* docs: style

* docs: style

* clone lint testdata with lf

* fix: out dir constructor

* update toml

* fix: merge conflicts

* fix: cargo.lock merge conflicts

* style: clippy

* style: whitespace

* fix: clippy

* Cargo.lock update to weekly task

* Preserve alloy patch placeholders

* Clippy

---------

Co-authored-by: 0xKitsune <0xkitsune@protonmail.com>
Co-authored-by: 0xKitsune <77890308+0xKitsune@users.noreply.github.com>
Co-authored-by: zerosnacks <95942363+zerosnacks@users.noreply.github.com>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
Co-authored-by: grandizzy <grandizzy.the.egg@gmail.com>
Co-authored-by: grandizzy <38490174+grandizzy@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants