emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/projectile 94273611c9 2/2: Add src-dir and test-dir Proper


From: ELPA Syncer
Subject: [nongnu] elpa/projectile 94273611c9 2/2: Add src-dir and test-dir Properties to mill Project Type (#1790)
Date: Thu, 4 Aug 2022 11:59:06 -0400 (EDT)

branch: elpa/projectile
commit 94273611c95b6718c41018be2657f6982a325f60
Author: LaurenceWarne <17688577+LaurenceWarne@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Add src-dir and test-dir Properties to mill Project Type (#1790)
---
 CHANGELOG.md  | 1 +
 projectile.el | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 63f74c09ac..e1f14c4c83 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
 
 ### New features
 
+* [#1790](https://github.com/bbatsov/projectile/pull/1790): Add `src-dir` and 
`test-dir` properties for the mill project type.
 * [#1757](https://github.com/bbatsov/projectile/pull/1757): Add support for 
the Pijul VCS.
 * [#1745](https://github.com/bbatsov/projectile/pull/1745): Allow 
`projectile-update-project-type` to change project type precedence and remove 
project options.
 * [#1699](https://github.com/bbatsov/projectile/pull/1699): 
`projectile-ripgrep` now supports [rg.el](https://github.com/dajva/rg.el).
diff --git a/projectile.el b/projectile.el
index 52b36c794b..237bcb05f8 100644
--- a/projectile.el
+++ b/projectile.el
@@ -3245,6 +3245,8 @@ a manual COMMAND-TYPE command is created with
 
 (projectile-register-project-type 'mill '("build.sc")
                                   :project-file "build.sc"
+                                  :src-dir "src/"
+                                  :test-dir "test/src/"
                                   :compile "mill all __.compile"
                                   :test "mill all __.test"
                                   :test-suffix "Test")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]