jyp / dante

392 stars 51 forks source link

obelisk framework and dante-start - help? #91

Closed elgusy closed 6 years ago

elgusy commented 6 years ago

Hi, this is an dummy example of how i'd like to make dante run ob repl: (nix-obelisk . ,(lambda (root) (dante-repl-by-file root '("some-obelisk-file.ob") '("ob" "repl")))) Dante was taking a cabal new-repl from dante-repl-command-line-methods-alist when I open a obelisk project's file, so I hardcoded that to ob repl. However, I get an error File mode specification error: (file-error Searching for program No such file or directory ob repl) and cannot figure out what is going wrong there. If ob repl works from console it should work with dante too, right? What is it im doing wrong? Thanks

elgusy commented 6 years ago

https://github.com/jyp/dante/pull/93