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
When making changes to an existing framework, which is to be integrated into another framework or app, it is not possible to upload it as Rome only refers to the Cartfile.resolved and not the actual framework being built. This means that the framework in question must first be checked out and built in some other context.
**Steps which explain the enhancement**
1. Modify a framework.
2. Build the framework.
3. Call Rome upload
**Current and suggested behaviour**
The current behaviour is that only those frameworks referenced from the Cartfile.resolved are considered. The new behaviour would be that the framework being worked on would also be uploaded.
**Why would the enhancement be useful to most users**
The enhancement would facilitate interim modifications and their testing in the working environment. It would remove the redundant step of building again in the calling context for both interim and final versions.
**Rome version:** 0.6.0.9
**OS and version:** Mac OSX, 10.11.6
The text was updated successfully, but these errors were encountered:
Enhancement Suggestion
The enhancement would facilitate interim modifications and their testing in the working environment. It would remove the redundant step of building again in the calling context for both interim and final versions.
The text was updated successfully, but these errors were encountered: