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

gosh: correctly set up history file #2798

Merged
merged 1 commit into from
Nov 2, 2023
Merged

Conversation

rminnich
Copy link
Member

@rminnich rminnich commented Nov 2, 2023

gosh now correctly uses os.Tempdir() and filepath.Join().

It's quite impressive, but this was only needed to make history work. Gosh works fine on Windows (including completion) otherwise.

gosh now correctly uses os.Tempdir() and filepath.Join().

It's quite impressive, but this was only needed to make history work.
Gosh works fine on Windows (including completion) otherwise.

Signed-off-by: Ron Minnich <rminnich@gmail.com>
@rminnich rminnich requested review from hugelgupf, MDr164 and a team November 2, 2023 02:49
@rminnich rminnich added the Awaiting reviewer Waiting for a reviewer. label Nov 2, 2023
Copy link

codecov bot commented Nov 2, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Files Coverage Δ
cmds/core/gosh/completer.go 32.35% <0.00%> (ø)

... and 2 files with indirect coverage changes

📢 Thoughts on this report? Let us know!.

@rminnich rminnich merged commit 50a9570 into u-root:main Nov 2, 2023
23 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting reviewer Waiting for a reviewer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants