top | item 47022774 (no title) ongy | 14 days ago What issues do you see in git's data model to abandon it as wire format for syncing? discuss order hn newest conartist6|14 days ago I wouldn't say I want to abandon anything git is doing as much as evolve it. Objects need to be able to contain syntax tree nodes, and patches need to be able to target changes to particular locations in a syntax tree instead of just by line/col. ongy|14 days ago An AST is a tree as much as the directory structure currently encoded in git.It shouldn't be hard to build a bijective mapping between a file system and AST. load replies (1)
conartist6|14 days ago I wouldn't say I want to abandon anything git is doing as much as evolve it. Objects need to be able to contain syntax tree nodes, and patches need to be able to target changes to particular locations in a syntax tree instead of just by line/col. ongy|14 days ago An AST is a tree as much as the directory structure currently encoded in git.It shouldn't be hard to build a bijective mapping between a file system and AST. load replies (1)
ongy|14 days ago An AST is a tree as much as the directory structure currently encoded in git.It shouldn't be hard to build a bijective mapping between a file system and AST. load replies (1)
conartist6|14 days ago
ongy|14 days ago
It shouldn't be hard to build a bijective mapping between a file system and AST.