Skip to content

Commit

Permalink
fix import path; force refc memory management even with Nim 2.0+ (#2241)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed May 29, 2024
1 parent c466edf commit 674394b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ if not defined(windows):
--define:nimTypeNames
--styleCheck:usages
--styleCheck:hint
--mm:refc

switch("define", "withoutPCRE")

Expand Down
2 changes: 1 addition & 1 deletion nimbus/db/era1_db/db_desc.nim
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import
std/[os, parseutils, strutils, tables],
results,
eth/common/eth_types,
../../fluffy/eth_data/era1
../../../fluffy/eth_data/era1

export results, eth_types

Expand Down
1 change: 0 additions & 1 deletion tests/test_pow.nim
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import
./replay/[pp, gunzip],
../nimbus/core/[pow, pow/pow_cache],
eth/common,
stew/endians2,
unittest2

const
Expand Down

0 comments on commit 674394b

Please sign in to comment.