samueleaton / sentry

Build/Runs your crystal application, watches files, and rebuilds/restarts app on file changes
MIT License
283 stars 27 forks source link

Remove YAML.mapping in favor of YAML::Serializable #55

Closed watzon closed 4 years ago

watzon commented 4 years ago

This is necessary for the transition to Crystal 0.35.0 as YAML.mapping has been removed. YAML::Serializable has a nicer interface anyway.

Edit: Process#kill was also deprecated, fixed that as well

Blacksmoke16 commented 4 years ago

@samueleaton Bump

samueleaton commented 4 years ago

sorry! i get too much noise from github and don't see the important stuff. I'm updating a service I run to the latest crystal version now so I'll implement this very soon