You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bear: failed with: Events db open failed (file /dev/stdout.events.json): Permission denied
To Reproduce
$ bear --append --output /dev/stdout -- echo
bear: failed with: Events db open failed (file /dev/stdout.events.json): Permission denied
Expected behavior
I would expect setting the output to /dev/stdout would cause bear to write the compilation database to its standard output. Running the command above should print out an empty database ([]).
Environment:
OS name: Linux
OS version: NixOS (rolling, kernel is Linux 6.3.0)
OS architecture: x86_64
Bear version: 3.1.2
Bear install method: Installed from nixpkgs using nix-shell
The text was updated successfully, but these errors were encountered:
Describe the bug
Passing
/dev/stdout
to--output
gives the error:To Reproduce
Expected behavior
I would expect setting the output to /dev/stdout would cause bear to write the compilation database to its standard output. Running the command above should print out an empty database (
[]
).Environment:
The text was updated successfully, but these errors were encountered: