Revision: 76062
http://sourceforge.net/p/brlcad/code/76062
Author: starseeker
Date: 2020-06-07 18:18:26 +0000 (Sun, 07 Jun 2020)
Log Message:
-----------
Need to dig the burst command execution out of the menu logic so we can clean
up this code - right now it's a mess.
Modified Paths:
--------------
brlcad/branches/dm-fb-merge/src/burst/CMakeLists.txt
Added Paths:
-----------
brlcad/branches/dm-fb-merge/src/burst/TODO.txt
Modified: brlcad/branches/dm-fb-merge/src/burst/CMakeLists.txt
===================================================================
--- brlcad/branches/dm-fb-merge/src/burst/CMakeLists.txt 2020-06-07
17:56:25 UTC (rev 76061)
+++ brlcad/branches/dm-fb-merge/src/burst/CMakeLists.txt 2020-06-07
18:18:26 UTC (rev 76062)
@@ -40,6 +40,8 @@
)
CMAKEFILES(${burst_noinst_HEADERS} burst.format)
+CMAKEFILES(TODO.txt)
+
# Local Variables:
# tab-width: 8
# mode: cmake
Added: brlcad/branches/dm-fb-merge/src/burst/TODO.txt
===================================================================
--- brlcad/branches/dm-fb-merge/src/burst/TODO.txt
(rev 0)
+++ brlcad/branches/dm-fb-merge/src/burst/TODO.txt 2020-06-07 18:18:26 UTC
(rev 76062)
@@ -0,0 +1,6 @@
+The interactive mode had been removed from burst, but right now command
+processing is tied up with the menu implementation - the menu init is setting
+up the command evaluation mechanism, even for batch mode.
+
+We need to migrate to a bu_cmdtab implemenation instead so we can clear out the
+menu implementation code and generally make this easier to understand.
Property changes on: brlcad/branches/dm-fb-merge/src/burst/TODO.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits