Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix escriptize failure when ebin/ has subdirs | Fred Hebert | 2017-12-14 | 1 | -2/+25 |
| | | | | | | | | | | | Although fairly irregular, the presence of a subdirectory in ebin/ while running rebar3 escriptize would crash the run and generate a dump. Since ebin subdirectories are generally not supported (adding a path for an application only adds ebin/ and no subdirectories to the VM's path set), we just silently ignore the directory altogether. Fixes #1693 | ||||
* | Handle `escriptize` when the specified app is missing | Nathaniel Waisbrot | 2016-08-04 | 1 | -1/+25 |
| | | | | | When rebar.config contains a `escript_main_app` option, but the specified app doesn't exist in the build directory, print an error. | ||||
* | Add escriptize provider and a minimal test | Pierre Fenoll | 2015-03-06 | 1 | -0/+37 |