[Koha-bugs] [Bug 27673] Replace YAML with YAML::XS

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 11 16:32:27 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27673

Joonas Kylmälä <joonas.kylmala at helsinki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #116737|0                           |1
        is obsolete|                            |
 Attachment #116738|0                           |1
        is obsolete|                            |
 Attachment #116739|0                           |1
        is obsolete|                            |
 Attachment #116740|0                           |1
        is obsolete|                            |

--- Comment #10 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
Created attachment 116762
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116762&action=edit
Bug 27673: Replace YAML with YAML::XS

>From tht YAML pod:

"""
This module has been released to CPAN as YAML::Old, and soon YAML.pm will be
changed to just be a frontend interface module for all the various Perl YAML
implementation modules, including YAML::Old.

If you want robust and fast YAML processing using the normal Dump/Load API,
please consider switching to YAML::XS. It is by far the best Perl module for
YAML at this time. It requires that you have a C compiler, since it is written
in C.
"""

See also
https://gitlab.com/koha-community/qa-test-tools/-/merge_requests/35

Test plan:
Try some place where YAML::XS is not used and confirm that it works
correctly

QA note: This patch removes some uses of YAML that were not useful

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list