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

An attempt to optionally use the compile server in erlc. #902

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 7, 2020

  1. An attempt to optionally use the compile server in erlc.

    We use the env var ERLC_USE_SERVER to control the behaviour, since
    erlc already uses that variable.
    
    Although this seems to work fine for our project, I am not sure that
    it works correctly with files generated from .yrl etc.
    mbj4668 committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    c04e38e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. keep track of ORIG_ERL_FILES (which doesn't include all generated erl…

    … files); ensure .app depends on beam files
    mbj4668 committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    d376875 View commit details
    Browse the repository at this point in the history