Skip to content

Commit b6a6fbd

Browse files
committed
revert change
1 parent 5176094 commit b6a6fbd

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

crates/quarto-yaml/claude-notes/implementation-plan.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
This crate implements `YamlWithSourceInfo`, a data structure that wraps `yaml-rust2::Yaml` with source location tracking. This uses the **owned data approach** as decided in the design discussion (see `/Users/cscheid/repos/github/cscheid/kyoto/claude-notes/session-logs/2025-10-13-yaml-lifetime-vs-owned-discussion.md`).
5+
This crate implements `YamlWithSourceInfo`, a data structure that wraps `yaml-rust2::Yaml` with source location tracking.
66

77
## Architecture Decision: Owned Data
88

@@ -159,9 +159,3 @@ impl MarkedEventReceiver for YamlBuilder {
159159
3. **Unified SourceInfo** - Replace with project-wide SourceInfo type
160160
4. **YAML tags** - Support for !expr and custom tags
161161
5. **Multi-document** - Support YAML streams
162-
163-
## References
164-
165-
- Design document: `/Users/cscheid/repos/github/cscheid/kyoto/claude-notes/yaml-with-source-info-design.md`
166-
- Session log: `/Users/cscheid/repos/github/cscheid/kyoto/claude-notes/session-logs/2025-10-13-yaml-lifetime-vs-owned-discussion.md`
167-
- rust-analyzer patterns: `/Users/cscheid/repos/github/cscheid/kyoto/claude-notes/rust-analyzer-owned-data-patterns.md`

0 commit comments

Comments
 (0)