ponylang / pony-stable

:horse: A simple dependency manager for the Pony language.
BSD 2-Clause "Simplified" License
134 stars 18 forks source link

Remove case functions. #53

Closed chalcolith closed 6 years ago

chalcolith commented 6 years ago

The Pony compiler has recently had case function support removed (https://github.com/ponylang/ponyc/commit/9f5298577f812dcf429323fec39c03c9b2ba5c69). This change changes case functions in main.pony to use different names to keep pony-stable building with the latest compiler.