Skip to content

Get Us Closer to Csv Not Autodetect By Default#4256

Merged
oleibman merged 1 commit intoPHPOffice:masterfrom
oleibman:csvmacle
Dec 4, 2024
Merged

Get Us Closer to Csv Not Autodetect By Default#4256
oleibman merged 1 commit intoPHPOffice:masterfrom
oleibman:csvmacle

Conversation

@oleibman
Copy link
Collaborator

@oleibman oleibman commented Dec 1, 2024

This has been requested a few times, most recently issue #4092. Because it's a breaking change, I haven't proceeded with it. But, because I have a breaking change PR #4240 already in the queue, this gives a plan for getting where we want to go (under the extremely likely assumption that most users don't deal with Csv files with Mac line endings). This PR doesn't change the current behavior, but it gets us to a state where a single-line change will be sufficient when the time comes for a new major release.

This is:

  • a bugfix
  • a new feature
  • refactoring
  • additional unit tests
  • prep work for a future change

Checklist:

  • Changes are covered by unit tests
    • Changes are covered by existing unit tests
    • New unit tests have been added
  • Code style is respected
  • Commit message explains why the change is made (see https://github.com/erlang/otp/wiki/Writing-good-commit-messages)
  • CHANGELOG.md contains a short summary of the change and a link to the pull request if applicable
  • Documentation is updated as necessary

Why this change is needed?

Provide an explanation of why this change is needed, with links to any Issues (if appropriate).
If this is a bugfix or a new feature, and there are no existing Issues, then please also create an issue that will make it easier to track progress with this PR.

This has been requested a few times, most recently issue PHPOffice#4092. Because it's a breaking change, I haven't proceeded with it. But, because I have a breaking change PR PHPOffice#4240 already in the queue, this gives a plan for getting where we want to go (under the extremely likely assumption that most users don't deal with Csv files with Mac line endings). This PR doesn't change the current behavior, but it gets us to a state where a single-line change will be sufficient when the time comes for a new major release.
@oleibman oleibman added this pull request to the merge queue Dec 4, 2024
Merged via the queue into PHPOffice:master with commit 5291be2 Dec 4, 2024
@oleibman oleibman deleted the csvmacle branch December 4, 2024 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant