Casey Rodarmor
|
ca4f2a44ed
|
Refactor run::run and Config (#490)
Improve color parsing, add `ConfigError`, put `invocation_directory` on Config object, return error code from `run::run` instead of exiting.
|
2019-10-09 00:18:53 -07:00 |
|
Casey Rodarmor
|
3a287b864a
|
Housekeeping (#394)
- Upgrade to rust 2018
- Update dependencies
- Use BTree{Map,Set} instead of Map and Set
|
2019-04-11 15:23:14 -07:00 |
|
Geoff Shannon
|
6b0fc174d8
|
Fuzz test compiler (#362)
|
2018-10-13 19:12:35 +09:00 |
|
Casey Rodarmor
|
816183b975
|
Add grandiloquent verbosity level that echos shebang recipes (#348)
|
2018-08-31 00:04:06 -07:00 |
|
Casey Rodarmor
|
b14d1ec97c
|
Wait for child processes to finish (#345)
Thanks to @bheisler for the feature request and initial implementation.
Fixes #302
|
2018-08-27 16:03:52 -07:00 |
|
Casey Rodarmor
|
68b343bc17
|
Make .env vars available in env_var functions (#310)
|
2018-03-17 09:17:41 -07:00 |
|
Casey Rodarmor
|
70234f6193
|
Add dotenv integration (#306)
|
2018-03-05 13:21:35 -08:00 |
|
Casey Rodarmor
|
afa4aebd4a
|
Add functions (#277)
– Parse unary (no-argument) functions
– Add functions for detecting the current os, arch, and os family, according to rustc's cfg attributes
|
2017-12-02 14:37:10 +01:00 |
|
Casey Rodarmor
|
66391de3f8
|
Rename Scanner to Lexer (#276)
|
2017-12-01 11:22:32 +01:00 |
|
Casey Rodarmor
|
861173581c
|
Refactor Tokenizer (#260)
|
2017-11-18 03:36:02 -08:00 |
|
Casey Rodarmor
|
afe2c0f94e
|
Refactor more tests into macro invocations (#259)
|
2017-11-18 01:44:59 -08:00 |
|
Casey Rodarmor
|
28a57d9828
|
Refactor evaluators and resolvers into common form (#258)
|
2017-11-18 01:18:04 -08:00 |
|
Casey Rodarmor
|
13a124d659
|
Refactor some other stuff (#252)
|
2017-11-17 17:28:06 -08:00 |
|
Casey Rodarmor
|
2b6b715528
|
Refactor Everything (#250)
|
2017-11-16 23:30:08 -08:00 |
|
Casey Rodarmor
|
9e9b525369
|
Bump version to 0.2.11 and rename back to just
|
2016-10-30 18:12:59 -07:00 |
|
Casey Rodarmor
|
acc97a4eba
|
Reached feature parity with new parser
|
2016-10-23 16:43:52 -07:00 |
|
Casey Rodarmor
|
b11b81c640
|
Add --show command line flag
|
2016-10-08 17:29:45 -07:00 |
|
Casey Rodarmor
|
c0f58eefe8
|
Lots of work.
|
2016-10-03 23:55:55 -07:00 |
|
Casey Rodarmor
|
0c29b55df6
|
Split into lib.rs and main.rs, wrote a bunch of tests
|
2016-10-02 22:30:28 -07:00 |
|
Casey Rodarmor
|
c970f507ad
|
Split command correctly on leading whitespace
|
2016-10-02 15:46:25 -07:00 |
|
Casey Rodarmor
|
ec2b6c59f5
|
Added proper errors
|
2016-10-02 15:31:28 -07:00 |
|
Casey Rodarmor
|
8ec000c159
|
use std::collections::
|
2016-10-01 13:51:56 -07:00 |
|
Casey Rodarmor
|
2d8e3d9abe
|
Basic parsing and circular dependency detection working
|
2016-09-30 23:48:23 -07:00 |
|
Casey Rodarmor
|
dd83cc46bf
|
Add period to no justfile found error. Bump version.
|
2016-09-28 13:20:49 -07:00 |
|
Casey Rodarmor
|
f3a92285af
|
Keep searching if justfile isn't found
|
2016-09-28 00:02:18 -07:00 |
|
Casey Rodarmor
|
10e1ef4f0f
|
Allow 'Justfile' in addition to 'justfile'
|
2016-09-27 23:25:06 -07:00 |
|
Casey Rodarmor
|
696fd3a5f1
|
Remove dependency on brev, bump version
|
2016-09-27 23:13:17 -07:00 |
|
Casey Rodarmor
|
114f6b7bdc
|
Working
|
2016-09-27 22:49:17 -07:00 |
|
Casey Rodarmor
|
a0d5b83a80
|
Initial commit. Broken.
|
2016-06-16 17:13:43 -07:00 |
|