Merge: core: move file related services from `String` to `Text`
authorJean Privat <jean@pryen.org>
Thu, 15 Jun 2017 19:43:31 +0000 (15:43 -0400)
committerJean Privat <jean@pryen.org>
Thu, 15 Jun 2017 19:43:31 +0000 (15:43 -0400)
Update services from `core::file` to accept any `Text` as receiver or argument. In order to avoid breaking any clients, the return type is left to `String`. However, to get better performances, future improvements could also change the return type to `Text`, and update all the clients.

Pull-Request: #2495


Trivial merge