mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
Absent variable on left side of boolean OR (||) expression makes it absent (#1434)
* Absent-handling with short-circuiting operators `&&` and `||` * add a missing file * artifacts from make dev * type-errors * doc content * artifacts from make dev
This commit is contained in:
parent
3a3595e404
commit
bae1daf847
13 changed files with 268 additions and 72 deletions
|
|
@ -157,6 +157,7 @@ MILLER(1) MILLER(1)
|
|||
mlr help mlrrc
|
||||
mlr help output-colorization
|
||||
mlr help type-arithmetic-info
|
||||
mlr help type-arithmetic-info-extended
|
||||
Shorthands:
|
||||
mlr -g = mlr help flags
|
||||
mlr -l = mlr help list-verbs
|
||||
|
|
@ -3627,4 +3628,4 @@ MILLER(1) MILLER(1)
|
|||
|
||||
|
||||
|
||||
2023-11-12 MILLER(1)
|
||||
2023-12-02 MILLER(1)
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: mlr
|
||||
.\" Author: [see the "AUTHOR" section]
|
||||
.\" Generator: ./mkman.rb
|
||||
.\" Date: 2023-11-11
|
||||
.\" Date: 2023-12-02
|
||||
.\" Manual: \ \&
|
||||
.\" Source: \ \&
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "MILLER" "1" "2023-11-11" "\ \&" "\ \&"
|
||||
.TH "MILLER" "1" "2023-12-02" "\ \&" "\ \&"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Portability definitions
|
||||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
@ -192,6 +192,7 @@ Other:
|
|||
mlr help mlrrc
|
||||
mlr help output-colorization
|
||||
mlr help type-arithmetic-info
|
||||
mlr help type-arithmetic-info-extended
|
||||
Shorthands:
|
||||
mlr -g = mlr help flags
|
||||
mlr -l = mlr help list-verbs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue