ava-labs / ava-labs/reforge

replace println with sh_println

Open Beginner friendly
#33 0 comments 0 reactions 0 assignees View on GitHub
bug enhancement good first issue rust
Dominant language
Rust
Stars
0
Forks
0
Avg merge
10d 6h
Merged PRs (30d)
4

Description

Foundry uses a shell abstraction to manage screen output. Currently the codebase has some uses of `println!` macros. These can dirty different outputs and should be replaced with `sh_println!`

Contributor guide

Open the contributing guide

Research direction

Search the codebase for remaining println! macro uses and inspect the existing sh_println! shell abstraction before changing them. Replace the applicable direct output calls so screen output uses the abstraction, then run the project's existing checks to confirm the code still builds and tests pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
78/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.