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

[Backport 7.x] Workaround strings bug when generating function docs #9434

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

github-actions[bot]
Copy link

Description

Backport of #9421 to 7.x.

Added a newline between the require statement and start of documentation
to work around puppetlabs/puppet-strings#296

To verify, run:

    echo 'gem "puppet-strings"' >> Gemfile.local
    bundle update
    bundle exec puppet strings generate --format json --out /tmp/strings.json
    jq -r '.puppet_functions[] | select(.name == "yaml_data").docstring.text ' /tmp/strings.json | head

(cherry picked from commit dd4d8b8)
@puppetlabs-jenkins
Copy link
Collaborator

Can one of the admins verify this patch?

@mhashizume mhashizume added the maintenance Maintenance chores are excluded from changelogs label Jul 26, 2024
@mhashizume mhashizume closed this Jul 26, 2024
@mhashizume mhashizume reopened this Jul 26, 2024
@mhashizume mhashizume merged commit 714ec15 into 7.x Jul 26, 2024
12 checks passed
@mhashizume mhashizume deleted the backport-9421-to-7.x branch July 26, 2024 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance chores are excluded from changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants