You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #1212 and 4605700 (Remove package_manifest attribute for packages ) package manifest are moved to the root package location away from their manifest files. This creates all kind of weirdness such as having a manifest file without any info.
I think we should instead have this behavior:
a package_manifest attribute at the file-level (and BTW for non-package thing such as build scripts, Makefile, bazel, BUCK, Gradle, etc, have that data under a build_script attribute.
this attribute should stay there and should be COPIED and not MOVED to its root package location if any
The text was updated successfully, but these errors were encountered:
Description
Since #1212 and 4605700 (Remove package_manifest attribute for packages ) package manifest are moved to the root package location away from their manifest files. This creates all kind of weirdness such as having a manifest file without any info.
I think we should instead have this behavior:
package_manifest
attribute at the file-level (and BTW for non-package thing such as build scripts, Makefile, bazel, BUCK, Gradle, etc, have that data under abuild_script
attribute.The text was updated successfully, but these errors were encountered: