8000 Merge pull request #4005 from jepler/update-ulab-1.7.0 · kmatch98/circuitpython@03e9415 · GitHub
[go: up one dir, main page]

Skip to content

Commit 03e9415

Browse files
authored
Merge pull request adafruit#4005 from jepler/update-ulab-1.7.0
ulab: update to 1.7.1
2 parents c4f0325 + c843122 commit 03e9415

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

locale/circuitpython.pot

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2278,10 +2278,18 @@ msgstr ""
22782278
msgid "branch not in range"
22792279
msgstr ""
22802280

2281+
#: extmod/ulab/code/ulab_create.c
2282+
msgid "buffer is smaller than requested size"
2283+
msgstr ""
2284+
22812285
#: shared-bindings/audiocore/RawSample.c
22822286
msgid "buffer must be a bytes-like object"
22832287
msgstr ""
22842288

2289+
#: extmod/ulab/code/ulab_create.c
2290+
msgid "buffer size must be a multiple of element size"
2291+
msgstr ""
2292+
22852293
#: shared-module/struct/__init__.c
22862294
msgid "buffer size must match format"
22872295
msgstr ""
@@ -3339,6 +3347,10 @@ msgstr ""
33393347
msgid "offset must be >= 0"
33403348
msgstr ""
33413349

3350+
#: extmod/ulab/code/ulab_create.c
3351+
msgid "offset must be non-negative and no greater than buffer length"
3352+
msgstr ""
3353+
33423354
#: py/objstr.c py/objstrunicode.c
33433355
msgid "offset out of bounds"
33443356
msgstr ""

0 commit comments

Comments
 (0)
0