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)
commit0edf2870e82bbf4a7d1f6d322936c58777ab44cf
tree27d615f3991c7f51a9570b7ca507370d8eb4976d
parentb2f6af21e208f31b2319f107c0c66f4580966787
parent09d8119c56a6d4f82cccd1f4ec1fef4534a7f2f6
Merge: core: move file related services from `String` to `Text`

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