Skip to content

Run with bazel built idris projects #222

@shmish111

Description

@shmish111

I've managed to get the atom plugin working with bazel by creating the following script

bazel run //:my_lib_repl -- $@

However it is necessary to hard code the full path to the script in the idris executable path setting. I think we can get this working by copying from https://github.com/zaucy/atom-build-bazel/blob/master/src/BazelBuildProvider.js so that the plugin will look for bazel files and if it finds them it will look for the targets. We can then choose one of the repl targets (not sure how you decide this, an atom popup or something)?

Unfortunately I have little knowledge of atom and not much javascript, do you have any tips on how I would go about starting this or has anyone else looked at this at all?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions