orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
40 stars 3 forks source link

GoogleCalendar site and Music Calendar demo broken #198

Open jthywiss opened 7 years ago

jthywiss commented 7 years ago

The GoogleCalendar site and the Music Calendar demo no longer work. They rely on obsolete/terminated Google APIs.

They need to be reimplemented with supported Google APIs.

arthurp commented 7 years ago

The current status makes the failure a runtime failure. I think we should replace the changes in a040f4da7ecd310868753c8846520625c0b41d6f with removal of the sites from the includes to make compilation fail. Earlier failure is better in cases like this.