Revision: 57000
          http://sourceforge.net/p/brlcad/code/57000
Author:   brlcad
Date:     2013-08-20 18:04:03 +0000 (Tue, 20 Aug 2013)
Log Message:
-----------
attr set should always do exactly as its told

Modified Paths:
--------------
    brlcad/trunk/BUGS

Modified: brlcad/trunk/BUGS
===================================================================
--- brlcad/trunk/BUGS   2013-08-20 17:27:44 UTC (rev 56999)
+++ brlcad/trunk/BUGS   2013-08-20 18:04:03 UTC (rev 57000)
@@ -15,6 +15,11 @@
 Recent Bugs
 -----------
 
+* calling "attr set obj key value" should always result in key getting
+  set to value, no matter what, as it is the lowest-level attribute
+  management interface and what the command (correctly) documents.
+  example demonstrated to not work was: attr set obj rgb 123/123/123
+
 * report of LIBBU not working when accessed by a multithreaded
   application on Windows.  reportedly due to some problem with the
   debug memory queue.

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to