Skip to content
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

Add Makefile template for new projects #81

Open
4 tasks
oubiwann opened this issue Aug 3, 2023 · 0 comments
Open
4 tasks

Add Makefile template for new projects #81

oubiwann opened this issue Aug 3, 2023 · 0 comments
Labels
Milestone

Comments

@oubiwann
Copy link
Member

oubiwann commented Aug 3, 2023

I've had so many issues with with the rebar3 LFE REPL (just ran into a new one this week, due to Erlang 26.0) and have had numerous bug reports over the years -- many of which can't be addressed because it's not really the LFE REPL that's running. Rather, it's some very clever hackery that rebar3 does to support arbitrary/custom shells.

I want to continue supporting rebar3 lfe repl, but I'd also like to offer an OS-process alternative for folks.

Add targets for:

  • clean
  • hex publish
  • build (rebar3 compile alias)
  • repl (accepts a PROFILE= env var and starts the REPL with the associated deps)

Note that this ticket is partially inspired by #66.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant