lunduniversity / introprog

Teaching material for "Introduction to Programming using Scala" at Lund University, LTH. http://cs.lth.se/pgk/
142 stars 176 forks source link

activateCanvas from builtins is not imported in kojo-lib shims #638

Closed bjornregnell closed 2 years ago

bjornregnell commented 2 years ago

add export builtins.* to the getting-started-files in compendium and in kojo-lib

bjornregnell commented 2 years ago

see also https://github.com/litan/kojo-lib/issues/8

bjornregnell commented 2 years ago

fixed in https://github.com/lunduniversity/introprog/commit/31d38817af2e670ec82e43255401cf858debeb72 now builtins is exported here (excluding ambiguous names): https://github.com/lunduniversity/introprog/blob/master/workspace/w01_kojo/kojo.scala