Skip to content

Fix parse error: multiline scalars with : or # in continuation lines#605

Merged
biojppm merged 3 commits into
masterfrom
fix/parser
May 21, 2026
Merged

Fix parse error: multiline scalars with : or # in continuation lines#605
biojppm merged 3 commits into
masterfrom
fix/parser

Conversation

@biojppm
Copy link
Copy Markdown
Owner

@biojppm biojppm commented May 20, 2026

No description provided.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.84%. Comparing base (ec353c0) to head (705d889).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #605      +/-   ##
==========================================
+ Coverage   98.83%   98.84%   +0.01%     
==========================================
  Files          43       43              
  Lines       13776    13789      +13     
==========================================
+ Hits        13615    13630      +15     
+ Misses        161      159       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@biojppm biojppm merged commit efb27ee into master May 21, 2026
288 checks passed
@biojppm biojppm deleted the fix/parser branch May 21, 2026 09:53
Hancock33 added a commit to Hancock33/batocera.piboy that referenced this pull request May 23, 2026
-----------------------------------------------------------------------------------
eden.mk 9b18d0b1113fb2b73acc539d2e4dfae85e511cd4 # Version: Commits on May 22, 2026
-----------------------------------------------------------------------------------
[tools]  refactor, use #!/bin/sh, update license files (#3998)

-----------------------------------------------------------------------------------
ymir.mk 9f3425a1cd8f70e731179b0ca3fca04b0489d28c # Version: Commits on May 22, 2026
-----------------------------------------------------------------------------------
chore(app): Removed graphics backend option as it served no purpose at this time

Ymir will rely on the default backend used by the SDL3 Renderer API, which should be compatible with most systems.

GPU rendering will include a rewrite of the app's graphics subsystem, moving away from SDL Renderer to our own implementation.,

-------------------------------------------------------
rapidyaml.mk v0.13.0 # Version: Commits on May 22, 2026
-------------------------------------------------------
- [PR#606](biojppm/rapidyaml#606): scalar style utilities now are specific to flow/block mode. This enables stable-style roundtrips of block-mode plain scalars with characters invalid in flow mode:

  ```yaml

  # these scalars were previously emitted as single-quoted style

  # because they were conservatively assumed to be in flow mode.

  - doe: a deer, a female deer

  - (10,11)

  - also scalars containing [] and {}

  ```

  - `scalar_style_choose()` was split into `scalar_style_choose_{flow,block}()`

  - `scalar_style_query_plain()` was split into `scalar_style_query_plain_{flow,block}()`

  - `NodeType::type_str(NodeType,flags)`: remove zero-termination, use common approach of returning required size

  - Add `NodeType::type_str_sub()`

- [PR#605](biojppm/rapidyaml#605): fix parse errors:

  - `:` and `#` on continuation lines of multiline plain scalars:

     ```yaml

     [plain

      :scalar] # leading colon belongs to the scalar

     ```

  - Tabs inside quoted scalars opening a map were mistook for indentation tabs:

    ```yaml

    foo:

      '\\ta': b

    ```

- [PR#604](biojppm/rapidyaml#604): add `string_view` and `span` to the `c4/yml/std/std.hpp` interop umbrella header.

- Fix [600](biojppm/rapidyaml#600): shared symbols not exported in clang on Windows ([PR#601](biojppm/rapidyaml#601)).

- Fix [256](biojppm/rapidyaml#256): installation directory on Linux 64bit ([PR#599](biojppm/rapidyaml#599)). See also original fix at [cmake#16](biojppm/cmake#16). Big thanks to @GabrielBarrantes and @musicinmybrain, not just for their fixes but also for all their downstream work!

- [PR#591](biojppm/rapidyaml#591): Add missing includes to avoid compilation warning. Thanks @GabrielBarrantes!

- Update c4core to [0.3.0](https://github.com/biojppm/c4core/releases/tag/v0.3.0).

### Thanks

 - @GabrielBarrantes

 - @musicinmybrain

,

-------------------------------------------------------------------------------------------------
libretro-geargrafx.mk 15e31680428046281b4457d126f503d8ab8e2f8f # Version: Commits on May 22, 2026
-------------------------------------------------------------------------------------------------
Fix scsi audio command completion. Fix #125,

-----------------------------------------------------------------------------------------------------
libretro-mame2003-plus.mk 45f7a7f89f60aa1da6e6a136bbc1d1adeea8af91 # Version: Commits on May 22, 2026
-----------------------------------------------------------------------------------------------------
Rom ignore (#2022)

* add rom ignore

* fix gng romloads,

----------------------------------------------------------------------------------------------
libretro-stella.mk 7cb8757b44e563e67cdd4a59be19aab7e2b139ee # Version: Commits on May 22, 2026
----------------------------------------------------------------------------------------------
Cleaned up EventMappingWidget, removing some FIXME's.,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant