Casey Rodarmor
|
1ea5e6ac31
|
Don't conflate recipes with the same name in different modules (#1825)
|
2024-01-08 13:26:33 -08:00 |
|
Casey Rodarmor
|
5c3b72a121
|
Recipes can be invoked with path syntax (#1809)
|
2023-12-31 22:03:49 +00:00 |
|
Casey Rodarmor
|
b188882ed0
|
Use box-drawing characters in error messages (#1798)
|
2023-12-29 21:25:30 +00:00 |
|
Casey Rodarmor
|
e2c0d86bdd
|
Optional modules and imports (#1797)
|
2023-12-29 12:16:31 -08:00 |
|
Casey Rodarmor
|
3461a7f291
|
Print submodule recipes in --summary (#1794)
|
2023-12-29 03:06:48 +00:00 |
|
Casey Rodarmor
|
f039701f71
|
Expand tilde in import and module paths (#1792)
|
2023-12-29 02:08:02 +00:00 |
|
Casey Rodarmor
|
8ea278c58b
|
Override imported recipes (#1790)
|
2023-12-28 17:34:37 -08:00 |
|
Casey Rodarmor
|
a1bd70a030
|
Run recipes with working directory set to submodule directory (#1788)
|
2023-12-29 00:55:36 +00:00 |
|
Casey Rodarmor
|
94b3af6cb7
|
Allow mod statements with path to source file (#1786)
|
2023-12-28 12:23:58 +00:00 |
|
Casey Rodarmor
|
316ea01295
|
Add modules (#1782)
|
2023-12-28 04:27:15 +00:00 |
|
Casey Rodarmor
|
86dbed7445
|
Display a descriptive error for !include directives (#1779)
|
2023-12-24 17:14:17 +00:00 |
|
Casey Rodarmor
|
e9bec8d398
|
Stabilize !include path as import 'path' (#1771)
|
2023-12-20 12:31:51 +08:00 |
|
Qeole
|
3dbbb2ed70
|
Pass justfile path to default chooser (#1759)
|
2023-12-14 00:48:40 +00:00 |
|
Qeole
|
e6e1823359
|
Pass --unstable and --color always to default chooser (#1758)
|
2023-12-11 23:46:28 +00:00 |
|
Casey Rodarmor
|
92bae080ab
|
List included recipes in load order (#1745)
|
2023-11-25 07:15:41 +00:00 |
|
Casey Rodarmor
|
ab16c0493f
|
Don't default to included recipes (#1740)
|
2023-11-22 18:27:49 +00:00 |
|
Casey Rodarmor
|
7337447d42
|
Add file paths to error messages (#1737)
|
2023-11-22 04:17:38 +00:00 |
|
Greg Shuflin
|
f745316e88
|
Move !include processing into compiler (#1618)
|
2023-11-21 11:28:59 -08:00 |
|
Hwatwasthat
|
9415bee16b
|
Add [confirm] attribute (#1723)
|
2023-11-16 23:51:34 +00:00 |
|
Victor Adossi ("vados")
|
64d7d07185
|
Add semver_matches function (#1713)
|
2023-10-27 20:07:46 +00:00 |
|
Yuri Astrakhan
|
e01dbda156
|
Clean up error display (#1699)
|
2023-10-16 20:18:25 -07:00 |
|
Yuri Astrakhan
|
be7f161554
|
Misc fixes (#1700)
|
2023-10-17 03:07:09 +00:00 |
|
Laurent Fourrier
|
812e1ea3cc
|
Add dotenv-filename and dotenv-path settings (#1692)
|
2023-10-12 05:04:46 +00:00 |
|
N
|
22e103361f
|
Allow setting echoed recipe line color (#1670)
|
2023-10-11 00:04:34 +00:00 |
|
Greg Shuflin
|
992c6943da
|
Allow unstable features to be enabled with environment variable (#1588)
|
2023-10-09 03:47:20 +00:00 |
|
Casey Rodarmor
|
72e5b17242
|
Placate clippy (#1689)
|
2023-10-09 02:34:05 +00:00 |
|
Matt Schulte
|
63ed00ff78
|
Add num_cpus() function (#1568)
|
2023-08-02 23:52:21 +00:00 |
|
Casey Rodarmor
|
53d5f004df
|
Test unpaired escaped carriage return error (#1650)
|
2023-07-25 09:14:13 +00:00 |
|
Ian Douglas Scott
|
30bcf28fde
|
Allow escaping newlines (#1551)
|
2023-07-25 09:05:47 +00:00 |
|
Casey Rodarmor
|
f04de75609
|
Stabilize JSON dump format (#1633)
|
2023-06-29 21:12:55 +00:00 |
|
Baden Ashford
|
bba673fd79
|
Add env() function (#1613)
|
2023-06-13 12:49:46 +00:00 |
|
fzdwx
|
cdb0dfae5f
|
Allow selecting multiple recipes with default chooser (#1547)
|
2023-06-12 17:06:51 +00:00 |
|
Yuri Astrakhan
|
a1220c63e3
|
Cleanup (#1566)
|
2023-06-12 16:53:55 +00:00 |
|
Li Ke
|
5f9ac39b03
|
Use just --show in default chooser (#1539)
|
2023-01-28 08:24:54 +00:00 |
|
Greg Shuflin
|
687831816d
|
Allow multiple attributes on one line (#1537)
|
2023-01-27 07:54:24 +00:00 |
|
Casey Rodarmor
|
a81b094441
|
Downgrade to TLS 1.2 in install script (#1536)
Revert "Update install script and readmes to use tls v1.3 (#1481)"
This reverts commit 9b6b0b7fac .
|
2023-01-27 02:49:03 +00:00 |
|
Casey Rodarmor
|
fb2f22e17f
|
Test passing dot as argument between justfiles (#1530)
|
2023-01-25 05:33:43 +00:00 |
|
Greg Shuflin
|
1a5f07c672
|
Ignore additional search path arguments (#1528)
- Revert #1475
- Add a test that arguments with different path prefixes are allowed
|
2023-01-24 21:07:22 -08:00 |
|
Casey Rodarmor
|
fdf4b5b859
|
Ignore chooser tests (#1513)
|
2023-01-16 08:42:34 +00:00 |
|
Casey Rodarmor
|
3b989ae955
|
Only print fallback message when verbose (#1510)
|
2023-01-13 21:36:52 +00:00 |
|
Casey Rodarmor
|
182ef134d9
|
Add invocation_directory_native() (#1507)
|
2023-01-13 19:03:14 +00:00 |
|
Casey Rodarmor
|
1d02f0ef80
|
Print format diff to stdout (#1506)
|
2023-01-13 10:30:38 -08:00 |
|
Casey Rodarmor
|
3bf3be9af8
|
Fix interrupt tests (#1505)
|
2023-01-13 07:53:14 +00:00 |
|
Greg Shuflin
|
912863bc1e
|
Add !include directives (#1470)
|
2023-01-13 03:25:28 +00:00 |
|
Greg Shuflin
|
d499227dcb
|
Allow matching search path arguments (#1475)
|
2023-01-12 07:06:17 +00:00 |
|
Casey Rodarmor
|
af54dafa77
|
Allow recipe parameters to shadow variables (#1480)
|
2023-01-10 00:59:02 +00:00 |
|
Casey Rodarmor
|
10ad32430b
|
Stabilize fallback (#1471)
|
2023-01-04 06:31:56 +00:00 |
|
Nick Kocharhook
|
bb5b962c3d
|
Update Sublime syntax instructions (#1455)
|
2023-01-02 09:44:06 +00:00 |
|
Josh Soref
|
50f3750842
|
Fix spelling (#1463)
|
2022-12-30 20:36:08 +00:00 |
|
Casey Rodarmor
|
157862d398
|
Merge imports (#1462)
|
2022-12-28 04:16:18 +00:00 |
|