Andrea Bedini

Results 278 comments of Andrea Bedini

FIY I just managed to build the project with `etlas build --allow-newer base eta-spark-core` etlas version 1.3.0.0 compiled using version 2.1.0.0 of the etlas-cabal library index-state 2018-10-18T02:26:16Z

> Would you be interested in implementing more complex aggregates? I would be, but I have no idea how difficult it would be. I will contact you in private to...

I think I am running into this too.

Interestingly I cannot reproduce this warning on Linux. Despite the fact that none of `/opt/homebrew/Cellar/xz/5.2.5/lib` or `/usr/local/Cellar/xz/5.2.5/lib` exists. But the problem stands. `extra-lib-dirs` and `extra-include-dirs` have an "append" sematic and,...

> @andreabedini: how would you mark the failures as expected so that we remember to unmark then when 9.0.3 is out? Perhaps we should leave this ticket open to remember?...

This seems to appen on GHC 9.2 too https://github.com/haskell/cabal/runs/5298365693?check_suite_focus=true#step:11:1995

#234 has been merged a year ago, should this issue be closed?

I had `@import "font-awesome-sprockets";` but the solution was to make sure that line was before anything else. I understand the same would happen with `@import "font-awesome-compass";` My guess is that...

@andreykul you are right. I don't know what led me to think otherwise :see_no_evil:

I went ahead and converted the remaming examples to docspec format. A couple of observations: - cabal-docspec works by feeding code to ghci, this means that declarations have to be...