trill-lang / trill

A type safe, compiled language inspired by (and written in) Swift
MIT License
275 stars 15 forks source link

[stdlib] Changed methods in Mirror to computed properties #25

Closed harlanhaskins closed 7 years ago

harlanhaskins commented 7 years ago

Also fixes a bug when resolving a pointer to a function that uses a computed property.

harlanhaskins commented 7 years ago

Oops, forgot to make a separate commit for the print overloads. I'm excited to get rid of these once generics work.

harlanhaskins commented 7 years ago

Will do now.

harlanhaskins commented 7 years ago

Whoops, I failed one of the tests! 😃

segiddins commented 7 years ago

It's passing, :ship: