TuringLang / docs

Documentation and tutorials for the Turing language
https://turinglang.org/docs/
MIT License
231 stars 99 forks source link

Reenable CompatHelper for selected tutorials #297

Closed devmotion closed 2 years ago

devmotion commented 2 years ago

This PR updates some additional tutorials to Turing 0.21 and reenables CompatHelper for all tutorials with the most recent Turing version.

Once all tutorials are updated, it would be safe (ie. without CompatHelper spamming the repo) to enable CompatHelper for all tutorials with a Project.toml file. I already included the code for it.

devmotion commented 2 years ago

The error messages are the same as in https://github.com/TuringLang/TuringTutorials/pull/296#issuecomment-1109992876 it seems. They should be fixed first since currently most tutorials are not run.