ponylang / http_server

Pony library for building HTTP server applications.
https://ponylang.github.io/http_server/
BSD 2-Clause "Simplified" License
30 stars 8 forks source link

Update to deal with changes to reference capabilities subtyping rules #30

Closed ergl closed 3 years ago

ergl commented 3 years ago

This commit updates the library to work with Steed's model of subtyping, coming in the next Pony release.

This change is backwards compatible with ponyc 0.40.0

SeanTAllen commented 3 years ago

The PR title will appear in the CHANGELOG, can you update to be more "end user meaningful"?

ergl commented 3 years ago

Done