| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Fix submitted for upstream in micropython/micropython#12123 but until merged we need to use our fork
|
Code size report: bare-arm: +0 +0.000%
minimal x86: +0 +0.000%
unix x64: +0 +0.000% standard
stm32: +0 +0.000% PYBV10
mimxrt: +0 +0.000% TEENSY40
|
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #12123 +/- ##
==========================================
- Coverage 98.38% 98.38% -0.01%
==========================================
Files 158 157 -1
Lines 20919 20703 -216
==========================================
- Hits 20582 20368 -214
+ Misses 337 335 -2 |
Sorry, something went wrong.
|
Checks failing on code coverage, because 1 line is added, but no tests added. |
Sorry, something went wrong.
Sections sometimes named .rodata.str1.1 etc, instead of just .rodata. Avoid crashing in that case. Instead treat it like any other RO section. Fix thanks to @phlash. Fixes issue micropython#8783. Signed-off-by: Jon Nordby <jononor@gmail.com>
|
Thanks for the contribution, this looks good. I made a small code-style change to pass multiple strings to startswith(). |
Sorry, something went wrong.
|
Hi @dpgeorge - thank you for the review and merge! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Sometimes the sections are named .rodata.str1.1 etc, instead of just .rodata. Fix thanks to @phlash in #8783