On 24/08/07 08:58AM, Patrick Steinhardt wrote: > We're about to hide config functions that implicitly depend on > `the_repository` behind the `USE_THE_REPOSITORY_VARIABLE` macro. This > will uncover a bunch of dependents that transitively relied on the > global variable, but didn'd define the macro yet. s/didn'd/didn't/ > Adapt them such that we define the macro to prepare for this change. Once config functions that rely implicitly on `the_repository` are guarded by `USE_THE_REPOSITORY_VARIABLE`, the macro will be required to use them. Now that the dependency is exposed they must be marked accordingly. Makes sense to me.