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

renames config to configuration #198

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Conversation

emizzle
Copy link
Collaborator

@emizzle emizzle commented Oct 28, 2024

This is not the right reason to be making this kind of change, but a very hard to debug symbol clash in codex for config. Changing this to configuration is the easiest way to fix the issue.

I spent nearly an entire day unsuccessfully trying to solve a strange symbol clash with config inside the integration tests. This was a last resort, and it works. Alternative attempts to solve the clash are welcome.

This is part of the getting the latest ethers merged into codex (to fix the nonce issue plaguing the testnet).

This is not the right reason to be making this kind of change, but a very hard to debug symbol clash in codex for `config`. Changing this to `configuration` is the easiest way to fix the issue.
Copy link
Member

@AuHau AuHau left a comment

Choose a reason for hiding this comment

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

wow, yeah I can imagine how mind-fu**** bug this could have been 😳 I don't see any problem with renaming it 👍

@emizzle emizzle merged commit 7645df1 into master Oct 29, 2024
8 checks passed
@emizzle emizzle deleted the feat/rename-config-function branch October 29, 2024 08:02
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.

2 participants