IRC log for #brlcad on 20120209

00:19.29 *** join/#brlcad juanman (~quassel@unaffiliated/juanman)
00:27.04 Maloeran Out of curiosity brlcad... do you have some kind of infinite list of bugs/issues to walk through, or do you really work all over the whole code like that? :)
00:31.25 CIA-48 BRL-CAD: 03bob1961 * r49365 10/brlcad/trunk/src/tclscripts/lib/RtControl.tcl: Added an rtedge capability to RtControl.
01:15.20 CIA-48 BRL-CAD: 03bob1961 * r49366 10/brlcad/trunk/src/tclscripts/archer/ (Archer.tcl ArcherCore.tcl): Added "Do Rtedge", "Do Rtedge Overlay" and "FB Overlay Color" preferences to Archer
01:31.22 *** join/#brlcad juanman (~quassel@unaffiliated/juanman)
01:46.36 brlcad Maloeran: I really work all over the code like that
02:03.52 brlcad sometimes because of a list or some cleanup or just because of code I'm reading leads me to other code
03:15.31 starseeker Maloeran: heh - our bug lists are not technically infinite, but some days that feels like a good first approximation...
04:18.04 brlcad it's like walking through a mansion with a broom in hand, fixing and cleaning as one wanders through
04:19.18 brlcad sometimes electrical, structural, painting, cleaning .. but never allowing oneself to step over trash or ignore disrepair
06:15.33 *** join/#brlcad juanman (~quassel@unaffiliated/juanman)
06:33.29 *** join/#brlcad jordisayol (~jordisayo@unaffiliated/jordisayol)
06:51.46 *** join/#brlcad DarkCalf (DC@173.231.40.98)
06:52.29 *** join/#brlcad hackrat (~packrator@c-98-209-146-133.hsd1.mi.comcast.net)
07:19.10 *** join/#brlcad packrat (~packrator@c-98-209-146-133.hsd1.mi.comcast.net)
09:09.10 *** join/#brlcad packrat (~packrator@c-98-209-146-133.hsd1.mi.comcast.net)
10:54.34 *** join/#brlcad hackrat (~packrator@c-98-209-146-133.hsd1.mi.comcast.net)
12:38.35 *** join/#brlcad juanman (~quassel@unaffiliated/juanman)
12:52.26 *** join/#brlcad packrat (~packrator@c-98-209-146-133.hsd1.mi.comcast.net)
13:12.08 CIA-48 BRL-CAD: 03indianlarry * r49367 10/brlcad/trunk/src/conv/step/ (Product.cpp ProductRelatedProductCategory.cpp): Fixed resource leak. Similar case where needed to free up list on error exit. Relates to Run 10 CID 2089 and 2090.
13:14.48 *** join/#brlcad juan_man (~quassel@unaffiliated/juanman)
13:21.22 CIA-48 BRL-CAD: 03indianlarry * r49368 10/brlcad/trunk/src/conv/step/PullbackCurve.cpp: Cleaned up and bounded variables used as array indexes, added return checks on all calls to toUV(), other little cleanups. Relates to Run 10 CID 2074, 2075 and 2085.
13:33.35 CIA-48 BRL-CAD: 03indianlarry * r49369 10/brlcad/trunk/src/conv/step/ (2 files): Added NULL return check on dynamic cast and getEntityAttribute(). Relates to Run 10 CID 2079 and 2084.
13:52.01 *** join/#brlcad juanman (~quassel@unaffiliated/juanman)
13:59.31 CIA-48 BRL-CAD: 03indianlarry * r49370 10/brlcad/trunk/src/util/loop.c:
13:59.31 CIA-48 BRL-CAD: Removed "-n" option wasn't being used, cleaned up 'incr' checks, changed types
13:59.31 CIA-48 BRL-CAD: and boundary checks on input scalars trying to get rid of tainted scalar
13:59.31 CIA-48 BRL-CAD: warnings from coverity but not sure it's sufficient. Relates to Run 10 CID 1506.
14:30.30 *** join/#brlcad DarkCalf (DC@173.231.40.98)
14:33.02 CIA-48 BRL-CAD: 03indianlarry * r49371 10/brlcad/trunk/src/librt/primitives/table.c: Added "annotation" primitive stub to rt_functab[] to fix static array overrun possibilities. Relates to Run 10 CID 2086,2087,2088.
14:39.15 Maloeran Nice brlcad, I like the metaphor with BRL-CAD and the mansion, which you are so diligently taking care of
14:42.26 CIA-48 BRL-CAD: 03erikgreenwald * r49372 10/brlcad/trunk/src/librt/db5_io.c: Initialize attribute set in db5_get_attributes, even if no attributes exist for the object (better to have a valid empty attr set than garbage). Cov1603
14:48.42 CIA-48 BRL-CAD: 03erikgreenwald * r49373 10/brlcad/trunk/src/anim/anim_hardtrack.c: initialize p2. Cov 2098
14:49.31 CIA-48 BRL-CAD: 03erikgreenwald * r49374 10/brlcad/trunk/src/anim/anim_hardtrack.c: initialize p3. Cov 2099
14:50.58 *** join/#brlcad hackrat (~packrator@c-98-209-146-133.hsd1.mi.comcast.net)
14:56.08 CIA-48 BRL-CAD: 03erikgreenwald * r49375 10/brlcad/trunk/src/librt/primitives/bot/bot.c: consider a bot with NULL for faces or vertices to be a bad import and immediately return. Cov2080, Cov2081
14:58.39 CIA-48 BRL-CAD: 03erikgreenwald * r49376 10/brlcad/trunk/src/libged/red.c: warn if attribute update filed. Cov2076
16:11.18 *** join/#brlcad pawleeq (~pawleeq@212-96-188-229.cust.selfnet.cz)
16:17.03 *** join/#brlcad packrat (~packrator@c-98-209-146-133.hsd1.mi.comcast.net)
17:26.20 CIA-48 BRL-CAD: 03n_reed * r49377 10/brlcad/trunk/src/libbu/test_sscanf.c: Near-identical switches on same value meant default case in second switch could never be reached. Merged switches. CID 2078.
18:04.33 CIA-48 BRL-CAD: 03n_reed * r49378 10/brlcad/trunk/src/libbn/bntester.c: Returning exit failure on eof instead of breaking from loop as intended. CID 2077.
18:23.12 CIA-48 BRL-CAD: 03n_reed * r49379 10/brlcad/trunk/src/libbn/tabdata.c: ws
18:41.25 *** join/#brlcad User350 (~User@110.137.57.222)
18:43.59 CIA-48 BRL-CAD: 03n_reed * r49380 10/brlcad/trunk/src/libbn/tabdata.c: If line count is less than two, indices count-1 and count-2 will be invalid. CID 2082.
18:51.55 CIA-48 BRL-CAD: 03n_reed * r49381 10/brlcad/trunk/src/libbu/mappedfile.c: Don't close invalid fd. CID 2083.
18:54.46 *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav)
18:58.47 CIA-48 BRL-CAD: 03n_reed * r49382 10/brlcad/trunk/src/mged/muves.c: Unclosed fd. CID 2091.
19:42.36 CIA-48 BRL-CAD: 03erikgreenwald * r49383 10/brlcad/trunk/src/libbu/ (11 files): upcase red/black tree #defines
20:09.56 CIA-48 BRL-CAD: 03brlcad * r49384 10/brlcad/trunk/src/ (6 files in 3 dirs):
20:09.57 CIA-48 BRL-CAD: fix rttherm. demessify libmultispectral/liboptical pollution that got
20:09.57 CIA-48 BRL-CAD: translated into bad cmake build logic. move towards proper file/symbol
20:09.57 CIA-48 BRL-CAD: separation so multispectral applications do not link liboptical. this includes
20:09.57 CIA-48 BRL-CAD: moving the env_region global from sh_text to init and not registering or linking
20:09.57 CIA-48 BRL-CAD: non-multispectral shaders.
20:14.39 CIA-48 BRL-CAD: 03brlcad * r49385 10/brlcad/trunk/src/ (4 files in 2 dirs): with the recent init restructuring, multispectral no longer needs it's own init function. just call optical_shader_init (from libmultispectral).
20:15.31 CIA-48 BRL-CAD: 03brlcad * r49386 10/brlcad/trunk/src/librt/shoot.c: readability cleanup
20:38.37 *** join/#brlcad Stattrav (~Stattrav@117.192.143.224)
20:38.37 *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav)
21:14.16 CIA-48 BRL-CAD: 03erikgreenwald * r49387 10/brlcad/trunk/ (4 files in 2 dirs): add initial SWIG file.
21:23.10 *** join/#brlcad b0ef (~b0ef@210.169.102.62.customer.cdi.no)
21:37.14 *** join/#brlcad packrat (~packrator@c-98-209-146-133.hsd1.mi.comcast.net)
21:54.28 CIA-48 BRL-CAD: 03r_weiss * r49388 10/brlcad/trunk/src/librt/primitives/nmg/nmg_fuse.c: These changes significantly improve the performance of edge fusing. I have profiled this change which shows the improvement. If the code is unclear I can add more documentation.
22:06.19 *** join/#brlcad louipc (~louipc@archlinux/fellow/louipc)
22:16.21 CIA-48 BRL-CAD: 03n_reed * r49389 10/brlcad/trunk/src/conv/euclid/euclid-g.c: Logic to kill cracks in shells looks okay but is confusing. See if pulling it into a function makes any difference. CID 2100.
22:33.23 CIA-48 BRL-CAD: 03n_reed * r49390 10/brlcad/trunk/src/conv/fast4-g.c: Missed an unchecked return from ftell. CID 373.
22:44.17 starseeker brlcad: we've got a compile problem with libmultispectral - librtms.a(init.c.o): relocation R_X86_64_32 against `phg_mfuncs' can not be used when making a shared object
22:44.59 starseeker ;recompile with -fPIC
22:58.22 CIA-48 BRL-CAD: 03starseeker * r49391 10/brlcad/trunk/src/librt/primitives/nmg/nmg_fuse.c: Still need the change from r49312
23:00.53 CIA-48 BRL-CAD: 03n_reed * r49392 10/brlcad/trunk/src/remrt/remrt.c: Closing invalid fd. CID 386.
23:44.58 CIA-48 BRL-CAD: 03n_reed * r49393 10/brlcad/trunk/src/lgt/prnt.c: Forgot to dereference char* before comparing to '\0'; try again. CID 389.
23:46.38 CIA-48 BRL-CAD: 03starseeker * r49394 10/brlcad/trunk/src/bwish/input.c: Make a stab a validating the contents of buf - CID 1461

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.