On 26/11/16 16:35, Dusty Mabe wrote:
In my vagrant-sshfs rpm i call `gem spec` here [0]. In rawhide vs f25 I get differing outputs. Basically in rawhide I get a bunch of `.freeze` added to my strings like: s.authors = ["Dusty Mabe".freeze] See the full diff at [1]. This is causing pain for me because I actually patch the gemspec file. Was this a desired change?
I imagine it's an upstream change that has reached Fedora via an update to a new version of rubygems, so nothing to do with Fedora as such.
Calling freeze makes the string immutable, so it doesn't seem like an unreasonable change for upstream to have made.
Tom -- Tom Hughes (tom@xxxxxxxxxx) http://compton.nu/ _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx