Re: [PATCH v2 0/3] More ls improvements

2024-11-12 Thread Daniel Kiper
On Fri, Nov 08, 2024 at 01:20:25PM -0600, Glenn Washburn wrote: > Ping. Wondering if this is still in the queue to be looked at. Yes, it is. Sadly we have to finish other reviews first. Sorry for delay... Daniel ___ Grub-devel mailing list Grub-devel@g

Re: [PATCH v2 0/3] More ls improvements

2024-11-08 Thread Glenn Washburn
Ping. Wondering if this is still in the queue to be looked at. Glenn On Sat, 8 Jun 2024 16:58:30 -0500 Glenn Washburn wrote: > Currently when given a path to a file, ls will open the file to determine > if its is valid and then run the appropriate print function, in contrast to > directory arg

[PATCH v2 0/3] More ls improvements

2024-06-08 Thread Glenn Washburn
Currently when given a path to a file, ls will open the file to determine if its is valid and then run the appropriate print function, in contrast to directory arguments that use the directory iterator and callback on each file. One issue with this is that opening a file does not allow access to it