Michał Antkiewicz

Results 13 comments of Michał Antkiewicz

I installed `ghc-vis` into my user space and it works. However, when getting inside another project which uses a Cabal sandbox, I am still getting ``` cabal repl Prelude Main>...

Unfortunately, it does not work just issuing the last command only `cabal install ghc-vis --disable-library-profiling`, you have to go through the whole procedure for each sandbox. Obviously, it's undesirable. By...

I don't think it's fair to just remove `hasktags` part. It's an alternative, which some people may be using in the case `codex` is not available for whatever reason (e.g.,...

What we have to do currently, to address the issue is to introduce a bunch of internal constructions but these pollute our code badly.... in the original `.cf` file you'd...

We have forked bnfc and added some support (https://github.com/juodaspaulius/bnfc/). If there's interest we could guard these extension using a new command line parameter (e.g., `--positions`) and contribute back.

I hit this issue recently and spent many hours trying to solve it. Finally, finding this issue, I commented out a fragment of CMakeFiles for an executable target that had...

I think these issues happen when you have targets with the same name from different packages which end up in the same location. I cannot give the specific CMakeFile as...

Tested on Ubuntu 18.04: ``` $ ctest --output-on-failure Test project ..../libwave/build Start 1: wave_utils_tests 1/34 Test #1: wave_utils_tests ...................... Passed 0.02 sec Start 2: rotation_test 2/34 Test #2: rotation_test ............................

@conda-forge/help-c-cpp , ready for review Questions: 1. there's [tinyspline](https://pypi.org/project/tinyspline/) on PyPi that can be added separately. 2. this one is C/C++ only. I'm confused about the naming conventions. Should there...

@xhochy is that ok? Finally, can we use `ctest` to execute tests? That would be great but so far my builds were failing because `ctest` command is not available. Looks...