yamt commented on PR #15579:
URL: https://github.com/apache/nuttx/pull/15579#issuecomment-2601410401

   > > > Does your solution share one errno.csv for all OS or have the seperate 
errno.csv for each OS? The complex of include/errno.csv and include/errno.h is 
almost same, so whether we can share the same errno.csv is a key point.
   > > 
   > > 
   > > errno.csv only defines things for nuttx.
   > 
   > So, why do we introduce errno.csv? It's more simple to modify errno.h 
directly to add/remove/change errno.
   
   because, as explained in the commit message,  i want to generate more than 
errno.h (and automatically keep them consistent)
   
   > > i have no plan to have csv files for other OSes. (linux, macos, etc) 
just because i don't see any needs for my purposes.
   > 
   > Sorry, I still can't understand how csv could help to fix hostfs issue. 
With the current patchset, I don't see any benefit to generate errno.h from 
mkerrno.py and errno.csv.
   
   there is no benefit from this PR alone because it only generates errno.h at 
this point.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to