-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
numhask-bench: "Did not find executable at specified path" #132
Comments
The benchmarking relies on pandoc to produce the readme.md markdown file. For the latter part of the command to work, you'll need to:
if you dont have pandoc installed. |
Fixed in master with 19af1bd |
Seems like this might be more of an error with
|
dunno. but pandoc-include is for post-processing, so results will be in the other directory. |
This is the error. pandoc-include looks abandoned to me. |
Hmm, so there is no way to fix it? Since the benches rely on |
Just have to bump stack back on the resolver, so something like:
|
The better solution is to wrap pandoc and pandoc-include inside the existing report production code, but then the bug in pandoc-include hardens, as it's tough to patch an abandoned library. |
Had to rewind a bit furher.
|
Running
stack build --exec "$(stack path --local-install-root)/bin/numhask-bench" --exec "$(stack path --local-bin)/pandoc -f markdown -i other/bench_.md -t markdown -o readme.md --filter pandoc-include --mathjax" --file-watch
It eventually fails with
Did not find executable at specified path: /home/user/Projects/numhask/.stack-work/install/x86_64-linux/nightly-2019-03-15/8.6.4/bin/numhask-bench
The text was updated successfully, but these errors were encountered: