[bug #66447] [troff] page break caused by .ne behaves differently from .bp

2024-12-02 Thread Dave
Update of bug #66447 (group groff): Item Group: Incorrect behaviour => Documentation ___ Follow-up Comment #10: Consensus in the email thread (which starts at http://lists.gnu.org/r/groff/2024-12/msg5.html) seems to b

[bug #66512] .sy is no longer working

2024-12-02 Thread Deri James
URL: Summary: .sy is no longer working Group: GNU roff Submitter: deri Submitted: Tue 03 Dec 2024 12:21:30 AM UTC Category: Core Severity: 4 - Important

[bug #66512] [troff] .sy is no longer working

2024-12-02 Thread G. Branden Robinson
Follow-up Comment #2, bug #66512 (group groff): *scowl* The test *does* work. $ ../src/roff/groff/tests/sy-request-works.sh checking that 'sy' request works hello [https://git.savannah.gnu.org/cgit/groff.git/tree/src/roff/groff/tests/sy-request-works.sh?id=99d76f5befb0d8d9276eba3483eea4ef2a2

[bug #66518] [libgroff] stop doing what gnulib can do for us

2024-12-02 Thread G. Branden Robinson
URL: Summary: [libgroff] stop doing what gnulib can do for us Group: GNU roff Submitter: gbranden Submitted: Tue 03 Dec 2024 06:22:24 AM UTC Category: Core Sev

[bug #66519] migrate diagnostic messages "unable to" -> "cannot"

2024-12-02 Thread G. Branden Robinson
URL: Summary: migrate diagnostic messages "unable to" -> "cannot" Group: GNU roff Submitter: gbranden Submitted: Tue 03 Dec 2024 06:33:25 AM UTC Category: General

[bug #66512] [troff] .sy is no longer working

2024-12-02 Thread G. Branden Robinson
Follow-up Comment #3, bug #66512 (group groff): The quoting style makes a big difference. $ printf ".sy ls\n" | ./build/test-groff -U grops::1: fatal error: the first command must be 'x T' $ printf '.sy ls | wc -l\n' | ./build/test-groff -Uz 84 ___

[bug #66504] [gropdf] build failure on Solaris 10

2024-12-02 Thread G. Branden Robinson
Update of bug #66504 (group groff): Depends on: => bugs #66512 ___ Reply to this item at: ___ Message sent via Sav

[bug #66512] [troff] .sy is no longer working

2024-12-02 Thread G. Branden Robinson
Update of bug #66512 (group groff): Status: Confirmed => In Progress ___ Follow-up Comment #5: It *was* a missing `tok.next()`. 231 other tests are passing. But you have to put it in the right set of brace

[bug #66512] [troff] .sy is no longer working

2024-12-02 Thread G. Branden Robinson
Follow-up Comment #7, bug #66512 (group groff): Since this isn't written down anywhere, I'll note it here. Most *roff requests take a fixed number of space-delimited arguments. (Plan 9 troff allows tabs to delimit them as well. No one else does.) Generally, the handler for a GNU troff request

[bug #66512] [troff] .sy is no longer working

2024-12-02 Thread G. Branden Robinson
Follow-up Comment #6, bug #66512 (group groff): `pipe_output()` (the back-end of the little-used `pi`) had the same problem. Fixing it too. ___ Reply to this item at: _

[bug #66504] [gropdf] build failure on Solaris 10

2024-12-02 Thread Deri James
Follow-up Comment #3, bug #66504 (group groff): bug #66512 discovered while testing new regexps (.PDFPIC uses the .sy test) so this now depends on that bug. ___ Reply to this item at:

[bug #66512] [troff] .sy is no longer working

2024-12-02 Thread G. Branden Robinson
Update of bug #66512 (group groff): Status: Need Info => Confirmed Assigned to:None => gbranden Summary: .sy is no longer working => [troff] .sy is no longer working

[bug #66512] [troff] .sy is no longer working

2024-12-02 Thread G. Branden Robinson
Follow-up Comment #4, bug #66512 (group groff): Okay, it's broken, but not completely. Output is not going to stderr but that doesn't look like it has anything to do with file descriptor management. As you noted, moving `tok.next()` is involved. $ printf '.sy test -r Valence5.jpg\n.tm systat=\

[bug #66512] [troff] .sy is no longer working

2024-12-02 Thread G. Branden Robinson
Update of bug #66512 (group groff): Status: In Progress => Fixed Open/Closed:Open => Closed Planned Release:None => 1.24.0 ___ Follow-up Comment #8:

[bug #66479] [PATCH] tests using wc(1) fail on macOS on HEAD (2562cf237)

2024-12-02 Thread G. Branden Robinson
Update of bug #66479 (group groff): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #9: commit 744b93212aa073bd06c037444b6fe612f2240837 Author: S