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

List puppet as runtime dependency #404

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bastelfreak
Copy link
Collaborator

puppe is a runtime dependency:

$ git grep "require 'puppet/"
lib/puppet-strings/yard/parsers/puppet/parser.rb:require 'puppet/pops'
lib/puppet-strings/yard/parsers/puppet/statement.rb:require 'puppet/pops'
lib/puppet-strings/yard/util.rb:require 'puppet/util'
lib/puppet/application/strings.rb:require 'puppet/application/face_base'
lib/puppet/face/strings.rb:require 'puppet/face'
lib/puppet/feature/rgen.rb:require 'puppet/util/feature'
lib/puppet/feature/yard.rb:require 'puppet/util/feature'
spec/spec_helper.rb:require 'puppet/version'

Summary

Provide a detailed description of all the changes present in this pull request.

Additional Context

Add any additional context about the problem here.

  • Root cause and the steps to reproduce. (If applicable)
  • Thought process behind the implementation.

Related Issues (if any)

Mention any related issues or pull requests.

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.
  • Manually verified.

@bastelfreak bastelfreak self-assigned this Dec 22, 2024
@bastelfreak bastelfreak requested a review from a team as a code owner December 22, 2024 00:27
puppe is a runtime dependency:

```
$ git grep "require 'puppet/"
lib/puppet-strings/yard/parsers/puppet/parser.rb:require 'puppet/pops'
lib/puppet-strings/yard/parsers/puppet/statement.rb:require 'puppet/pops'
lib/puppet-strings/yard/util.rb:require 'puppet/util'
lib/puppet/application/strings.rb:require 'puppet/application/face_base'
lib/puppet/face/strings.rb:require 'puppet/face'
lib/puppet/feature/rgen.rb:require 'puppet/util/feature'
lib/puppet/feature/yard.rb:require 'puppet/util/feature'
spec/spec_helper.rb:require 'puppet/version'
```
bastelfreak added a commit to bastelfreak/voxpupuli-release that referenced this pull request Dec 22, 2024
`puppet` is a runtime dependency for puppet-strings:

puppetlabs/puppet-strings#404

Adding puppet as runtime dependency for voxpupuli-release is our hotfix
for the broken puppet-strings.
@bastelfreak
Copy link
Collaborator Author

I assume this wasn't discovered in the past because the Gemfile pulls in puppet as well. That should probably be fixed as well.

@davidsandilands
Copy link
Member

I've let the DevX channel now but I suspect were in full holiday swing so I will remind when people are back on line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants