Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
doc: move decisions to 6_implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebach committed Jun 2, 2023
1 parent b7e7377 commit 58387fd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/decisions/4_decided/private_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ All other headers are anybody's guess.
- Also allow other libraries (e.g. a new `libelektra-operations`) to access non-public API.
Such libraries need to have a good reason (e.g. performance, impossible otherwise, etc.) why they access non-public API and they need to be kept up-to-date.
If a library cannot provide a stable API on top of the unstable non-public API, it clearly needs to state which APIs are not stable.
- Put struct definitions of Key/KeySet in a separate header file, which gets included by parts that need it (see also [Header File Structure](../5_partially_implemented/header_file_structure.md)).
- Put struct definitions of Key/KeySet in a separate header file, which gets included by parts that need it (see also [Header File Structure](../6_implemented/header_file_structure.md)).

## Rationale

Expand All @@ -48,6 +48,6 @@ All other headers are anybody's guess.

## Related Decisions

- [Header File Structure](../5_partially_implemented/header_file_structure.md)
- [Header File Structure](../6_implemented/header_file_structure.md)

## Notes
5 changes: 4 additions & 1 deletion doc/news/_preparation_next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ This section keeps you up-to-date with the multi-language support provided by El
- <<TODO>>
- <<TODO>>
- <<TODO>>
- Added `scripts/dev/check-includes.sh` which checks our [new rules](/doc/decisions/5_partially_implemented/header_include.md) for `#include`s _(@kodebach)_
- Added `scripts/dev/check-includes.sh` which checks our [new rules](/doc/decisions/6_implemented/header_include.md) for `#include`s _(@kodebach)_
- <<TODO>>
- <<TODO>>
- <<TODO>>
Expand Down Expand Up @@ -291,10 +291,13 @@ This section keeps you up-to-date with the multi-language support provided by El
- Started implementing the decisions [Header File Structure](/doc/decisions/5_partially_implemented/header_file_structure.md), [Including Headers](/doc/decisions/5_partially_implemented/header_include.md), [Library Directory Structure](/doc/decisions/5_partially_implemented/library_directory_structure.md) and [Library Split](/doc/decisions/5_partially_implemented/library_split.md). _(@kodebach)_
- <<TODO>>
- Continued implementing the decisions [Header File Structure](/doc/decisions/5_partially_implemented/header_file_structure.md), [Including Headers](/doc/decisions/5_partially_implemented/header_include.md), [Library Directory Structure](/doc/decisions/5_partially_implemented/library_directory_structure.md) and [Library Split](/doc/decisions/5_partially_implemented/library_split.md). _(@kodebach)_
- Started implementing the decisions [Header File Structure](/doc/decisions/6_implemented/header_file_structure.md), [Including Headers](/doc/decisions/6_implemented/header_include.md), [Library Directory Structure](/doc/decisions/6_implemented/library_directory_structure.md) and [Library Split](/doc/decisions/6_implemented/library_split.md). _(@kodebach)_
- <<TODO>>
- <<TODO>>
- <<TODO>>
- <<TODO>>
- Finished implementing the decisions [Header File Structure](/doc/decisions/6_implemented/header_file_structure.md), [Including Headers](/doc/decisions/6_implemented/header_include.md), [Library Directory Structure](/doc/decisions/6_implemented/library_directory_structure.md) and [Library Split](/doc/decisions/6_implemented/library_split.md). _(@kodebach)_
- <<TODO>>
- <<TODO>>
- <<TODO>>
- <<TODO>>
Expand Down

0 comments on commit 58387fd

Please sign in to comment.