Skip to content

Conversation

tmurph
Copy link

@tmurph tmurph commented Sep 4, 2025

f2092cc refactored the source block caching mechanism, but the initialization logic creates a nested list like

((invalid nil \#<marker> \#<marker>))

when the rest of the function assumes a structure like

(invalid nil \#<marker> \#<marker>)

Fixing the initialization logic seems to allow the rest of the codebase to access and update the cache as desired.

Fixes #597.

f2092cc renamed these methods but missed their use in this test.
The extra `list` is inconsistent with the expected cache structure.  The
rest of this function assumes a single-depth list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Org interaction mode does not seem to work
1 participant