[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/projectile updated (74165f722d -> 4c025a4a64)
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/projectile updated (74165f722d -> 4c025a4a64) |
Date: |
Thu, 30 Jan 2025 04:01:04 -0500 (EST) |
elpasync pushed a change to branch elpa/projectile.
from 74165f722d [Fix #1850] Ensure the presence of a project in
projectile-compilation-dir
new 09e8191683 feat: add support for swift projects
new 55894d2a00 Update Bloop project config (#1901)
new 6d55bd5820 Fix formatting
new 69af288a8b [Fix #1811] Revert a change to
`projectile-ignored-directories` that had converted them into regular
expressions
new 147162babd Drop support for Emacs 25
new 09fd852606 Convert directory names to regular expressions when
needed
new 7019a047c3 Fix a broken when-let*
new 72a0aa5201 [Docs] Remove support page
new a0b59af86e [Docs] Update a comparison entry
new 07fc5ebc48 Fix a couple of broken tests
new 4c025a4a64 Fix broken tests, take 2
Summary of changes:
.github/workflows/test.yml | 2 +-
CHANGELOG.md | 6 +
doc/modules/ROOT/nav.adoc | 1 -
doc/modules/ROOT/pages/installation.adoc | 2 +-
doc/modules/ROOT/pages/projectile_vs_project.adoc | 6 +-
doc/modules/ROOT/pages/projects.adoc | 10 +-
doc/modules/ROOT/pages/support.adoc | 37 -------
projectile.el | 127 ++++++++++++----------
test/projectile-test.el | 10 +-
9 files changed, 93 insertions(+), 108 deletions(-)
delete mode 100644 doc/modules/ROOT/pages/support.adoc
- [nongnu] elpa/projectile updated (74165f722d -> 4c025a4a64),
ELPA Syncer <=
- [nongnu] elpa/projectile 69af288a8b 04/11: [Fix #1811] Revert a change to `projectile-ignored-directories` that had converted them into regular expressions, ELPA Syncer, 2025/01/30
- [nongnu] elpa/projectile 07fc5ebc48 10/11: Fix a couple of broken tests, ELPA Syncer, 2025/01/30
- [nongnu] elpa/projectile 09e8191683 01/11: feat: add support for swift projects, ELPA Syncer, 2025/01/30
- [nongnu] elpa/projectile 55894d2a00 02/11: Update Bloop project config (#1901), ELPA Syncer, 2025/01/30
- [nongnu] elpa/projectile 6d55bd5820 03/11: Fix formatting, ELPA Syncer, 2025/01/30
- [nongnu] elpa/projectile 147162babd 05/11: Drop support for Emacs 25, ELPA Syncer, 2025/01/30
- [nongnu] elpa/projectile 7019a047c3 07/11: Fix a broken when-let*, ELPA Syncer, 2025/01/30
- [nongnu] elpa/projectile 72a0aa5201 08/11: [Docs] Remove support page, ELPA Syncer, 2025/01/30
- [nongnu] elpa/projectile a0b59af86e 09/11: [Docs] Update a comparison entry, ELPA Syncer, 2025/01/30
- [nongnu] elpa/projectile 4c025a4a64 11/11: Fix broken tests, take 2, ELPA Syncer, 2025/01/30