This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-01-16T18:45:44.827690+00:00 ec342 java_mpac_padres.internal.atlassian.com: [TickWheelExecutor: 512 spokes, 200 milliseconds interval] ERROR org.http4s.blaze.util.TickWheelExecutor - Non-Fatal Exception caught while executing scheduled task | |
2015-01-16T18:45:44.827838+00:00 ec342 java_mpac_padres.internal.atlassian.com: java.lang.ClassCastException: scalaz.$minus$bslash$div cannot be cast to java.lang.String | |
2015-01-16T18:45:44.827980+00:00 ec342 java_mpac_padres.internal.atlassian.com: #011at scalaz.concurrent.Future$$anon$1$$anonfun$4.apply(Future.scala:297) | |
2015-01-16T18:45:44.828045+00:00 ec342 java_mpac_padres.internal.atlassian.com: #011at scalaz.concurrent.Future$$anon$1$$anonfun$chooseAny$1$$anonfun$apply$8$$anonfun$apply$9.apply(Future.scala:289) | |
2015-01-16T18:45:44.828134+00:00 ec342 java_mpac_padres.internal.atlassian.com: #011at scalaz.concurrent.Future$$anon$1$$anonfun$chooseAny$1$$anonfun$apply$8$$anonfun$apply$9.apply(Future.scala:275) | |
2015-01-16T18:45:44.828158+00:00 ec342 java_mpac_padres. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with (import <nixpkgs> {}).pkgs; | |
let | |
modifiedHaskellPackages = haskellngPackages.override { | |
overrides = self: super: { | |
AesonBson = self.callPackage | |
({ mkDerivation, aeson, attoparsec, base, bson, hspec, HUnit, stdenv | |
, text, unordered-containers, vector | |
}: | |
mkDerivation { | |
pname = "AesonBson"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building regex-tdfa-rc-1.1.8.3... | |
Preprocessing library regex-tdfa-rc-1.1.8.3... | |
Unmatched #endif at ./Text/Regex/TDFA/NewDFA/Engine.hs at line 727 col 1 | |
Unmatched #endif at ./Text/Regex/TDFA/NewDFA/Engine_FA.hs at line 585 col 1 | |
[ 1 of 23] Compiling Text.Regex.TDFA.NewDFA.Uncons ( Text/Regex/TDFA/NewDFA/Uncons.hs, dist/build/Text/Regex/TDFA/NewDFA/Uncons.o ) | |
[ 2 of 23] Compiling Text.Regex.TDFA.IntArrTrieSet ( Text/Regex/TDFA/IntArrTrieSet.hs, dist/build/Text/Regex/TDFA/IntArrTrieSet.o ) | |
[ 3 of 23] Compiling Paths_regex_tdfa_rc ( dist/build/autogen/Paths_regex_tdfa_rc.hs, dist/build/Paths_regex_tdfa_rc.o ) | |
[ 4 of 23] Compiling Data.IntSet.EnumSet2 ( Data/IntSet/EnumSet2.hs, dist/build/Data/IntSet/EnumSet2.o ) | |
[ 5 of 23] Compiling Data.IntMap.EnumMap2 ( Data/IntMap/EnumMap2.hs, dist/build/Data/IntMap/EnumMap2.o ) | |
[ 6 of 23] Compiling Data.IntMap.CharMap2 ( Data/IntMap/CharMap2.hs, dist/build/Data/IntMap/CharMap2.o ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
building path(s) ‘/nix/store/50j926c9klqssy5q9p5z165m3861sjiv-sharutils-4.11.1’ | |
building /nix/store/50j926c9klqssy5q9p5z165m3861sjiv-sharutils-4.11.1 | |
unpacking sources | |
unpacking source archive /nix/store/z7jmwsfqn15za3q080573vry2agicy9m-sharutils-4.11.1.tar.bz2 | |
source root is sharutils-4.11.1 | |
dyld: lazy symbol binding failed: Symbol not found: _fchmodat | |
Referenced from: /nix/store/zj3sns4csb3xcj8xn4v2cg21s9jy410g-coreutils-8.23/bin/chmod | |
Expected in: /usr/lib/libSystem.B.dylib | |
dyld: Symbol not found: _fchmodat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"/nix/store/scmw1wyn1cgi68ymk0cdjq4zjhba2b0r-ghc-7.8.3-binary/bin/ghc" -hisuf hi -osuf o -hcsuf hc -static -H32m -O -package-db libraries/bootstrapping.conf -i -iutils/genprimopcode/. -iutils/genprimopcode/dist/build -iutils/genprimopcode/dist/build/autogen -Iutils/genprimopcode/dist/build -Iutils/genprimopcode/dist/build/autogen -package array -no-user-package-db -rtsopts -odir utils/genprimopcode/dist/build -hidir utils/genprimopcode/dist/build -stubdir utils/genprimopcode/dist/build -c utils/genprimopcode/./Lexer.hs -o utils/genprimopcode/dist/build/Lexer.o | |
building utils/genprimopcode/dist/build/Syntax.hi | |
building utils/genapply/dist/build/.depend.c_asm | |
utils/genprimopcode/Lexer.hs:311:41: | |
Couldn't match expected type ‘[Char]’ with actual type ‘Int#’ | |
In the first argument of ‘(>=)’, namely ‘offset’ | |
In the expression: (offset >= "0#") | |
utils/genprimopcode/Lexer.hs:311:41: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# LANGUAGE UndecidableInstances #-} | |
class (Applicative m, Monad m) => Monad' m | |
instance (Applicative m, Monad m) => Monad' m | |
f :: Monad' m => m a | |
f = a <$> (b >>= c) <*> d |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# LANGUAGE GADTs #-} | |
{-# LANGUAGE LambdaCase #-} | |
module Webcrank.DecisionCore4 where | |
import Control.Monad | |
import Data.Bool | |
import Data.Functor | |
data FlowChart m a where |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
building path(s) ‘/nix/store/kacha1a26m3glsny66s6dvzsjmby7x1s-gmp-5.1.3’ | |
building /nix/store/kacha1a26m3glsny66s6dvzsjmby7x1s-gmp-5.1.3 | |
unpacking sources | |
unpacking source archive /nix/store/9gsr07i24nxqgjh5qj1sabddvrfsvcfs-gmp-5.1.3.tar.bz2 | |
dyld: lazy symbol binding failed: Symbol not found: _mkdirat | |
Referenced from: /nix/store/xv35jdqsk781nxdvmn0zlnskkb9d11lj-gnutar-1.27.1/bin/tar | |
Expected in: /usr/lib/libSystem.B.dylib | |
dyld: Symbol not found: _mkdirat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ node_modules/.bin/pulp browserify | |
* Browserifying project in /home/rwallace/Development/atlassian/hiberico/ui | |
* Building project in /home/rwallace/Development/atlassian/hiberico/ui | |
* Build successful. | |
* Browserifying... | |
events.js:72 | |
throw er; // Unhandled 'error' event | |
^ | |
Error: Cannot find module 'oboe' from '/home/rwallace/Development/atlassian/hiberico/ui/output/Network.Oboe' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# LANGUAGE FlexibleContexts #-} | |
{-# LANGUAGE RankNTypes #-} | |
-- Example that shows how to validate a single value | |
-- with multiple validation functions/smart constructors. | |
-- Thanks to @purefn for the help on this! | |
import Control.Applicative | |
import Control.Lens | |
import Control.Monad |