Skip to content

Commit 29c3434

Browse files
committed
revert: back to v3.5.2 (v3.9.0)
Unfortunately, the many changes that the commit messages and UI did not expose to plain sight amounted to a major-version-worthy amount of changes. We ran into issues with repository configurations and, without sufficient documentation about the API and interface changes, the 3.8.x code is exceedingly difficult to maintain (@eatradish pointed to the `add/remove-{}` parameter abstraction) and therefore to issue bugfixes. I have personally communicated (with an apology) to @xtexChooser regarding this revert and am hoping to re-orient the 3.5.2 - 3.8.8 changes for our upcoming 4.0 release (with batches of feature work split into pull requests and have them undergo code and feature reviews). The version was bumped to v3.9.0 to workaround autopr, which would bump `app-devel/ciel` if we simply downgraded.
1 parent f1418e9 commit 29c3434

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+5296
-7373
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Rust
22

33
on: [push, pull_request]
44

@@ -16,3 +16,5 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- name: Build
1818
run: cargo build --verbose
19+
- name: Test
20+
run: cargo test

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
/TREE
88
/SRCS
99
/STATES
10-
/.cargo
1110

1211
.#*
1312
*.tar*

0 commit comments

Comments
 (0)