-
Let's assume that `incOptions := sbt.inc.IncOptions.Default` which means we are using default compiler options. Let's start with these sources:
``` scala
// A.scala
class A {
def initialized: Boole…
-
It seems that commit be14b5171e2950a0acdb3c519fe4dec30f0bbfee causes a build failure with ghc-7.8.1-rc2. I'm not familiar enough with ghc-prim to know what's going on.
```
src/Data/Thyme/Calendar/In…
-
So, I finally started writing some QuickCheck tests for my code using thyme, only to find that there were no Arbitrary instances for the types.
Certainly, I could write my own, most likely ripping of…
-
``` haskell
{-# LANGUAGE OverloadedStrings #-}
import Control.Applicative
import qualified Data.Attoparsec.Text as A
import Data.Text (Text)
import qualified Data.Text as T
testParser :: Text -> Eit…
-
Currently the MANIFEST.MF is pretty empty, would be nice if there could be some headers (imports etc.) be added so that it can be used as an OSGI bundle. This goes for the subprojects as well (spring …
-
The default value for relations type (e.g. THYME TLINKs "contains") isn't being respected or read in Anafora.
-
This is really a luxury problem, but since at some point _somebody_ will complain, let that somebody be me :-D
I noticed executing the code of issue #21 took suspiciously long. After some basic bench…
-
@liyang says: I can't seem to turn more of the `-i` flags into per-function `{-# ANN #-}` pragmas, due to them occurring in instance methods or some such. However, even `{-# ANN module "HLint: ignore …
-
Hi there!
When I create my `TmuxlineSnapshot` file and then source it in my `tmux.conf`, I notice that although all of my settings show up in the snapshot, they don't seem to "activate" until I run vi…
pzula updated
10 years ago
-
OK, I will be the first to admit I may be doing something wrong here, but I believe this quickCheck property demonstrates that the Data.Thyme.Format.Aeson representations don't round-trip properly. I…