8000 Implement partial PEP-498 (f-string) support by klardotsh · Pull Request #2054 · adafruit/circuitpython · GitHub
[go: up one dir, main page]

Skip to content

Implement partial PEP-498 (f-string) support #2054

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frozen/circuitpython-stage
2 changes: 1 addition & 1 deletion lib/tinyusb
Submodule tinyusb updated 219 files
30 changes: 29 additions & 1 deletion locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-08 17:30-0500\n"
"POT-Creation-Date: 2019-09-26 16:51-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -1854,6 +1854,26 @@ msgstr "argumen keyword ekstra telah diberikan"
msgid "extra positional arguments given"
msgstr "argumen posisi ekstra telah diberikan"

#: py/parse.c
msgid "f-string expression part cannot include a '#'"
msgstr ""

#: py/parse.c
msgid "f-string expression part cannot include a backslash"
msgstr ""

#: py/parse.c
msgid "f-string: empty expression not allowed"
msgstr ""

#: py/parse.c
msgid "f-string: expecting '}'"
msgstr ""

#: py/parse.c
msgid "f-string: single '}' is not allowed"
msgstr ""

#: shared-bindings/audiocore/WaveFile.c
#: shared-bindings/displayio/OnDiskBitmap.c
msgid "file must be a file opened in byte mode"
Expand Down Expand Up @@ -2102,6 +2122,10 @@ msgstr ""
msgid "long int not supported in this build"
msgstr ""

#: py/parse.c
msgid "malformed f-string"
msgstr ""

#: shared-bindings/_stage/Layer.c
msgid "map buffer too small"
msgstr ""
Expand Down Expand Up @@ -2390,6 +2414,10 @@ msgstr ""
msgid "queue overflow"
msgstr "antrian meluap (overflow)"

#: py/parse.c
msgid "raw f-strings are not implemented"
msgstr ""

#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "rawbuf is not the same size as buf"
msgstr ""
Expand Down
30 changes: 29 additions & 1 deletion locale/circuitpython.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-08 17:30-0500\n"
"POT-Creation-Date: 2019-09-26 16:51-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -1820,6 +1820,26 @@ msgstr ""
msgid "extra positional arguments given"
msgstr ""

#: py/parse.c
msgid "f-string expression part cannot include a '#'"
msgstr ""

#: py/parse.c
msgid "f-string expression part cannot include a backslash"
msgstr ""

#: py/parse.c
msgid "f-string: empty expression not allowed"
msgstr ""

#: py/parse.c
msgid "f-string: expecting '}'"
msgstr ""

#: py/parse.c
msgid "f-string: single '}' is not allowed"
msgstr ""

#: shared-bindings/audiocore/WaveFile.c
#: shared-bindings/displayio/OnDiskBitmap.c
msgid "file must be a file opened in byte mode"
Expand Down Expand Up @@ -2068,6 +2088,10 @@ msgstr ""
msgid "long int not supported in this build"
msgstr ""

#: py/parse.c
msgid "malformed f-string"
msgstr ""

#: shared-bindings/_stage/Layer.c
msgid "map buffer too small"
msgstr ""
Expand Down Expand Up @@ -2354,6 +2378,10 @@ msgstr ""
msgid "queue overflow"
msgstr ""

#: py/parse.c
msgid "raw f-strings are not implemented"
msgstr ""

#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "rawbuf is not the same size as buf"
msgstr ""
Expand Down
30 changes: 29 additions & 1 deletion locale/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-08 17:30-0500\n"
"POT-Creation-Date: 2019-09-26 16:51-0700\n"
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
"Last-Translator: Pascal Deneaux\n"
"Language-Team: Sebastian Plamauer, Pascal Deneaux\n"
Expand Down Expand Up @@ -1860,6 +1860,26 @@ msgstr "Es wurden zusätzliche Keyword-Argumente angegeben"
msgid "extra positional arguments given"
msgstr "Es wurden zusätzliche Argumente ohne Keyword angegeben"

#: py/parse.c
msgid "f-string expression part cannot include a '#'"
msgstr ""

#: py/parse.c
msgid "f-string expression part cannot include a backslash"
msgstr ""

#: py/parse.c
msgid "f-string: empty expression not allowed"
msgstr ""

#: py/parse.c
msgid "f-string: expecting '}'"
msgstr ""

#: py/parse.c
msgid "f-string: single '}' is not allowed"
msgstr ""

#: shared-bindings/audiocore/WaveFile.c
#: shared-bindings/displayio/OnDiskBitmap.c
msgid "file must be a file opened in byte mode"
Expand Down Expand Up @@ -2115,6 +2135,10 @@ msgstr ""
msgid "long int not supported in this build"
msgstr "long int wird in diesem Build nicht unterstützt"

#: py/parse.c
msgid "malformed f-string"
msgstr ""

#: shared-bindings/_stage/Layer.c
msgid "map buffer too small"
msgstr "map buffer zu klein"
Expand Down Expand Up @@ -2403,6 +2427,10 @@ msgstr ""
msgid "queue overflow"
msgstr "Warteschlangenüberlauf"

#: py/parse.c
msgid "raw f-strings are not implemented"
msgstr ""

#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "rawbuf is not the same size as buf"
msgstr "rawbuf hat nicht die gleiche Größe wie buf"
Expand Down
30 changes: 29 additions & 1 deletion locale/en_US.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-08 17:30-0500\n"
"POT-Creation-Date: 2019-09-26 16:51-0700\n"
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down Expand Up @@ -1820,6 +1820,26 @@ msgstr ""
msgid "extra positional arguments given"
msgstr ""

#: py/parse.c
msgid "f-string expression part cannot include a '#'"
msgstr ""

#: py/parse.c
msgid "f-string expression part cannot include a backslash"
msgstr ""

#: py/parse.c
msgid "f-string: empty expression not allowed"
msgstr ""

#: py/parse.c
msgid "f-string: expecting '}'"
msgstr ""

#: py/parse.c
msgid "f-string: single '}' is not allowed"
msgstr ""

#: shared-bindings/audiocore/WaveFile.c
#: shared-bindings/displayio/OnDiskBitmap.c
msgid "file must be a file opened in byte mode"
Expand Down Expand Up @@ -2068,6 +2088,10 @@ msgstr ""
msgid "long int not supported in this build"
msgstr ""

#: py/parse.c
msgid "malformed f-string"
msgstr ""

#: shared-bindings/_stage/Layer.c
msgid "map buffer too small"
msgstr ""
Expand Down Expand Up @@ -2354,6 +2378,10 @@ msgstr ""
msgid "queue overflow"
msgstr ""

#: py/parse.c
msgid "raw f-strings are not implemented"
msgstr ""

#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "rawbuf is not the same size as buf"
msgstr ""
Expand Down
30 changes: 29 additions & 1 deletion locale/en_x_pirate.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-08 17:30-0500\n"
"POT-Creation-Date: 2019-09-26 16:51-0700\n"
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
"Last-Translator: \n"
"Language-Team: @sommersoft, @MrCertainly\n"
Expand Down Expand Up @@ -1824,6 +1824,26 @@ msgstr ""
msgid "extra positional arguments given"
msgstr ""

#: py/parse.c
msgid "f-string expression part cannot include a '#'"
msgstr ""

#: py/parse.c
msgid "f-string expression part cannot include a backslash"
msgstr ""

#: py/parse.c
msgid "f-string: empty expression not allowed"
msgstr ""

#: py/parse.c
msgid "f-string: expecting '}'"
msgstr ""

#: py/parse.c
msgid "f-string: single '}' is not allowed"
msgstr ""

#: shared-bindings/audiocore/WaveFile.c
#: shared-bindings/displayio/OnDiskBitmap.c
msgid "file must be a file opened in byte mode"
Expand Down Expand Up @@ -2072,6 +2092,10 @@ msgstr ""
msgid "long int not supported in this build"
msgstr ""

#: py/parse.c
msgid "malformed f-string"
msgstr ""

#: shared-bindings/_stage/Layer.c
msgid "map buffer too small"
msgstr ""
Expand Down Expand Up @@ -2358,6 +2382,10 @@ msgstr ""
msgid "queue overflow"
msgstr ""

#: py/parse.c
msgid "raw f-strings are not implemented"
msgstr ""

#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "rawbuf is not the same size as buf"
msgstr ""
Expand Down
30 changes: 29 additions & 1 deletion locale/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-09-08 17:30-0500\n"
"POT-Creation-Date: 2019-09-26 16:51-0700\n"
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down Expand Up @@ -1874,6 +1874,26 @@ msgstr "argumento(s) por palabra clave adicionales fueron dados"
msgid "extra positional arguments given"
msgstr "argumento posicional adicional dado"

#: py/parse.c
msgid "f-string expression part cannot include a '#'"
msgstr ""

#: py/parse.c
msgid "f-string expression part cannot include a backslash"
msgstr ""

#: py/parse.c
msgid "f-string: empty expression not allowed"
msgstr ""

#: py/parse.c
msgid "f-string: expecting '}'"
msgstr ""

#: py/parse.c
msgid "f-string: single '}' is not allowed"
msgstr ""

#: shared-bindings/audiocore/WaveFile.c
#: shared-bindings/displayio/OnDiskBitmap.c
msgid "file must be a file opened in byte mode"
Expand Down Expand Up @@ -2125,6 +2145,10 @@ msgstr "variable local referenciada antes de la asignación"
msgid "long int not supported in this build"
msgstr "long int no soportado en esta compilación"

#: py/parse.c
msgid "malformed f-string"
msgstr ""

#: shared-bindings/_stage/Layer.c
msgid "map buffer too small"
msgstr "map buffer muy pequeño"
Expand Down Expand Up @@ -2415,6 +2439,10 @@ msgstr "pow() con 3 argumentos requiere enteros"
msgid "queue overflow"
msgstr "desbordamiento de cola(queue)"

#: py/parse.c
msgid "raw f-strings are not implemented"
msgstr ""

#: shared-bindings/_pixelbuf/PixelBuf.c
msgid "rawbuf is not the same size as buf"
msgstr "rawbuf no es el mismo tamaño que buf"
Expand Down
Loading
0