Issue #6681 has been updated by Christopher Brooks. % Done changed from 0 to 90
The patch to make warnings about deleting variables more selective seems reasonable to me, so I patched the ptII tree with r71667. Please feel free to close this. ---------------------------------------- Bug #6681: unnecessary warnings when removing parameters https://projects.ecoinformatics.org/ecoinfo/issues/6681#change-21955 * Author: Daniel Crawl * Status: New * Priority: Normal * Assignee: * Category: * Target version: 2.5.0 * Bugzilla-Id: ---------------------------------------- When a parameter is removed that is referenced by something else, a warning is displayed to the user (in Variable.setContainer()). However, there are situations where the reference should be ignored. For example, the Kepler provenance recorder has a reference to all the parameters in the workflow. Another example is PtolemyQuery in attachParameter(). Attached is a patch to avoid these unnecessary warnings. -- 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: https://projects.ecoinformatics.org/ecoinfo/my/account
_______________________________________________ Kepler-dev mailing list [email protected] http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
