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)
Tue, Apr 9, 5:15 AM
Unknown Object (File)
Feb 18 2024, 8:29 AM
Unknown Object (File)
Dec 22 2023, 1:35 AM
Unknown Object (File)
Dec 20 2023, 6:55 AM
Unknown Object (File)
Dec 12 2023, 11:52 AM
Unknown Object (File)
Dec 2 2023, 4:56 PM
Unknown Object (File)
Dec 1 2023, 2:19 PM
Unknown Object (File)
Nov 26 2023, 2:02 AM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 51641
Build 48532: arc lint + arc unit