| 00:14.41 | *** join/#brlcad kunigami1 (~kunigami@187.106.4.220) | |
| 01:59.17 | kanzure | ``Erik: there's lots of strategies for testing |
| 01:59.38 | kanzure | some people do unit tests, functional tests, integration tests, automated testing frameworks, non-automated testing frameworks, all sorts of stuff sold in books.. |
| 01:59.43 | kanzure | brlcad has a testing suite, right? |
| 02:04.44 | ``Erik | BRL-CAD has function tests and regression tests, no real unit tests |
| 02:05.45 | ``Erik | I advocated real unit testing for a "big" gov't project, wrote a couple papers outlining the full testing stack, pros, cons, etc... I'm quite aware of the different categories :) |
| 02:06.15 | kanzure | fun times. |
| 02:06.38 | ``Erik | I'd argue that to make a real unit test, you must completely understand what the functional unit you're testing is supposed to do, there can be no ambiguity in the contract |
| 02:06.54 | primary | ``Erik: Do you have links to those papers? |
| 02:07.44 | ``Erik | not sure they're public yet, I'll ask around tomorrow... I wrote them as internal documents and some drama with a small minded idjit stopped the regular release cycle |
| 02:26.21 | primary | what license do you publish them under ``Erik |
| 02:30.09 | *** join/#brlcad crazy_imp (~mj@a89-183-124-85.net-htp.de) | |
| 04:05.38 | *** join/#brlcad Ralith (~ralith@S010600221561996a.vc.shawcable.net) | |
| 06:18.23 | *** join/#brlcad Stattrav (~Stattrav@111.93.134.142) | |
| 06:18.23 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 06:53.58 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 09:05.27 | *** join/#brlcad mafm (~mafm@5.Red-81-38-237.dynamicIP.rima-tde.net) | |
| 09:35.54 | *** join/#brlcad Stattrav (~Stattrav@122.172.12.161) | |
| 09:35.54 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 12:46.02 | *** join/#brlcad mafm_ (~mafm@5.Red-81-38-237.dynamicIP.rima-tde.net) | |
| 13:00.21 | *** join/#brlcad Stattrav (~Stattrav@111.93.134.142) | |
| 13:00.21 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 14:14.10 | starseeker | hmm: http://software.intel.com/en-us/blogs/2011/04/04/tbb-adoption-in-cad-technical-insights/ |
| 14:15.02 | ``Erik | starseeker, why'd you break everyone's computers? :D (you bailed before I could find ya) |
| 14:17.47 | ``Erik | starseeker: in your FindTCL.cmake, you have something where you set include paths to ${TCL_INCLUDE_PATH}/../generic ... why the ../ ? on fbsd, TCL_INCLUDE_PATH resolves to /usr/local/include/tcl8.5, adding /usr/local/include/tcl8.5/../generic doesn't quite work |
| 14:19.38 | *** join/#brlcad Stattrav (~Stattrav@111.93.134.142) | |
| 14:19.38 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 14:20.04 | starseeker | ``Erik: erm. I don't recall, unfortunately |
| 14:22.25 | CIA-105 | BRL-CAD: 03r_weiss * r44528 10/brlcad/trunk/src/librt/primitives/nmg/nmg_fuse.c: (log message trimmed) |
| 14:22.25 | CIA-105 | BRL-CAD: Updated functions 'nmg_do_radial_join', 'nmg_radial_build_list', |
| 14:22.26 | CIA-105 | BRL-CAD: 'nmg_two_face_fuse' and 'nmg_ck_fu_verts' within file 'nmg_fuse.c'. For function |
| 15:40.32 | *** join/#brlcad Stattrav (~Stattrav@117.192.134.244) | |
| 15:40.32 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 15:46.53 | *** join/#brlcad Stattrav (~Stattrav@117.202.27.145) | |
| 15:46.54 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 16:14.33 | *** join/#brlcad Stattrav (~Stattrav@117.202.17.251) | |
| 16:14.33 | *** join/#brlcad Stattrav (~Stattrav@unaffiliated/stattrav) | |
| 17:11.26 | *** join/#brlcad dli (~dli@67.55.46.44) | |
| 17:38.26 | CIA-105 | BRL-CAD: 03starseeker * r44529 10/geomcore/trunk/CMake/FindBRLCAD.cmake: Add tclcad to the list |
| 18:54.42 | *** join/#brlcad IriX64 (~kvirc@bas2-sudbury98-1177879058.dsl.bell.ca) | |
| 19:09.25 | CIA-105 | BRL-CAD: 03erikgreenwald * r44530 10/rt^3/trunk/cmake/FindBRLCAD.cmake: add bin to the library path for winderz |
| 20:06.08 | *** join/#brlcad WhiteCalf (MK@whitecalf.net) | |
| 20:12.21 | *** join/#brlcad PrezWhiteCalf (MK@whitecalf.net) | |
| 20:17.46 | *** join/#brlcad WhiteCalf (MK@whitecalf.net) | |
| 20:25.43 | *** join/#brlcad PrezWhiteCalf (MK@whitecalf.net) | |
| 20:31.00 | *** join/#brlcad WhiteCalf (MK@whitecalf.net) | |
| 20:32.32 | *** join/#brlcad PrezKennedy (MK@whitecalf.net) | |
| 20:54.13 | *** join/#brlcad Computer (~Computer@unaffiliated/computer) | |
| 20:55.08 | Computer | what do you personally use brlcad for? |
| 22:09.33 | CIA-105 | BRL-CAD: 03Sapphire02 07http://brlcad.org * r2862 10/wiki/How_To_Know_About_A_Payday_Loan: New page: == Payday Loan - How To Know About A Payday Loan == There are some cases wherein you are not able to meet your expenses. Thus, people get to involve themselves on having loans. One... |
| 22:12.09 | CIA-105 | BRL-CAD: 03Sapphire02 07http://brlcad.org * r2863 10/wiki/How_To_Know_About_A_Payday_Loan: /* Payday Loan - How To Know About A Payday Loan */ |
| 22:19.23 | dli | what's going on with Sapphire02? |
| 22:33.16 | *** join/#brlcad kunigami1 (~kunigami@187.106.4.220) | |
| 22:37.43 | *** join/#brlcad mafm_ (~mafm@21.Red-83-35-148.dynamicIP.rima-tde.net) | |