Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Every other sync #151

Open
galenwp opened this issue Aug 7, 2014 · 0 comments
Open

Every other sync #151

galenwp opened this issue Aug 7, 2014 · 0 comments

Comments

@galenwp
Copy link
Contributor

galenwp commented Aug 7, 2014

It seems to me (and apparently others) that syncs only actually occur every other update. I don't think this happens immediately upon starting a pier, but after a few revs it's quite reliable. I can reproduce it with my node script that trivially pastes a file in to the pier repeatedly.

Basically, if you have a syntax error in your code it gets reported every other rev. The code for reproducing it with a script can be found in tlon/utils/copy. Common behavior is below.

ergo ~zod main 47
: /~zod/main/48/app/twit/core/hook
ergo ~zod main 48
: /~zod/main/49/app/twit/core/hook
! syntax error: 51 33
! ford: fade /~zod/main/~2014.8.7..04.03.54..12d0/app/twit/core
! ford: boil %core /~zod/main/~2014.8.7..04.03.54..12d0/app/twit /
! made
ergo ~zod main 49
: /~zod/main/50/app/twit/main/js
ergo ~zod main 50
: /~zod/main/51/app/twit/main/js
! syntax error: 51 33
! ford: fade /~zod/main/~2014.8.7..04.05.34..3ade/app/twit/core
! ford: boil %core /~zod/main/~2014.8.7..04.05.34..3ade/app/twit /
! made
ergo ~zod main 51
: /~zod/main/52/app/twit/main/js
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

No branches or pull requests

1 participant