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

Replace ioutil with io and os #5498

Merged
merged 2 commits into from Apr 26, 2022
Merged

Replace ioutil with io and os #5498

merged 2 commits into from Apr 26, 2022

Conversation

estensen
Copy link
Contributor

@estensen estensen commented Apr 22, 2022

Fixes #5495

iostreams used the var io which is unfortunate since it collides with io from the standard library, so renamed it to ios

@estensen estensen requested review from as code owners Apr 22, 2022
@estensen estensen requested review from samcoe (assigned from cli/code-reviewers) and removed request for Apr 22, 2022
@cliAutomation cliAutomation added the external label Apr 22, 2022
@cliAutomation cliAutomation added this to Needs review 🤔 in The GitHub CLI Apr 22, 2022
mislav
mislav previously requested changes Apr 25, 2022
Copy link
Member

@mislav mislav left a comment

Hi, thanks for doing the heavy lifting! The change looks good to me, but it looks like it causes a few test failures. Could you please look into those?

samcoe
samcoe approved these changes Apr 26, 2022
Copy link
Member

@samcoe samcoe left a comment

This looks good to me. I rebased trunk to fix conflicts and also pushed a fix for the tests that were broken.

@samcoe samcoe requested a review from mislav Apr 26, 2022
@samcoe samcoe dismissed mislav’s stale review Apr 26, 2022

Addressed feedback.

The GitHub CLI automation moved this from Needs review 🤔 to Needs to be merged 🎉 Apr 26, 2022
@samcoe samcoe merged commit 58cb773 into cli:trunk Apr 26, 2022
6 checks passed
The GitHub CLI automation moved this from Needs to be merged 🎉 to Pending Release 🥚 Apr 26, 2022
@estensen estensen deleted the ioutil branch Apr 26, 2022
@github-actions github-actions bot moved this from Pending Release 🥚 to Done 💤 in The GitHub CLI Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external
Projects
The GitHub CLI
  
Done 💤
Development

Successfully merging this pull request may close these issues.

4 participants