aboutsummaryrefslogtreecommitdiff
path: root/lux-lein (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed a bug when showing the error message for missing modules during ↵Eduardo Julian2017-10-042-44/+48
| | | | build/test.
* Merge pull request #38 from lgastako/patch-1The Lux Programming Language2017-10-041-2/+2
|\ | | | | Add missing quote and colon.
| * Add missing quote and colon.John2017-10-041-2/+2
| |
* | - Fixed a bug wherein incorrect specification of program modules or test ↵Eduardo Julian2017-10-042-40/+50
|/ | | | modules would fail silently.
* - Updated the license in the project.clj files.Eduardo Julian2017-03-241-2/+2
| | | - Now forcing the JVM to use a larger stack, to avoid StackOverflow errors.
* - Now packaging the complete JS code.Eduardo Julian2017-03-214-30/+64
|
* - Can now select between JVM and JS compilation, based on command-line ↵Eduardo Julian2017-03-211-1/+1
| | | | parameters.
* - Changed the license from MPL 2.0 to MIT.Eduardo Julian2017-01-2610-628/+0
|
* - Now testing whether the process exited with a normal status code, instead ↵Eduardo Julian2017-01-262-13/+14
| | | | of whether there was anything logged into standard-error.
* - Fixed a bug wherein compiling/testing the stdlib involve grabbing another ↵Eduardo Julian2017-01-253-78/+71
| | | | stdlib version from the dependencies, and that could cause conflicts.
* - v0.6.0 development has officially begun!Eduardo Julian2017-01-121-3/+3
|
* - Fixed some bugs in the REPL.Eduardo Julian2017-01-111-4/+8
|
* - Added SCM info to project.clj files.Eduardo Julian2017-01-081-1/+4
|
* - Updated the project.clj files.Eduardo Julian2017-01-081-3/+3
|
* - Updated the READMEs.Eduardo Julian2017-01-081-12/+16
|
* - Fixed some bugs with path separators that caused issues on Windows.Eduardo Julian2017-01-021-6/+8
|
* - Improved support for Windows.Eduardo Julian2017-01-011-31/+55
|
* - Improved the way commands are taken by lux-lein.Eduardo Julian2016-12-291-20/+7
|
* - Fixed some bugs in the way Android APKs were getting packaged.Eduardo Julian2016-12-281-28/+33
|
* - No longer adding the LUX_JAR attribute to compiled JARs.Eduardo Julian2016-12-041-1/+0
|
* - Fixed a bug that was causing compilation & testing to be done more than ↵Eduardo Julian2016-12-025-15/+26
| | | | | necessary. - Changed the "watch" meta-command to "auto".
* - lux-lein can now watch source-code directories to automatically build and ↵Eduardo Julian2016-12-013-9/+56
| | | | test when changes occur.
* - Slightly changed the lux-lein commands.Eduardo Julian2016-12-016-26/+24
|
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵Eduardo Julian2016-12-0110-0/+1053
plugin's and the Emacs mode's into a big monorepo, to keep development unified.