Unix legend, who owes us nothing, keeps fixing foundational AWK code

'A Princeton professor, finding a little time for himself in the summer academic lull, emailed an old friend a couple months ago. Brian Kernighan said hello, asked how their US visit was going, and dropped off hundreds of lines of code that could add Unicode support for AWK, the text-parsing tool he helped create for Unix at Bell Labs in 1977. "I have tested this a fair amount but clearly more tests are needed," Kernighan wrote in the email, posted in late May as a kind of pseudo-commit on the onetrueawk repo by longtime maintainer Arnold Robbins. "Once I figure out how ... I will try to submit a pull request. I wish I understood git better, but in spite of your help, I still don't have a proper understanding, so this may take a while."' -- source: https://arstechnica.com/gadgets/2022/08/unix-legend-who-owes-us-nothing-keep... Cheers, Peter -- Peter Reutemann Dept. of Computer Science University of Waikato, NZ +64 (7) 858-5174 (office) +64 (7) 577-5304 (home office) https://www.cs.waikato.ac.nz/~fracpete/ http://www.data-mining.co.nz/

On Wed, 24 Aug 2022 14:20:37 +1200, Peter Reutemann quoted:
'[Brian Kernighan:] "Once I figure out how ... I will try to submit a pull request. I wish I understood git better, but in spite of your help, I still don't have a proper understanding, so this may take a while."'
I hope he’s not confusing Git with GitHub. ”Pull requests” are a GitHub thing. It is quite feasible to submit patches in the usual non-GitHub-specific, indeed, non-Git-specific, format. Though, oddly, GitHub will not let you upload files with names ending in “.patch”. But it will accept zip archives containing patch files. Or name them to something like “.patch.txt”.
participants (2)
-
Lawrence D'Oliveiro
-
Peter Reutemann