[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] Move loaded_libs check into search_and_load_file
From: |
Ben Elliston |
Subject: |
Re: [PATCH 2/2] Move loaded_libs check into search_and_load_file |
Date: |
Fri, 8 Mar 2019 11:20:21 +1100 |
User-agent: |
Mutt/1.9.4 (2018-02-28) |
> The solution presented here has search_and_load_file take a callback
> function, this allows the "has this file been loaded already?" check
> to only be performed for the users that care, while also allowing
> the check to be deferred until we know exactly which file we are
> going to load. I also include a check specifically to spot the case
> where a tool init file is loaded as a library, and warn about it.
Any comments on this, Jacob?
Cheers,
Ben
signature.asc
Description: PGP signature
- Re: PATCH: add search path for tool init file (part of fix for Automake misintegration), Andrew Burgess, 2019/03/06
- Re: PATCH: add search path for tool init file (part of fix for Automake misintegration), Jacob Bachmeyer, 2019/03/06
- Re: PATCH: add search path for tool init file (part of fix for Automake, Andrew Burgess, 2019/03/07
- [PATCH 2/2] Move loaded_libs check into search_and_load_file, Andrew Burgess, 2019/03/07
- Re: [PATCH 2/2] Move loaded_libs check into search_and_load_file,
Ben Elliston <=
- Re: [PATCH 2/2] Move loaded_libs check into search_and_load_file, Jacob Bachmeyer, 2019/03/08
- Re: [PATCH 2/2] Move loaded_libs check into search_and_load_file, Ben Elliston, 2019/03/08
- [PATCH 1/2] Use 'file join' to concatenate directory and filename, Andrew Burgess, 2019/03/07
- Re: [PATCH 1/2] Use 'file join' to concatenate directory and filename, Ben Elliston, 2019/03/07
- Re: [PATCH 1/2] Use 'file join' to concatenate directory and filename, Jacob Bachmeyer, 2019/03/07