Commit d02cf564a012ea8f6d4d4fd70a3102b94058f759

Patrick Steinhardt 2017-05-23T12:56:41

repository: constify several repo parameters for getters Several functions to retrieve variables from a repository only return immutable values, which allows us to actually constify the passed-in repository parameter. Do so to help a later patch, which will only have access to a constant repository.