diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2021-01-15 11:49:04 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-15 11:49:04 -0800 |
| commit | 03e9415b86085f52990126c16e82d8916a9d8862 (patch) | |
| tree | ce7246bff8a4cc576a6c744aae702aba9c7fd837 | |
| parent | c4f0325ff83239e3736859846912e0b5cc0c6392 (diff) | |
| parent | c843122d3dbc34212c64da40baddf1a7b59ac1e1 (diff) | |
Merge pull request #4005 from jepler/update-ulab-1.7.0
ulab: update to 1.7.1
| m--------- | extmod/ulab | 0 | ||||
| -rw-r--r-- | locale/circuitpython.pot | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/extmod/ulab b/extmod/ulab -Subproject d62d07ea0b9597535428ebe6012da6b0d6608bf +Subproject 8b804f3bcd8c5a3ac1b3e09e0ff7faf8270751d diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 82058a611..1c92d3765 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -2278,10 +2278,18 @@ msgstr "" msgid "branch not in range" msgstr "" +#: extmod/ulab/code/ulab_create.c +msgid "buffer is smaller than requested size" +msgstr "" + #: shared-bindings/audiocore/RawSample.c msgid "buffer must be a bytes-like object" msgstr "" +#: extmod/ulab/code/ulab_create.c +msgid "buffer size must be a multiple of element size" +msgstr "" + #: shared-module/struct/__init__.c msgid "buffer size must match format" msgstr "" @@ -3339,6 +3347,10 @@ msgstr "" msgid "offset must be >= 0" msgstr "" +#: extmod/ulab/code/ulab_create.c +msgid "offset must be non-negative and no greater than buffer length" +msgstr "" + #: py/objstr.c py/objstrunicode.c msgid "offset out of bounds" msgstr "" |
