Commit 4294a47
committed
Bump dart_bridge to 1.3.1 across all platform plugins
Regenerated via `dart run serious_python:gen_version_tables` after the
python-build manifest at release 20260614 was updated to point at
libdart_bridge 1.3.1
(https://github.com/flet-dev/dart-bridge/releases/tag/v1.3.1).
1.3.1 fixes:
* `__android_log_write` is now resolved via explicit `-llog` linkage,
unblocking Android Python 3.12 (whose libpython doesn't transitively
pull in liblog like 3.13/3.14 do). Should unstick the previously
failing bridge_example test on the Android-Py3.12 CI matrix entry.
* `print(x)` no longer produces blank logcat / os_log entries after
every real line — pure-whitespace writes that come from CPython's
trailing-newline sub-call are now skipped on the native log
branches. Desktop passthrough is unchanged.
No code changes here; just the regenerated version tables.1 parent befc364 commit 4294a47
5 files changed
Lines changed: 5 additions & 5 deletions
File tree
- src
- serious_python_android/android
- serious_python_darwin/darwin
- serious_python_linux/linux
- serious_python_windows/windows
- serious_python/lib/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments