Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

🌍 🇫🇷 Français (ce fichier) · 🇬🇧 [English](0069-consume-justdummies-from-its-own-repository.md)

**Statut :** Proposé
**Statut :** Accepté
**Proposé :** 2026-07-31
**Accepté :** 2026-07-31
**Décideurs :** Reefact
**Supersède :** [ADR-0011](0011-host-dummies-as-a-standalone-package.fr.md) (son volet colocation), ainsi que
le contournement d'embarquement accepté par [ADR-0026](0026-rebase-testing-arbitrary-values-on-dummies.fr.md)
Expand Down Expand Up @@ -87,7 +88,10 @@ bord.

Les ADR-0011, ADR-0026 et ADR-0061 ne sont **pas** supprimés, ni l'ADR-0006. Ils actent des décisions que ce
dépôt a réellement prises, et la forme actuelle de `FirstClassErrors.Testing` est illisible sans eux. Les
ADR-0011 et ADR-0022 existent aussi dans `Reefact/just-dummies`, car ils lient les deux produits.
ADR-0011 et ADR-0022 existent aussi dans `Reefact/just-dummies`, car ils lient les deux produits — ils y
portent les numéros [ADR-0003](https://github.com/Reefact/just-dummies/blob/main/doc/handwritten/for-maintainers/adr/0003-host-dummies-as-a-standalone-package.fr.md) et
[ADR-0007](https://github.com/Reefact/just-dummies/blob/main/doc/handwritten/for-maintainers/adr/0007-floor-the-library-on-net-framework-4-7-2.fr.md), ce dépôt-là ayant renuméroté sa base en
séquence contiguë après l'extraction.

`doc/handwritten/for-users/ArbitraryTestValues.{en,fr}.md` documente le package de test de ce dépôt et
mentionne JustDummies comme son moteur ; il reste, et gagne un lien vers le nouveau dépôt.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

🌍 🇬🇧 English (this file) · 🇫🇷 [Français](0069-consume-justdummies-from-its-own-repository.fr.md)

**Status:** Proposed
**Status:** Accepted
**Proposed:** 2026-07-31
**Accepted:** 2026-07-31
**Decision Makers:** Reefact
**Supersedes:** [ADR-0011](0011-host-dummies-as-a-standalone-package.md) (its colocation half), and the
embedding workaround accepted by [ADR-0026](0026-rebase-testing-arbitrary-values-on-dummies.md)
Expand Down Expand Up @@ -83,7 +84,10 @@ visible and reviewable. This is the point of the change, not a side effect.

ADR-0011, ADR-0026 and ADR-0061 are **not** deleted, and neither is ADR-0006. They record decisions this
repository genuinely made, and the reasoning behind `FirstClassErrors.Testing`'s current shape is unreadable
without them. ADR-0011 and ADR-0022 also exist in `Reefact/just-dummies`, because they bind both products.
without them. ADR-0011 and ADR-0022 also exist in `Reefact/just-dummies`, because they bind both products —
numbered [ADR-0003](https://github.com/Reefact/just-dummies/blob/main/doc/handwritten/for-maintainers/adr/0003-host-dummies-as-a-standalone-package.md) and
[ADR-0007](https://github.com/Reefact/just-dummies/blob/main/doc/handwritten/for-maintainers/adr/0007-floor-the-library-on-net-framework-4-7-2.md) there, since that repository renumbered its
base into a contiguous sequence after the extraction.

`doc/handwritten/for-users/ArbitraryTestValues.{en,fr}.md` documents this repository's testing package and
mentions JustDummies as its engine; it stays, and gains a link to the new repository.
Expand Down
4 changes: 2 additions & 2 deletions doc/handwritten/for-maintainers/adr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,5 +269,5 @@ Optional supporting material:
| [ADR-0065](0065-carry-a-declared-constraint-as-a-value-object.md) | Carry a declared constraint as a value object, not as its rendered text | Accepted |
| [ADR-0066](0066-declare-a-value-object-and-enforce-its-identity.md) | Declare a value object with an attribute, and enforce its identity by convention | Accepted |
| [ADR-0067](0067-treat-the-cli-s-exit-codes-as-a-closed-published-contract.md) | Treat the CLI's exit codes as a closed, published contract | Accepted |
| [ADR-0068](https://github.com/Reefact/just-dummies/blob/main/doc/handwritten/for-maintainers/adr/0068-extract-justdummies-into-its-own-repository.md) | Extract JustDummies into its own repository *(recorded in `Reefact/just-dummies`)* | Proposed |
| [ADR-0069](0069-consume-justdummies-from-its-own-repository.md) | Consume JustDummies from its own repository | Proposed |
| [ADR-0044](https://github.com/Reefact/just-dummies/blob/main/doc/handwritten/for-maintainers/adr/0044-extract-justdummies-into-its-own-repository.md) | Extract JustDummies into its own repository *(recorded in `Reefact/just-dummies`; it was ADR-0068 when this row was written, before that repository renumbered)* | Accepted |
| [ADR-0069](0069-consume-justdummies-from-its-own-repository.md) | Consume JustDummies from its own repository | Accepted |
Loading