chore(deps) bump penlight from 1.9.2 to 1.10.0 #7127
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
permute.iter
, renamed topermute.order_iter
(removal later)#360
permute.table
, renamed topermute.order_table
(removal later)#360
Date
module (removal later)#367
permute.list_iter
to iterate over different sets of values#360
permute.list_table
generate table with different sets of values#360
#366
utils.raise_deprecation
#361
utils.splitv
now takes same args assplit
#373
dir.rmtree
failed to remove symlinks to directories#365
pretty.write
could error out on failing metamethods (Lua 5.3+)#368
app.parse
now correctly parses values containing '=' or ':'#373
dir.makepath
failed to create top-level directories#372
array2d
module was updated, got additional tests and severaldocumentation updates
#377
aray2d
now accepts negative indicesarray2d.row
added to align withcolumn
array2d.map
array2d.flatten
now ensures to deliver a 'square' result ifnil
isencountered
array2d.transpose
addedarray2d.swap_rows
andarray2d.swap_cols
now return the arrayaray2d.range
correctly recognizesR
column in spreadsheet format, wasmistaken for
R1C1
format.aray2d.range
correctly recognizes 2 char column in spreadsheet formatarray2d.default_range
added (previously private)array2d.set
if used with a function now passesi,j
to the functionin line with the
new
implementation.array2d.iter
didn't properly iterate the indices#376
array2d.columns
now returns a second value; the column indexarray2d.rows
added to be in line withcolumns