Pu/matrixinput - #671
Conversation
|
This pull request introduces 1 alert when merging 027597f into b5b1717 - view on LGTM.com new alerts:
|
Codecov Report
@@ Coverage Diff @@
## develop #671 +/- ##
===========================================
- Coverage 92.85% 92.36% -0.49%
===========================================
Files 166 166
Lines 38912 39089 +177
Branches 5387 5349 -38
===========================================
- Hits 36131 36106 -25
- Misses 2745 2947 +202
Partials 36 36
|
| rowRet[i].push(...arr.data[i]) | ||
| } | ||
| } else { | ||
| return new CellError(ErrorType.REF, ErrorMessage.SizeMismatch) |
There was a problem hiding this comment.
I would say it's ErrorType.VALUE
|
This pull request introduces 1 alert when merging b0dc57f into b5b1717 - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging be763b4 into e77bca5 - view on LGTM.com new alerts:
|
| configCheckIfParametersNotInConflict( | ||
| {value: this.decimalSeparator, name: 'decimalSeparator'}, | ||
| {value: this.functionArgSeparator, name: 'functionArgSeparator'}, | ||
| {value: this.thousandSeparator, name: 'thousandSeparator'} | ||
| {value: this.thousandSeparator, name: 'thousandSeparator'}, | ||
| ) | ||
|
|
||
| configCheckIfParametersNotInConflict( | ||
| {value: this.matrixRowSeparator, name: 'matrixRowSeparator'}, | ||
| {value: this.matrixColumnSeparator, name: 'matrixColumnSeparator'}, | ||
| ) |
There was a problem hiding this comment.
Can't those parameters be in conflict together? ie. I set the functionArgSeparatorand matrixColumnSeparator both as ; ?
There was a problem hiding this comment.
parser will handle this
There was a problem hiding this comment.
as in: parser already handles well the conflict those have over ',' symbol
Co-authored-by: Wojciech Czerniak <wojciech.czerniak@gmail.com>
|
This pull request introduces 1 alert when merging 1f8e21f into 831104d - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging cec1c20 into 831104d - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging 03b3bfc into 00ccf16 - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging 1a5d0c8 into 9f96603 - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging 50b7aa2 into 6fa43f8 - view on LGTM.com new alerts:
|

Context
Adds parsing of arrays.
How has this been tested?
Types of changes
Related issue(s):
Checklist: