Alberto Damo
Alberto Damo
I see, thanks for the suggestion. I will update the code based on the suggestion.
i remove the category check in the tree. I do this because i fixed the research in the /var/db/pkg to load in the tree only the CONTENTS file the package....
Also i notice that the libraries used in the file libq/hash.c are deprecated. In the function i added (hash_from_string) i used the same libraries for consitency, but i can change...
There was some bugs that i fixed. I did it only now because i had no data to test the qmerge. Now everything is fixed and working.
I resolve all the problem indicated above. with my last commit Tell me if there is any problem
I fix the old problem of navigating the filesystem to search the CONTENTS file. I also reduce the size of the file libq/cur_sys_pkc.c. Also fixed a little include bug in...
I fix all the bugs and problem, also restoring the old contents.c implementation. Everything now works as intended. cur_sys_pkg.c no longer manually search the file and for parsing uses the...
Hi, recently i looked at this bug. From what i understood from the code seems like dev/tty is not available as a prompt if stdin is piped since the process...
Thank you for the answer, i was already thinking on making a test for this situation. For this reason i'm looking on the test framework you are using. Also i...