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

fix ImplicitTemplateRedefinition warning #153

Closed
wants to merge 3 commits into from
Closed

fix ImplicitTemplateRedefinition warning #153

wants to merge 3 commits into from

Conversation

tersec
Copy link
Contributor

@tersec tersec commented Sep 10, 2024

Otherwise it spams the build with:

nimbus-eth2/beacon_chain/validator_client/attestation_service.nim(29, 20) template/generic instantiation of `async` from here
nimbus-eth2/beacon_chain/validator_client/attestation_service.nim(85, 10) template/generic instantiation of `setResult` from here
nimbus-eth2/beacon_chain/validator_client/attestation_service.nim(56, 3) template/generic instantiation of `logScope` from here
nimbus-eth2/vendor/nim-chronicles/chronicles.nim(74, 14) Warning: template 'activeChroniclesScope' is implicitly redefined; this is deprecated, add an explicit .redefine pragma [ImplicitTemplateRedefinition]
nimbus-eth2/beacon_chain/validator_client/attestation_service.nim(29, 20) template/generic instantiation of `async` from here
nimbus-eth2/beacon_chain/validator_client/attestation_service.nim(85, 10) template/generic instantiation of `setResult` from here
nimbus-eth2/beacon_chain/validator_client/attestation_service.nim(56, 3) template/generic instantiation of `logScope` from here
nimbus-eth2/vendor/nim-chronicles/chronicles.nim(74, 14) Warning: template 'activeChroniclesScope' is implicitly redefined; this is deprecated, add an explicit .redefine pragma [ImplicitTemplateRedefinition]
nimbus-eth2/beacon_chain/validator_client/attestation_service.nim(90, 6) template/generic instantiation of `async` from here
nimbus-eth2/beacon_chain/validator_client/attestation_service.nim(149, 10) template/generic instantiation of `setResult` from here
nimbus-eth2/beacon_chain/validator_client/attestation_service.nim(122, 3) template/generic instantiation of `logScope` from here
nimbus-eth2/vendor/nim-chronicles/chronicles.nim(74, 14) Warning: template 'activeChroniclesScope' is implicitly redefined; this is deprecated, add an explicit .redefine pragma [ImplicitTemplateRedefinition]
nimbus-eth2/beacon_chain/validator_client/attestation_service.nim(90, 6) template/generic instantiation of `async` from here
nimbus-eth2/beacon_chain/validator_client/attestation_service.nim(149, 10) template/generic instantiation of `setResult` from here
nimbus-eth2/beacon_chain/validator_client/attestation_service.nim(122, 3) template/generic instantiation of `logScope` from here
nimbus-eth2/vendor/nim-chronicles/chronicles.nim(74, 14) Warning: template 'activeChroniclesScope' is implicitly redefined; this is deprecated, add an explicit .redefine pragma [ImplicitTemplateRedefinition]
nimbus-eth2/beacon_chain/validator_client/sync_committee_service.nim(33, 6) template/generic instantiation of `async` from here
nimbus-eth2/beacon_chain/validator_client/sync_committee_service.nim(92, 3) template/generic instantiation of `setResult` from here
nimbus-eth2/beacon_chain/validator_client/sync_committee_service.nim(59, 3) template/generic instantiation of `logScope` from here
nimbus-eth2/vendor/nim-chronicles/chronicles.nim(74, 14) Warning: template 'activeChroniclesScope' is implicitly redefined; this is deprecated, add an explicit .redefine pragma [ImplicitTemplateRedefinition]
nimbus-eth2/beacon_chain/validator_client/sync_committee_service.nim(33, 6) template/generic instantiation of `async` from here
nimbus-eth2/beacon_chain/validator_client/sync_committee_service.nim(92, 3) template/generic instantiation of `setResult` from here
nimbus-eth2/beacon_chain/validator_client/sync_committee_service.nim(59, 3) template/generic instantiation of `logScope` from here
nimbus-eth2/vendor/nim-chronicles/chronicles.nim(74, 14) Warning: template 'activeChroniclesScope' is implicitly redefined; this is deprecated, add an explicit .redefine pragma [ImplicitTemplateRedefinition]

et cetera

chronicles.nim Outdated Show resolved Hide resolved
Co-authored-by: Jacek Sieka <jacek@status.im>
@tersec tersec closed this Oct 24, 2024
@tersec tersec deleted the iDd branch October 24, 2024 07:10
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