leanprover / leanprover.github.io

www
https://lean-lang.org/
15 stars 24 forks source link

Replacement of symbols not working in tutorial #48

Closed william-r-s closed 8 years ago

william-r-s commented 8 years ago

Tutorial claims that you can type \to or \nat and have them replaced by the appropriate symbol, but this functionality doesn't seem to be working (in Chrome on ubuntu)

william-r-s commented 8 years ago

Seem to get "Uncaught ReferenceError: corrections is not defined" in developer console in js/main_live.js at 193

soonhokong commented 8 years ago

@wrsaunde, thanks for the report. I'll check things up.

soonhokong commented 8 years ago

Fixed.

It was a side-effect of the latest build failure in leanprover/tutorial repo: https://travis-ci.org/leanprover/tutorial/builds/119869686

There was a test failure and js/completion.js file was not generated correctly as a consequence. I fixed the problem manually for now. I'll update the tutorial soon.