Comment by mike_hearn 4 hours ago I think MPS stores projects as serialized ASTs and can do VCS merging. 3 comments mike_hearn Reply gritzko 3 hours ago Great. But MPS is not a revision control system. mike_hearn 3 hours ago Ah I see. You mean they were trying to build a custom VCS that had special support for AST merging. MPS uses regular git with custom merge drivers to do AST-level merging instead of textual merging, but that's a bit different
gritzko 3 hours ago Great. But MPS is not a revision control system. mike_hearn 3 hours ago Ah I see. You mean they were trying to build a custom VCS that had special support for AST merging. MPS uses regular git with custom merge drivers to do AST-level merging instead of textual merging, but that's a bit different
mike_hearn 3 hours ago Ah I see. You mean they were trying to build a custom VCS that had special support for AST merging. MPS uses regular git with custom merge drivers to do AST-level merging instead of textual merging, but that's a bit different
Great. But MPS is not a revision control system.
Ah I see. You mean they were trying to build a custom VCS that had special support for AST merging. MPS uses regular git with custom merge drivers to do AST-level merging instead of textual merging, but that's a bit different