appveyor / ci

AppVeyor community support repository
https://www.appveyor.com
344 stars 64 forks source link

/opt/appveyor/build-agent/bash-shell.sh: line 41: export: `something': not a valid identifier #3860

Open GitMensch opened 1 year ago

GitMensch commented 1 year ago

The build agent seems to include the commit message somewhere (or it may just look into it for instructions like skip_ci). If I remember correctly this does not happen when triggering the "rebuild incomplete", which would then make the "internal inspection" more likely.

During this some escaping is missing, which leads - from time to time - to a broken build. Example commit message (svn) leading to this issue:

adjustments for VALUE handling, restoring the pre 3.2-handling of using "VALUES" for an elementary item

cobc:
* parser.y (value_clause): handle simple VALUES without any optional phrases and with only a single value explicit not as table-format but as if VALUE was specified (raising a warning/error depending on relax-syntax-checks), as at least XicroLocus has this non-standard (and undocumented) extension
* field.c (validate_elem_value): explicit check that non-occurs item has only a single value
* parser.y (value_clause): improved parsing for table-format

tests/testsuite.src:
* syn_misc.at, syn_value.at: moved OCCURS too many VALUES to syn_value.at