8000 repl command does not respect idris_opts · Issue #73 · elba/elba · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
repl command does not respect idris_opts #73
Closed
@karroffel

Description

@karroffel

I have a project which uses the contrib package.

[targets.lib]
path = "src"
mods = [
    # ...
]
idris_opts = ["-p", "contrib"]

Building with elba works nicely and the package is added, however when I run elba repl it does not add the -p contrib to the Idris command causing there to be an error when loading my files.

Maybe elba can append the command line options to the repl invokation to resolve this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0