aboutsummaryrefslogtreecommitdiff
path: root/lux-lein (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-26- Now testing whether the process exited with a normal status code, instead ↵Eduardo Julian2-13/+14
of whether there was anything logged into standard-error.
2017-01-25- Fixed a bug wherein compiling/testing the stdlib involve grabbing another ↵Eduardo Julian3-78/+71
stdlib version from the dependencies, and that could cause conflicts.
2017-01-12- v0.6.0 development has officially begun!Eduardo Julian1-3/+3
2017-01-11- Fixed some bugs in the REPL.Eduardo Julian1-4/+8
2017-01-08- Added SCM info to project.clj files.Eduardo Julian1-1/+4
2017-01-08- Updated the project.clj files.Eduardo Julian1-3/+3
2017-01-08- Updated the READMEs.Eduardo Julian1-12/+16
2017-01-02- Fixed some bugs with path separators that caused issues on Windows.Eduardo Julian1-6/+8
2017-01-01- Improved support for Windows.Eduardo Julian1-31/+55
2016-12-29- Improved the way commands are taken by lux-lein.Eduardo Julian1-20/+7
2016-12-28- Fixed some bugs in the way Android APKs were getting packaged.Eduardo Julian1-28/+33
2016-12-04- No longer adding the LUX_JAR attribute to compiled JARs.Eduardo Julian1-1/+0
2016-12-02- Fixed a bug that was causing compilation & testing to be done more than ↵Eduardo Julian5-15/+26
necessary. - Changed the "watch" meta-command to "auto".
2016-12-01- lux-lein can now watch source-code directories to automatically build and ↵Eduardo Julian3-9/+56
test when changes occur.
2016-12-01- Slightly changed the lux-lein commands.Eduardo Julian6-26/+24
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵Eduardo Julian10-0/+1053
plugin's and the Emacs mode's into a big monorepo, to keep development unified.