Page MenuHomeFreeBSD

ctags: Support writing to stdout instead of a file.
ClosedPublic

Authored by des on May 23 2023, 4:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 20, 12:17 AM
Unknown Object (File)
Wed, Sep 17, 8:21 AM
Unknown Object (File)
Wed, Sep 17, 5:14 AM
Unknown Object (File)
Tue, Sep 16, 3:14 AM
Unknown Object (File)
Mon, Sep 15, 9:21 AM
Unknown Object (File)
Sep 11 2025, 1:28 AM
Unknown Object (File)
Aug 22 2025, 10:15 AM
Unknown Object (File)
Aug 8 2025, 1:20 PM
Subscribers

Details

Summary
  • Understand "-" to mean stdout as per convention.
  • Check that the output is a regular file and ignore -u if not, otherwise we might try to rm /dev/stdout.
  • As a bonus, if -u was specified but the output file does not exist, proceed as if -u had not been specified instead of erroring out.

MFC after: 1 week
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable