Mouse

Results 586 comments of Mouse

> do we know if global config is overridden by cabal project config, top level or package specific? I've no idea, and don't fully understand the question. It appears that...

> I wanted to mean if you add to your cabal project . . . Honestly, I haven't tried that (yet? ;) ). But the goal was to make something...

> well so a workaround could be to have dynamic in the global config and set static for the few exceptions in their cabal.project(.local), Alas, no. Same result - it...

> would like to reproduce in linux with `-v3`, just in case the verbose output give us a clue Explain please. First, I might be able to reproduce it in...

Here's the output of `cabal -v3 build --enable-shared --disable-static` on Mac: [cabal-static1.log.txt](https://github.com/haskell/cabal/files/8357846/cabal-static1.log.txt) Then I started experimenting with adding stuff to `cabal.project.local`, and got this: ``` $ cabal clean $ cat...

> such changes have high chances of produce unintended consequences I disagree. The whole point of specifying location of extra programs is preferring them over what's in the standard location....

> Hi all! I'm thrilled that these changes have been pulled into vlm_master with https://github.com/mouse07410/asn1c/pull/111. Is the proper thing to do to close this PR? Correct. We don't need two...

In general, this free ASN.1 compiler doesn't do too well with complicated kludgy twisted modern perversions of ASN.1 language. I'll try to take a look at your example, but can...

@yadav9997 If you want to encode/decode a large integer **value**, both this repo and https://github.com/mouse07410/asn1c will work well. **However**, if you're trying to use **constraints** that large, it will not...