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

more consistent line splitting #21

Merged
merged 1 commit into from Jan 11, 2023

Conversation

LeGEC
Copy link
Contributor

@LeGEC LeGEC commented Nov 11, 2022

change the scanner to split lines according to expected behavior, e.g: split lines on LF, CR or CRLF

remove need for extra function to guess that after the facts

@LeGEC
Copy link
Contributor Author

LeGEC commented Nov 17, 2022

can I get in touch with a maintainer of this project ?

@luisdavim
Copy link
Collaborator

Hi @LeGEC thanks for your contribution and sorry for the delay.

Copy link
Collaborator

@luisdavim luisdavim left a comment

Choose a reason for hiding this comment

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

Overall LGTM, just left a few comments/questions in the code.

Can you make sure go test -race ./... passes? I think the code is missing an import...

gotenv.go Show resolved Hide resolved
gotenv.go Outdated Show resolved Hide resolved
change the scanner to split lines according to expected
behavior, e.g: split lines on LF, CR or CRLF

remove need for extra function to guess that after the facts

Co-authored-by: Luis Davim <luis.davim@gmail.com>
@LeGEC
Copy link
Contributor Author

LeGEC commented Jan 11, 2023

@luisdavim : what would be a convenient way to PM you ?

@LeGEC
Copy link
Contributor Author

LeGEC commented Jan 11, 2023

Can you make sure go test -race ./... passes?

checked, it does

Copy link
Collaborator

@luisdavim luisdavim left a comment

Choose a reason for hiding this comment

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

Thanks

@luisdavim luisdavim merged commit d579c08 into subosito:master Jan 11, 2023
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.

None yet

2 participants