Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GitMensch opened this issue Dec 2, 2022 · 0 comments

Comments

@GitMensch
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant