Ashesh Ambasta

Results 28 comments of Ashesh Ambasta

I don't know if this helps but I'm seeing the same issues in *GHC Error*; ## `**GHC error**` ``` EXCEPTION: browse: module ‘Data.Types.Area’ is defined in multiple files: /var/folders/kx/y9231gps2fldv7xgpk3xpjw00000gn/T/ghc-mod38048/Area18171295601131570933.hs src/Data/Types/Area.hs...

I've also stumbled across this. And while I hate adding a "I've seen this too" comment; removing the file still doesn't get cachix to start ignoring that particular entry. Now;...

Thanks @roberth. But I'm still a little confused. I only removed all-hies.nix from the cachix directory; but why are the warnings also issued for cache.nixos.org? Does that mean I also...

@tfausak Thanks! That works. Is there a way for me to disable some "patterns" universally, though?

@tfausak that is correct. What I meant by patterns were some sort of regexes that could define an expression I'd like Brittany to ignore.

@tfausak Yes, something like that would be more than enough. @lspitzner Its a little hard for me to come up with an exhaustive list of patterns I'd like excluded. If...

I see your points. And yes, for me exclusion of a pattern is only necessary where the formatting via Brittany doesn't make sense. Otherwise, I also agree: I'd be happier...

And this discussion reminds me: ``` selectByIds cids = toFullEvents (toList cids) = do t@(cid', _, _, _)

@tfausak yes, this is one case that I find the most problematic. Adding the ignore clause on the top level function is the only thing that works. However, that means...