You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to build...@googlegroups.com
Hi
With the attached project_extension.rb I managed to reduce the number of
failing specs from 53 to 46.
I am however not sure, whether I am changing code at the correct place. Until
know the changes affect the manifest_dependencies of ProjectExtension.
Is this correct or should the manifest be read via Bundle.fromProject(self)?
Is Bundle.fromProject(self) supposed to return the dependencies as a bundle
based on the dependencies specified in the manifest of the project?
If the answer is yes, I see the following to errors:
a) the path to to manifest is based upon the cwd and not project._
b) project.packages.select {|package| package.is_a?(BundlePackaging)} seems to
result always wrong as BundlePackaging is a module and not a class.