[Bug] Merging already merged dependencies #52
Labels
No labels
Bug
Cannot Resolve
Completed
Enhancement
Important
Question
Resolved
Security Issue
Suggestion
Todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Nosial/ncc#52
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When building a binary package file using “ncc build” to produce a static build, when merging dependencies ncc doesn’t keep track or check if the dependency is already merged into the package, resulting in the merge function be called to attempt to merge the same dependency again.
assigned to @netkas
This doesn’t produce an error but increases the build time. Adding this check will reduce the build time
Fixed in #89d3af8680cdf48b99f2138e57e84eb2bac0ecb2