Issue #6426 has been updated by Andrew Parker. Status changed from Accepted to Closed
This has been changed by other work that was done on the autloader. It is now using `Kernel.load`. ---------------------------------------- Bug #6426: autoloader doesn't use Ruby requires correctly https://projects.puppetlabs.com/issues/6426#change-75778 Author: Luke Kanies Status: Closed Priority: Normal Assignee: Category: plumbing Target version: Affected Puppet version: 0.25.0 Keywords: Branch: We are using 'require' in the autoloader, but it foolishly requires files with the '.rb' on the end, which means it conflicts with normal requires. We also use the 'load' method, rather than 'require' for individual files. This is often correct, at least in our usage, but it's not actually an option right now. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
