Alejandro Colomar
Alejandro Colomar
On Thu, Apr 25, 2024 at 06:18:47AM -0700, Andrew Clayton wrote: > Perhaps rather than simply 'Rename function' you could specify the function name, i.e > > ``` > fs:...
On Thu, Apr 25, 2024 at 06:49:43AM -0700, Andrew Clayton wrote: > @ac000 commented on this pull request. > > ``` > fs: Use branchless code > ``` > >...
On Thu, Apr 25, 2024 at 07:04:02AM -0700, Andrew Clayton wrote: > @ac000 commented on this pull request. > > > > > - char *start, *end, *dst; > -...
On Thu, Apr 25, 2024 at 07:06:58AM -0700, Andrew Clayton wrote: > @ac000 commented on this pull request. > > Perhaps the subject > > ``` > fs: Use a...
> The prefixes are just supposed to be general topics/area's of the code, so I wouldn't put a function name in there... Ok. This time I've used 2 prefixes (I...
v2f changes: - re-format subject lines regarding function names ``` $ git range-diff master gh/fs fs 1: f497b51f = 1: f497b51f fs: Rename nxt_fs_mkdir_parent() => nxt_fs_mkdir_dirname() 2: 44e2b3b8 = 2:...
Bogus ruby 3.2 test
> The prefixes are just supposed to be general topics/area's of the code, so I wouldn't put a function name in there... Ideally, directories and file names and function names...
> ``` > fs: Accept path names of length 1 in nxt_fs_mkdir_p() > > That is, accept "/", or relative path names of a single byte. > > Fixes: 57fc9201c...
> ``` > fs: Make the full directory path for the pid file and the control socket > > Build systems should not attempt to create $runstatedir (or anything >...