Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(vm): add keyExists #423

Merged
merged 4 commits into from
Aug 14, 2023
Merged

Conversation

Evalir
Copy link
Member

@Evalir Evalir commented Jul 18, 2023

Upstream from foundry-rs/foundry#5431

src/Vm.sol Outdated
Comment on lines 262 to 263
// Checks if a key exists in a JSON or TOML object.
function keyExists(string calldata, string calldata) external view returns (bool);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We try to always used named inputs/outputs here for clarity, do you mind updating? (looks like the above parseJson* methods are also missing named params if you wanted to fix those also 😅

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh yeah just followed what was above 😅 will update them all!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey @Evalir just bumping this

@Evalir
Copy link
Member Author

Evalir commented Aug 14, 2023

@mds1 should be g2g!

Copy link
Collaborator

@mds1 mds1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mds1 mds1 merged commit f5338e8 into foundry-rs:master Aug 14, 2023
3 checks passed
@Evalir Evalir deleted the evalir/add-keyExists branch August 14, 2023 23:33
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.

2 participants