Fix ARCHITECTURE.md Event trait definition #300
Labels
No labels
adr
automated
bug
chore
dependencies
documentation
enhancement
epic
github-actions
P1-high
P2-medium
P3-low
release
research
rust
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jwilger/eventcore#300
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The Event trait definition in
docs/ARCHITECTURE.md(around line 296) is incomplete. It is missing theevent_type_name()andall_type_names()methods. TheSerialize + DeserializeOwnedbounds are mentioned but the methods are not shown.Update the trait definition in the architecture doc to match the actual trait definition in the codebase.
The standalone
docs/ARCHITECTURE.mdfile was removed — it no longer existed at the time this issue was filed. Architecture documentation now lives atdocs/manual/01-introduction/04-architecture.md, which has been updated with the correct Event trait definition as part of the documentation overhaul on branchdocs/documentation-overhaul.