Shahbaz Youssefi

Results 53 comments of Shahbaz Youssefi

Ok then it looks like visitAggregate (assuming that's the one with `EOpDot`) is missing: ```c if (isArithmeticOperation(node->getOp())) { node->getWritableType().getQualifier().noContraction = true; } ```

I should look into it. I see in 8ec4ac97 that the original author of libpandoc had changed the interface from `wchar_t *` to `char *`, adding a comment that _all...

This is doable, if I simply duplicate everything and change all `CString`s to `CWString`s. But that would get quite ugly. I'll see if I can refactor some stuff to do...

What are you trying to achieve? What's wrong with having dynamically linked libraries?

Hey, First of all, there is a `sed` error there that's weird. The Makefile tries to do: ``` $(shell sed -i 's/$$compiler/$(GHC_VERSION)/g' libpandoc.cabal) ``` Where `$(GHC_VERSION)` as printed out is...

If you also fail to build json2, we may have to wait a bit until that package is fixed.

I think you copied the wrong output from the `echo`. You got the first line, but you should have copied the second line (it should start with `sed` since you...

Alright, the `sed` problem may have something to do with quotations (or maybe shell difference? I don't have a mac to test). Give another try for me, will you? Replace...

Well, that `sed` command doesn't actually modify the file, which was the intention.

I haven't been able to do much recently (new baby), and I doubt I would have much time to dig into this. I find that Haskell libraries are generally not...