Skip to content

Commit ac09e26

Browse files
committed
Merge remote-tracking branch 'origin/6.0.x' into merge-6.0.x
There were conflicts in ports/nrf/common-hal/_bleio/Adapter.c and shared-bindings/_bleio/Adapter.c that I resolved by taking the "main" branch side. "BLE fixes" was applied via cherry pick to both branches, but "Round BLE timing values; fix timeout check" was applied only on the main, which git couldn't resolve on its own. There was a conflict in circuitpython.pot that I resolved by regenerating the file with `make translate`.
2 parents 90a6581 + aecb8a5 commit ac09e26

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

locale/circuitpython.pot

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2563,10 +2563,6 @@ msgstr ""
25632563
msgid "data must be of equal length"
25642564
msgstr ""
25652565

2566-
#: extmod/ulab/code/ndarray.c
2567-
msgid "data type not understood"
2568-
msgstr ""
2569-
25702566
#: py/parsenum.c
25712567
msgid "decimal numbers not supported"
25722568
msgstr ""
@@ -2885,7 +2881,7 @@ msgid "input and output shapes are not compatible"
28852881
msgstr ""
28862882

28872883
#: extmod/ulab/code/ulab_create.c
2888-
msgid "input argument must be an integer, a tuple, or a list"
2884+
msgid "input argument must be an integer or a 2-tuple"
28892885
msgstr ""
28902886

28912887
#: extmod/ulab/code/fft/fft.c
@@ -3128,10 +3124,6 @@ msgstr ""
31283124
msgid "maxiter should be > 0"
31293125
msgstr ""
31303126

3131-
#: extmod/ulab/code/numerical/numerical.c
3132-
msgid "median argument must be an ndarray"
3133-
msgstr ""
3134-
31353127
#: py/runtime.c
31363128
#, c-format
31373129
msgid "memory allocation failed, allocating %u bytes"
@@ -3365,6 +3357,10 @@ msgstr ""
33653357
msgid "operation is implemented for 1D Boolean arrays only"
33663358
msgstr ""
33673359

3360+
#: extmod/ulab/code/numerical/numerical.c
3361+
msgid "operation is not implemented for flattened array"
3362+
msgstr ""
3363+
33683364
#: extmod/ulab/code/numerical/numerical.c
33693365
msgid "operation is not implemented on ndarrays"
33703366
msgstr ""
@@ -3714,10 +3710,6 @@ msgstr ""
37143710
msgid "too many arguments provided with the given format"
37153711
msgstr ""
37163712

3717-
#: extmod/ulab/code/ulab_create.c
3718-
msgid "too many dimensions"
3719-
msgstr ""
3720-
37213713
#: extmod/ulab/code/ndarray.c
37223714
msgid "too many indices"
37233715
msgstr ""
@@ -3727,10 +3719,6 @@ msgstr ""
37273719
msgid "too many values to unpack (expected %d)"
37283720
msgstr ""
37293721

3730-
#: extmod/ulab/code/approx/approx.c
3731-
msgid "trapz is defined for 1D arrays"
3732-
msgstr ""
3733-
37343722
#: extmod/ulab/code/approx/approx.c
37353723
msgid "trapz is defined for 1D arrays of equal length"
37363724
msgstr ""
@@ -3739,6 +3727,10 @@ msgstr ""
37393727
msgid "trigger level must be 0 or 1"
37403728
msgstr ""
37413729

3730+
#: extmod/ulab/code/linalg/linalg.c
3731+
msgid "tuple index out of range"
3732+
msgstr ""
3733+
37423734
#: py/obj.c
37433735
msgid "tuple/list has wrong length"
37443736
msgstr ""

ports/unix/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,3 +318,5 @@ $(BUILD)/libaxtls.a: $(TOP)/lib/axtls/README | $(OBJ_DIRS)
318318
$(TOP)/lib/axtls/README:
319319
@echo "You cloned without --recursive, fetching submodules for you."
320320
(cd $(TOP); git submodule update --init --recursive)
321+
322+
$(BUILD)/supervisor/shared/translate.o: $(HEADER_BUILD)/qstrdefs.generated.h

0 commit comments

Comments
 (0)