Skip to content

Commit

Permalink
comment everything but import asyncdispatch and threadpool
Browse files Browse the repository at this point in the history
  • Loading branch information
noahehall committed Mar 15, 2023
1 parent 442d971 commit be8ea1f
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 107 deletions.
17 changes: 10 additions & 7 deletions src/boat/private/FileManager.nim
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@
## ===========
## Saving to and Retrieving from disk

# valgrind throws if this file is imported into ./Config.nim
import std/asyncdispatch # causes valgrind to throw
import std/threadpool # causes valgrind to throw

# import ../../../bdd

# valgrind throws if this file is imported into ./Config.nim
import std/[
asyncdispatch, # causes valgrind to throw
# locks,
threadpool, # causes valgrind to throw
]
# import std/[
# asyncdispatch,
# locks,
# threadpool,
# ]

import BoatConstants, BoatErrors
# import BoatConstants, BoatErrors

# export asyncdispatch

Expand Down
200 changes: 100 additions & 100 deletions testresults.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be8ea1f

Please sign in to comment.