miller 6.12.0

This commit is contained in:
John Kerl 2024-03-16 17:19:05 -04:00
parent 83c44e6d74
commit a0bead4093
8 changed files with 9 additions and 16 deletions

View file

@ -109,8 +109,6 @@ However, in Miller 6 it has optional use for map traversal. Example:
<pre class="pre-non-highlight-in-pair">
bar.baz
bar.baz
[
]
</pre>
This also works on the left-hand sides of assignment statements:
@ -157,8 +155,6 @@ A few caveats:
</pre>
<pre class="pre-non-highlight-in-pair">
6989
[
]
</pre>
* However (awkwardly), if you want to use `.` for map-traversal as well as string-concatenation in the same statement, you'll need to insert parentheses, as the default associativity is left-to-right:
@ -170,8 +166,6 @@ A few caveats:
</pre>
<pre class="pre-non-highlight-in-pair">
(error)
[
]
</pre>
<pre class="pre-highlight-in-pair">
@ -181,6 +175,4 @@ A few caveats:
</pre>
<pre class="pre-non-highlight-in-pair">
GET -- api/check
[
]
</pre>