You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am always wondering if there is a multi-language parsing tool and that leads me to semantic. So I clone it and install the required platforms on my Macbook Pro 16 2019 (16+512), and try to compile it. Having to say that I did not expect it to cost about 1 hour, and swallowed all my memory :->
After all, it compiled and built successfully, but when I run 'cabal v2-test', it should come with 'all' at the end (Figure 1); when I run 'cabal v2-run semantic -- --help', it did not run the executable semantic.
Although I quickly figured out how to run it directly, I wondering if the document should be updated?
The text was updated successfully, but these errors were encountered:
Aha, yeah, we need to qualify the cabal run with exe:semantic so it doesn’t run the benchmarks.
Also, the reason it took an hour is because you compiled with optimizations on. Try cabal configure --disable-optimization --enable-tests --disable-documentation --jobs=16
patrickt
changed the title
Running 'cabal v2-test' and 'cabal v2-run semantic -- --help' does not work as expected
Qualify targets associated with cabal test and cabal runOct 24, 2020
I am always wondering if there is a multi-language parsing tool and that leads me to semantic. So I clone it and install the required platforms on my Macbook Pro 16 2019 (16+512), and try to compile it. Having to say that I did not expect it to cost about 1 hour, and swallowed all my memory :->
After all, it compiled and built successfully, but when I run 'cabal v2-test', it should come with 'all' at the end (Figure 1); when I run 'cabal v2-run semantic -- --help', it did not run the executable semantic.
Although I quickly figured out how to run it directly, I wondering if the document should be updated?
The text was updated successfully, but these errors were encountered: