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

chore: run go generate ./... #1343

Merged
merged 1 commit into from
Oct 4, 2023
Merged

chore: run go generate ./... #1343

merged 1 commit into from
Oct 4, 2023

Conversation

bassosimone
Copy link
Contributor

@bassosimone bassosimone commented Oct 4, 2023

The https://github.com/iancoleman/strcase library changed its default behavior between v0.2.0 and v0.3.0 such that:

  • before DNS_NXDOMAIN_error became DNSNXDOMAINError;

  • now it becomes DnsNxdomainError.

In the grand scheme of things, perhaps, this change makes sense for the library. However, as a user, what I see is a breaking change between two minor versions (admittedly we're at v0.x).

Because I don't know what would happen next and I don't want any more surprises, I am forking strcase@v2.0.0.

This work is part of ooni/probe#2524

The https://github.com/iancoleman/strcase library changed its default
behavior between v0.2.0 and v0.3.0 such that:

- before `DNS_NXDOMAIN_error` become `DNSNXDOMAINError`;

- after it becomes `DnsNxdomainError`.

In the grand scheme of things, perhaps, this change makes sense
for the library. However, as a user, what I see is a breaking change
between two minor versions (admittedly we're at v0.x).

Because I don't know what would happen next and I don't want any
more surprising, I am forking the library to v0.2.0.

Part of ooni/probe#2524
@bassosimone bassosimone mentioned this pull request Oct 4, 2023
26 tasks
@bassosimone bassosimone merged commit b52b963 into master Oct 4, 2023
8 checks passed
@bassosimone bassosimone deleted the issue/2524 branch October 4, 2023 16:01
Murphy-OrangeMud pushed a commit to Murphy-OrangeMud/probe-cli that referenced this pull request Feb 13, 2024
The https://github.com/iancoleman/strcase library changed its default
behavior between v0.2.0 and v0.3.0 such that:

- before `DNS_NXDOMAIN_error` became `DNSNXDOMAINError`;

- now it becomes `DnsNxdomainError`.

In the grand scheme of things, perhaps, this change makes sense for the
library. However, as a user, what I see is a breaking change between two
minor versions (admittedly we're at v0.x).

Because I don't know what would happen next and I don't want any more
surprises, I am forking strcase@v2.0.0.

This work is part of ooni/probe#2524
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.

1 participant