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

Include Line and Column in Location for JSON and CSV Outputs - Issue 680 #681

Merged
merged 2 commits into from
Dec 17, 2023

Conversation

geraldWilliam
Copy link
Contributor

This PR adds a locationDescription function to the OutputFormatter class. JsonFormatter and CsvFormatter both use this function to build the location included in their outputs, appending line and column to the file path created by outputPath.

I compared the results of all supported output formats against version 2.16.0. Only the csv and json output formats had been affected by the regression from 2.16.0 to 2.17.0.

@ileitch ileitch merged commit 405409d into peripheryapp:master Dec 17, 2023
6 checks passed
@ileitch
Copy link
Contributor

ileitch commented Dec 17, 2023

Thanks!

@rogerluan
Copy link
Contributor

Hi @ileitch 👋 Any idea when there will be a new release with this PR included? I couldn't find a way to use this PR's fix without building the project locally, is there a way? Installing via cocoapods pointing at master won't contain an executable binary, for instance

@geraldWilliam geraldWilliam deleted the issue-680 branch January 19, 2024 22:27
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.

3 participants