Skip to content

Conversation

@dfellis
Copy link
Member

@dfellis dfellis commented May 25, 2025

I decided to put this PR up to at least have a record of what's blocked forward progress for now.

I haven't had much time lately to work on Alan. I realized a couple of months ago that the Tree{T} type doesn't work correctly because Alan doesn't have the ability to have references at all. Adding new Node{T}s values would copy the underlying Tree{T} instead of mutating it, which is more threadsafe, but (1) Alan doesn't have threads and (2) is not how people would expect this to work.

This PR has some work to add support for defining a shared value, but it still doesn't quite work right.

@dfellis dfellis self-assigned this May 25, 2025
@dfellis dfellis force-pushed the tree-prune-delete branch 3 times, most recently from 456867a to 22693a1 Compare July 29, 2025 20:13
@dfellis dfellis force-pushed the tree-prune-delete branch from 22693a1 to f953266 Compare August 16, 2025 21:25
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.

2 participants