Skip to content

Comments are eaten when saving #270

Open
@KaruroChori

Description

Comments under certain conditions are eaten from the tail of a file.
If a meson.config file ends with comments, these will be progressively stripped.

For example

i18n = import('i18n')

# NOTE: Remember to add the XML file to POTFILES.in!
#i18n.merge_file(
#    input:  metainfo_file,
#    output: 'com.karurochari.vs.metainfo.xml',
#    type: 'xml',
#    po_dir: join_paths (meson.project_source_root(), 'po'),
#    install: true,
#    install_dir: join_paths (get_option ('datadir'), 'metainfo')
#)

is affected

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions