unisonweb / unison

A friendly programming language from the future

Home Page:https://unison-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

client-side fast-forward check — maybe @ChrisPenner & @aryairani

aryairani opened this issue · comments

a) Just do before check on client, then still construct the history path
b) Just do before check on server, no need for client to construct the history path — concern is maybe too much work for server, but we could use a more comprehensive plan for dealing with buggy clients than focusing on this one case.