sqitchers / homebrew-sqitch

Homebrew Formulas for Sqitch
22 stars 10 forks source link

`Utils::load` has been depreciated in favor of `JSON::parse` #31

Closed TheJefe closed 7 years ago

TheJefe commented 7 years ago

fixes https://github.com/theory/homebrew-sqitch/issues/30

When it was attempted to remove the deprecation warning, it changed Utils::JSON.load to Utils::JSON.parse, but the warning message was

Warning: Calling Utils::JSON.load is deprecated!
Use JSON.parse instead.

So it should have been changed to JSON.parse

theory commented 7 years ago

Thank you, @TheJefe!

andreabedini commented 7 years ago

ouch, sorry all! @theory @TheJefe