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

Dynlib fix for status-go integration #97

Merged
merged 3 commits into from
Jan 25, 2024
Merged

Conversation

vitvly
Copy link
Contributor

@vitvly vitvly commented Jan 25, 2024

No description provided.

confutils.nim Outdated Show resolved Hide resolved
@zah
Copy link
Contributor

zah commented Jan 25, 2024

The global variable is unnecessary (it would also infect the library with side effects). The simplest solution is to just declare a local version of commandLineParams (as a regular proc) if the one from the standard library is not declared.

@vitvly
Copy link
Contributor Author

vitvly commented Jan 25, 2024

Done, also updated in status-im/nimbus-eth1#1971.

@arnetheduck arnetheduck merged commit fa6e9b0 into status-im:master Jan 25, 2024
12 checks passed
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