Merge pull request #4005 from jepler/update-ulab-1.7.0

ulab: update to 1.7.1
This commit is contained in:
Scott Shawcroft 2021-01-15 11:49:04 -08:00 committed by GitHub
commit 03e9415b86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

@ -1 +1 @@
Subproject commit d62d07ea0b9597535428ebe6012da6b0d6608bf9
Subproject commit 8b804f3bcd8c5a3ac1b3e09e0ff7faf8270751de

View File

@ -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 ""