Update projection.rs to import from eventcore-types directly #268
Labels
No labels
adr
automated
bug
chore
dependencies
documentation
enhancement
epic
github-actions
P1-high
P2-medium
P3-low
release
research
rust
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/eventcore#268
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
Update
eventcore/src/projection.rsto import types fromeventcore_typesdirectly instead of fromcrate::.Parent Issue
Background
When we minimize the exports from
lib.rs, theprojection.rsmodule will break because it imports types viause crate::{...}. These need to be changed to import fromeventcore_typesdirectly.Changes Required
Change:
To:
Acceptance Criteria
projection.rsimports all needed types fromeventcore_typescrate::for types that should be internalcargo checkpassesClosing: Parent issue closed