Skip to content

Instantly share code, notes, and snippets.

@lkuper
Created December 12, 2013 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lkuper/7932721 to your computer and use it in GitHub Desktop.
Save lkuper/7932721 to your computer and use it in GitHub Desktop.
landin:lvish lkuper$ cabal test
Re-configuring with test suites enabled. If this fails, please run configure
manually.
Resolving dependencies...
Configuring lvish-1.1.0.3...
Building lvish-1.1.0.3...
Preprocessing library lvish-1.1.0.3...
Control/LVish/SchedIdempotentInternal.hs:33:0:
warning: #warning "Compiling with non-scalable deque."
[10 of 35] Compiling Control.LVish.SchedIdempotentInternal ( Control/LVish/SchedIdempotentInternal.hs, dist/build/Control/LVish/SchedIdempotentInternal.o ) [dist/build/autogen/cabal_macros.h changed]
[12 of 35] Compiling Control.LVish.SchedIdempotent ( Control/LVish/SchedIdempotent.hs, dist/build/Control/LVish/SchedIdempotent.o ) [dist/build/autogen/cabal_macros.h changed]
Control/LVish/SchedIdempotent.hs:24:15: Warning:
`state' is exported by `state' and `LVar(..)'
Control/LVish/SchedIdempotent.hs:53:1: Warning:
The import of `Debug.Trace' is redundant
except perhaps to import instances from `Debug.Trace'
To import instances alone, use: import Debug.Trace()
Control/LVish/SchedIdempotent.hs:56:1: Warning:
The import of `Data.Typeable' is redundant
except perhaps to import instances from `Data.Typeable'
To import instances alone, use: import Data.Typeable()
Control/LVish/SchedIdempotent.hs:64:1: Warning:
The import of `Text.Printf' is redundant
except perhaps to import instances from `Text.Printf'
To import instances alone, use: import Text.Printf()
Control/LVish/SchedIdempotent.hs:73:1: Warning:
The import of `Data.Traversable' is redundant
except perhaps to import instances from `Data.Traversable'
To import instances alone, use: import Data.Traversable()
Control/LVish/SchedIdempotent.hs:119:27: Warning:
Defined but not used: `e'
Control/LVish/SchedIdempotent.hs:140:1: Warning:
Defined but not used: `theEnv'
Control/LVish/SchedIdempotent.hs:160:1: Warning:
Defined but not used: `defaultDbg'
Control/LVish/SchedIdempotent.hs:190:1: Warning:
Top-level binding with no type signature: newLVID :: IO (IORef ())
Control/LVish/SchedIdempotent.hs:472:7: Warning:
Defined but not used: `runWhen'
Control/LVish/SchedIdempotent.hs:489:1: Warning:
Top-level binding with no type signature:
nullCont :: () -> ClosedPar
Control/LVish/SchedIdempotent.hs:690:1: Warning:
Defined but not used: `unsafeName'
Control/LVish/SchedIdempotent.hs:703:1: Warning:
Defined but not used: `hpId'
Control/LVish/SchedIdempotent.hs:716:27: Warning:
Defined but not used: `descr'
Control/LVish/SchedIdempotent.hs:719:7: Warning:
Defined but not used: `tid'
[14 of 35] Compiling Control.LVish.Basics ( Control/LVish/Basics.hs, dist/build/Control/LVish/Basics.o ) [dist/build/autogen/cabal_macros.h changed]
[15 of 35] Compiling Control.LVish.DeepFrz ( Control/LVish/DeepFrz.hs, dist/build/Control/LVish/DeepFrz.o ) [dist/build/autogen/cabal_macros.h changed]
[19 of 35] Compiling Data.LVar.IVar ( Data/LVar/IVar.hs, dist/build/Data/LVar/IVar.o ) [Control.LVish.SchedIdempotent changed]
[20 of 35] Compiling Control.LVish.Logical ( Control/LVish/Logical.hs, dist/build/Control/LVish/Logical.o ) [Data.LVar.IVar changed]
[21 of 35] Compiling Control.LVish ( Control/LVish.hs, dist/build/Control/LVish.o ) [Control.LVish.Logical changed]
[22 of 35] Compiling Data.LVar.IStructure ( Data/LVar/IStructure.hs, dist/build/Data/LVar/IStructure.o ) [Control.LVish.SchedIdempotent changed]
[23 of 35] Compiling Data.LVar.PureSet ( Data/LVar/PureSet.hs, dist/build/Data/LVar/PureSet.o ) [Control.LVish.SchedIdempotent changed]
[24 of 35] Compiling Data.LVar.PureMap.Unsafe ( Data/LVar/PureMap/Unsafe.hs, dist/build/Data/LVar/PureMap/Unsafe.o ) [Control.LVish.SchedIdempotent changed]
[25 of 35] Compiling Data.LVar.PureMap ( Data/LVar/PureMap.hs, dist/build/Data/LVar/PureMap.o ) [Control.LVish.SchedIdempotent changed]
[27 of 35] Compiling Data.LVar.SLSet ( Data/LVar/SLSet.hs, dist/build/Data/LVar/SLSet.o ) [Control.LVish.SchedIdempotent changed]
[29 of 35] Compiling Data.LVar.SLMap ( Data/LVar/SLMap.hs, dist/build/Data/LVar/SLMap.o ) [Control.LVish.SchedIdempotent changed]
[30 of 35] Compiling Data.LVar.Memo ( Data/LVar/Memo.hs, dist/build/Data/LVar/Memo.o ) [Data.LVar.PureMap changed]
[31 of 35] Compiling Data.LVar.CycGraph ( Data/LVar/CycGraph.hs, dist/build/Data/LVar/CycGraph.o ) [Data.LVar.IVar changed]
[32 of 35] Compiling Data.LVar.Internal.Pure ( Data/LVar/Internal/Pure.hs, dist/build/Data/LVar/Internal/Pure.o ) [Control.LVish.SchedIdempotent changed]
[33 of 35] Compiling Data.LVar.NatArray ( Data/LVar/NatArray.hs, dist/build/Data/LVar/NatArray.o ) [Control.LVish.SchedIdempotent changed]
[34 of 35] Compiling Data.LVar.MaxCounter ( Data/LVar/MaxCounter.hs, dist/build/Data/LVar/MaxCounter.o ) [Data.LVar.Internal.Pure changed]
[35 of 35] Compiling Data.LVar.Pair ( Data/LVar/Pair.hs, dist/build/Data/LVar/Pair.o ) [Control.LVish.SchedIdempotent changed]
Control/LVish/SchedIdempotentInternal.hs:33:0:
warning: #warning "Compiling with non-scalable deque."
[10 of 35] Compiling Control.LVish.SchedIdempotentInternal ( Control/LVish/SchedIdempotentInternal.hs, dist/build/Control/LVish/SchedIdempotentInternal.p_o ) [dist/build/autogen/cabal_macros.h changed]
[12 of 35] Compiling Control.LVish.SchedIdempotent ( Control/LVish/SchedIdempotent.hs, dist/build/Control/LVish/SchedIdempotent.p_o ) [dist/build/autogen/cabal_macros.h changed]
Control/LVish/SchedIdempotent.hs:24:15: Warning:
`state' is exported by `state' and `LVar(..)'
Control/LVish/SchedIdempotent.hs:53:1: Warning:
The import of `Debug.Trace' is redundant
except perhaps to import instances from `Debug.Trace'
To import instances alone, use: import Debug.Trace()
Control/LVish/SchedIdempotent.hs:56:1: Warning:
The import of `Data.Typeable' is redundant
except perhaps to import instances from `Data.Typeable'
To import instances alone, use: import Data.Typeable()
Control/LVish/SchedIdempotent.hs:64:1: Warning:
The import of `Text.Printf' is redundant
except perhaps to import instances from `Text.Printf'
To import instances alone, use: import Text.Printf()
Control/LVish/SchedIdempotent.hs:73:1: Warning:
The import of `Data.Traversable' is redundant
except perhaps to import instances from `Data.Traversable'
To import instances alone, use: import Data.Traversable()
Control/LVish/SchedIdempotent.hs:119:27: Warning:
Defined but not used: `e'
Control/LVish/SchedIdempotent.hs:140:1: Warning:
Defined but not used: `theEnv'
Control/LVish/SchedIdempotent.hs:160:1: Warning:
Defined but not used: `defaultDbg'
Control/LVish/SchedIdempotent.hs:190:1: Warning:
Top-level binding with no type signature: newLVID :: IO (IORef ())
Control/LVish/SchedIdempotent.hs:472:7: Warning:
Defined but not used: `runWhen'
Control/LVish/SchedIdempotent.hs:489:1: Warning:
Top-level binding with no type signature:
nullCont :: () -> ClosedPar
Control/LVish/SchedIdempotent.hs:690:1: Warning:
Defined but not used: `unsafeName'
Control/LVish/SchedIdempotent.hs:703:1: Warning:
Defined but not used: `hpId'
Control/LVish/SchedIdempotent.hs:716:27: Warning:
Defined but not used: `descr'
Control/LVish/SchedIdempotent.hs:719:7: Warning:
Defined but not used: `tid'
[14 of 35] Compiling Control.LVish.Basics ( Control/LVish/Basics.hs, dist/build/Control/LVish/Basics.p_o ) [dist/build/autogen/cabal_macros.h changed]
[15 of 35] Compiling Control.LVish.DeepFrz ( Control/LVish/DeepFrz.hs, dist/build/Control/LVish/DeepFrz.p_o ) [dist/build/autogen/cabal_macros.h changed]
[19 of 35] Compiling Data.LVar.IVar ( Data/LVar/IVar.hs, dist/build/Data/LVar/IVar.p_o ) [Control.LVish.SchedIdempotent changed]
[20 of 35] Compiling Control.LVish.Logical ( Control/LVish/Logical.hs, dist/build/Control/LVish/Logical.p_o ) [Data.LVar.IVar changed]
[21 of 35] Compiling Control.LVish ( Control/LVish.hs, dist/build/Control/LVish.p_o ) [Control.LVish.Logical changed]
[22 of 35] Compiling Data.LVar.IStructure ( Data/LVar/IStructure.hs, dist/build/Data/LVar/IStructure.p_o ) [Control.LVish.SchedIdempotent changed]
[23 of 35] Compiling Data.LVar.PureSet ( Data/LVar/PureSet.hs, dist/build/Data/LVar/PureSet.p_o ) [Control.LVish.SchedIdempotent changed]
[24 of 35] Compiling Data.LVar.PureMap.Unsafe ( Data/LVar/PureMap/Unsafe.hs, dist/build/Data/LVar/PureMap/Unsafe.p_o ) [Control.LVish.SchedIdempotent changed]
[25 of 35] Compiling Data.LVar.PureMap ( Data/LVar/PureMap.hs, dist/build/Data/LVar/PureMap.p_o ) [Control.LVish.SchedIdempotent changed]
[27 of 35] Compiling Data.LVar.SLSet ( Data/LVar/SLSet.hs, dist/build/Data/LVar/SLSet.p_o ) [Control.LVish.SchedIdempotent changed]
[29 of 35] Compiling Data.LVar.SLMap ( Data/LVar/SLMap.hs, dist/build/Data/LVar/SLMap.p_o ) [Control.LVish.SchedIdempotent changed]
[30 of 35] Compiling Data.LVar.Memo ( Data/LVar/Memo.hs, dist/build/Data/LVar/Memo.p_o ) [Data.LVar.PureMap changed]
[31 of 35] Compiling Data.LVar.CycGraph ( Data/LVar/CycGraph.hs, dist/build/Data/LVar/CycGraph.p_o ) [Data.LVar.IVar changed]
[32 of 35] Compiling Data.LVar.Internal.Pure ( Data/LVar/Internal/Pure.hs, dist/build/Data/LVar/Internal/Pure.p_o ) [Control.LVish.SchedIdempotent changed]
[33 of 35] Compiling Data.LVar.NatArray ( Data/LVar/NatArray.hs, dist/build/Data/LVar/NatArray.p_o ) [Control.LVish.SchedIdempotent changed]
[34 of 35] Compiling Data.LVar.MaxCounter ( Data/LVar/MaxCounter.hs, dist/build/Data/LVar/MaxCounter.p_o ) [Data.LVar.Internal.Pure changed]
[35 of 35] Compiling Data.LVar.Pair ( Data/LVar/Pair.hs, dist/build/Data/LVar/Pair.p_o ) [Control.LVish.SchedIdempotent changed]
In-place registering lvish-1.1.0.3...
Preprocessing test suite 'test-lvish' for lvish-1.1.0.3...
cabal: can't find source for MapTests in tests/, ./, dist/build/autogen
landin:lvish lkuper$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment