~pcsx2-team/pcsx2-github-mirror/+git/rapidyaml:fixerrors

Last commit made on 2022-04-12
Get this branch:
git clone -b fixerrors https://git.launchpad.net/~pcsx2-team/pcsx2-github-mirror/+git/rapidyaml

Branch merges

Branch information

Recent commits

2f98303... by Joao Paulo Magalhaes <email address hidden>

[wip fix] ensure parse error on empty block scalars with missing chomp or 0 indentation

2114fcc... by Joao Paulo Magalhaes <email address hidden>

[fix] ensure parse error when a trailing scalar occurs at the end of a map

f7ba6d5... by Joao Paulo Magalhaes <email address hidden>

[refac] dbg print: one single buffer, flush on newline

ab3751e... by Joao Paulo Magalhaes <email address hidden>

[fix] add missing `#define` for the include guard of the amalgamated header

re #246

9ae98c2... by Joao Paulo Magalhaes <email address hidden>

[doc] improve docs to clarify error callbacks must never return

see #244

a04663f... by jpmag <email address hidden>

Merge pull request #241 from 1099255210/master

fix possible error: local variable 'c4core_amalgamated' referenced before assignment.

eb929c7... by hg-1099255210 <email address hidden>

fix possible error: local variable 'c4core_amalgamated' referenced before assignment.

c5e6161... by jpmag <email address hidden>

Merge pull request #234 from biojppm/fix/leading_colon

Parser: accept leading colon in UNK node

d5d73de... by Joao Paulo Magalhaes <email address hidden>

[fix] re #233: accept leading colon in UNK mode

854d267... by Joao Paulo Magalhaes <email address hidden>

[refac] no logic changes, change only method order in NodeType