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

Move get file extension logic to util #1670

Merged
merged 3 commits into from
Apr 7, 2024
Merged

Conversation

Limero
Copy link
Contributor

@Limero Limero commented Mar 31, 2024

As a follow-up to @joelim-work's comment on this PR #1664 (review)

The changes that seem unrelated are automatic formatting by gofumpt, I can revert those if you don't want them applied

eval.go Show resolved Hide resolved
@Limero Limero force-pushed the file-ext-util branch 5 times, most recently from 32cbb9c to 73cf4ee Compare March 31, 2024 21:02
Copy link
Collaborator

@joelim-work joelim-work left a comment

Choose a reason for hiding this comment

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

Thanks for the PR. Overall looks fine (the style changes are welcome). I have left a comment regarding the unit tests.

misc_test.go Outdated Show resolved Hide resolved
@Limero Limero requested a review from joelim-work April 1, 2024 13:22
@Limero Limero requested a review from joelim-work April 2, 2024 12:13
Copy link
Collaborator

@joelim-work joelim-work left a comment

Choose a reason for hiding this comment

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

LGTM, thanks once again 👍

@joelim-work
Copy link
Collaborator

Just realized that this PR also fixes the bug described in #387 (comment) with the following files:

.a/
a/
.a.txt
a.txt

I will update the PR description accordingly.

@gokcehan gokcehan merged commit 63815aa into gokcehan:master Apr 7, 2024
4 checks passed
@joelim-work joelim-work added the fix Pull requests that fix existing behavior label Jun 24, 2024
@joelim-work joelim-work added this to the r33 milestone Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull requests that fix existing behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

request: set file ordering like ls
3 participants