anaconda / percy

A tool to work on recipes from aggregate.
BSD 3-Clause "New" or "Revised" License
9 stars 0 forks source link

Adding more multiline string support #110

Closed schuylermartin45 closed 9 months ago

schuylermartin45 commented 9 months ago

The recipe parser now properly handles multiline strings when | and > (plus +/-) variants are used. Previously the parser only supported the | character.

The bulk of this PR includes additional unit testing.

I also took the time to sort the top-level YAML keys in a "canonical" order.

See commits for additional details.

schuylermartin45 commented 9 months ago

The build-recipe failure is a known issue in conda-build that I'm not worrying about at this time.

schuylermartin45 commented 9 months ago

@wolfv The last commit has that sorting we talked about earlier today, if you were curious ^