03:09.18 |
*** join/#brlcad witness
(~witness12@122.161.77.201) |
03:47.35 |
*** join/#brlcad kanzure_
(~kanzure@131.252.130.248) |
03:52.03 |
*** join/#brlcad Izak__
(~Izak@66-118-151-70.static.sagonet.net) |
04:20.38 |
*** join/#brlcad witness
(~witness12@122.248.183.1) |
04:45.08 |
*** join/#brlcad witness
(~witness12@122.248.183.1) |
05:32.23 |
*** join/#brlcad witness
(~witness12@122.248.183.1) |
06:14.54 |
*** join/#brlcad binaryking
(75c85b72@gateway/web/freenode/ip.117.200.91.114) |
06:30.37 |
*** join/#brlcad witness
(~witness12@122.248.183.1) |
07:19.48 |
*** join/#brlcad Ch3ck
(~Ch3ck@66-118-151-70.static.sagonet.net) |
07:20.21 |
*** join/#brlcad n_reed
(~molto_cre@66-118-151-70.static.sagonet.net) |
07:21.28 |
*** join/#brlcad brlcad
(~sean@66-118-151-70.static.sagonet.net) |
07:21.57 |
*** join/#brlcad ejno
(~ejno@unaffiliated/kazaik) |
07:22.06 |
*** join/#brlcad maths22
(~gcimaths@66-118-151-70.static.sagonet.net) |
07:22.27 |
*** join/#brlcad starseeker
(~starseeke@66-118-151-70.static.sagonet.net) |
07:22.39 |
*** join/#brlcad hickoryknoll
(~hickorykn@66-118-151-70.static.sagonet.net) |
07:22.53 |
*** join/#brlcad Izak_
(~Izak@66-118-151-70.static.sagonet.net) |
07:22.59 |
*** join/#brlcad zero_level
(~mohit@66-118-151-70.static.sagonet.net) |
07:45.07 |
*** join/#brlcad zero_level
(~mohit@66-118-151-70.static.sagonet.net) |
07:45.09 |
*** join/#brlcad ejno
(~ejno@unaffiliated/kazaik) |
07:45.23 |
*** join/#brlcad brlcad
(~sean@66-118-151-70.static.sagonet.net) |
07:45.50 |
*** join/#brlcad Ch3ck
(~Ch3ck@66-118-151-70.static.sagonet.net) |
07:45.59 |
*** join/#brlcad hickoryknoll
(~hickorykn@66-118-151-70.static.sagonet.net) |
07:46.06 |
*** join/#brlcad n_reed
(~molto_cre@66.118.151.70) |
07:46.09 |
*** join/#brlcad starseeker
(~starseeke@66-118-151-70.static.sagonet.net) |
07:46.10 |
*** join/#brlcad Izak_
(~Izak@66-118-151-70.static.sagonet.net) |
07:47.01 |
*** join/#brlcad maths22
(~gcimaths@66-118-151-70.static.sagonet.net) |
08:18.36 |
*** join/#brlcad binaryking
(~binarykin@unaffiliated/nafcool) |
08:21.46 |
binaryking |
hi brlcad :) |
08:22.40 |
binaryking |
brlcad: so, I'm kind of more interested in
writing tests |
08:22.53 |
binaryking |
and my preferred language is C++ |
09:08.58 |
*** join/#brlcad Notify
(~notify@66-118-151-70.static.sagonet.net) |
09:09.08 |
*** join/#brlcad binaryking
(~binarykin@117.200.94.184) |
09:09.08 |
*** join/#brlcad binaryking
(~binarykin@unaffiliated/nafcool) |
09:24.46 |
*** join/#brlcad binaryking_
(~binarykin@117.200.85.163) |
09:46.59 |
*** join/#brlcad binaryking
(~binarykin@unaffiliated/nafcool) |
10:04.08 |
*** join/#brlcad kesha
(~kesha@14.139.122.114) |
10:30.55 |
*** join/#brlcad kesha
(~kesha@14.139.122.114) |
10:46.40 |
*** join/#brlcad kesha
(~kesha@14.139.122.114) |
10:52.06 |
zero_level |
binaryking : you could see src/libicv/tests
for someof the unit test |
10:52.11 |
zero_level |
the way they are written |
10:53.03 |
zero_level |
also src/libbu/tests could be see as
tests |
10:53.12 |
zero_level |
examples |
10:53.30 |
zero_level |
If you want to write tests for libicv I could
assist you in the same. |
10:54.30 |
*** join/#brlcad kesha
(~kesha@14.139.122.114) |
10:54.57 |
*** join/#brlcad kesha
(~kesha@14.139.122.114) |
10:58.14 |
binaryking |
hi zero_level |
11:03.00 |
binaryking |
zero_level: yes, we can start with libicv
tests |
11:03.37 |
binaryking |
is having a look at
icv_crop.c |
12:54.07 |
*** join/#brlcad ColloquyUser
(~caen23@92.81.180.244) |
12:54.10 |
*** part/#brlcad ColloquyUser
(~caen23@92.81.180.244) |
13:01.02 |
starseeker |
Notify: hello? |
14:53.01 |
``Erik |
O.o there're no emails in dump box or messages
in the post queue... |
15:27.35 |
starseeker |
brlcad: we've got a problem with
bu_argv0_full_path - if we specify a relative path when the program
is invoked, changing the current working directory via the MGED
command prompt results in a failure of bu_argv0_full_path due to
it's use of bu_getcwd. That failure cascades up to
bu_brlcad_root |
15:27.55 |
starseeker |
and things like the rt command fail |
15:30.28 |
starseeker |
bu_getcwd probably shouldn't be part of the
argv0 logic at all, except as part of initializing variables in
bu_progname - the only time the cwd is guaranteed to be "correct"
is when the program is initially run. My first thought is to do
bu_getcwd, normalize, etc. as part of initializing bu_progname,
perhaps with a second variable bu_progname_fullpath if we want
bu_progname to reflect the actual string used to run the program
initia |
15:56.12 |
*** join/#brlcad FLOSSrookie
(~brian@107-200-34-111.lightspeed.tulsok.sbcglobal.net) |
15:57.17 |
*** join/#brlcad FLOSSrookie1
(~brian@107-200-34-111.lightspeed.tulsok.sbcglobal.net) |
15:59.17 |
*** join/#brlcad FLOSSrookie2
(~brian@107-200-34-111.lightspeed.tulsok.sbcglobal.net) |
16:09.08 |
*** join/#brlcad FOSScookie
(~brian@107-200-34-111.lightspeed.tulsok.sbcglobal.net) |
16:15.43 |
*** join/#brlcad binaryking
(~binarykin@unaffiliated/nafcool) |
17:24.31 |
*** join/#brlcad FOSScookie
(~brian@107-200-34-111.lightspeed.tulsok.sbcglobal.net) |
18:39.38 |
``Erik |
for the kilt wearing: |
18:39.38 |
``Erik |
12:16:29 [@antifuchs:60] RT @The4thCircle:
Sporrans, for those who don't know, are like ancient warrior fanny
packs. |
18:39.39 |
``Erik |
13:07:51 [@hipsterhacker:19] RT
@HackerNewsOnion: Programming is 1% inspiration, 99% trying to get
your environment working. |
18:51.45 |
starseeker |
``Erik: so something is busted on the sf side
and/or the wiki side? |
18:56.12 |
``Erik |
wiki has no relation, I d'no... mebbe the
email wasn't sent, maybe it was marked spam before it hit the
filters that put it in the drop directory? lemme pull the latest
version and look |
18:58.42 |
``Erik |
last related email I got according to my
procmail filter was nov 14 7:21:12am |
19:08.41 |
``Erik |
ahhhhh, /var is full heh. |
19:09.17 |
``Erik |
websvn once again... :/ |
19:34.16 |
Notify |
03BRL-CAD:tbrowder2 * 58539
brlcad/trunk/src/librt/CMakeLists.txt: Boost include not needed for
librt users |
19:34.29 |
Notify |
03BRL-CAD:starseeker * 58546
(brlcad/trunk/BUGS brlcad/trunk/TODO): Bug triggered by archer is
better handled by re-thinking current path handling approach with
respect to argv0 |
19:35.14 |
``Erik |
(they'll be all out of order as bz starts
accepting email again) |
19:43.50 |
*** join/#brlcad infobot
(~infobot@rikers.org) |
19:43.50 |
*** topic/#brlcad is BRL-CAD
|| http://brlcad.org || logs:
http://ibot.rikers.org/%23brlcad/
|| Ask us about Google Doc Sprint 2013 || We're pariticipating in
GCI2013!
http://google-opensource.blogspot.com/2013/11/mentoring-organizations-for-google-code.html |
19:50.00 |
Notify |
03BRL-CAD:tbrowder2 * 58543
brlcad/trunk/src/other/boost/update-boost-tree.pl: fix
typo |
19:51.35 |
Notify |
03BRL-CAD:starseeker * 58545
brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl: Don't change the
current working directory by default, since this breaks assumptions
being made by bu_argv0_full_path. |
19:53.25 |
Notify |
03BRL-CAD Wiki:Inderpreet * 6305 /wiki/Deuces:
Added Few web and outreach related tasks - 2 (more to
come) |
19:53.38 |
Notify |
03BRL-CAD:tbrowder2 * 58541
brlcad/trunk/src/libgcv/wfobj/CMakeLists.txt: use new var to point
to local Boost dir |
19:56.12 |
Notify |
03BRL-CAD Wiki:Inderpreet * 6306 /wiki/Deuces:
Changed the category for few tasks |
20:00.36 |
Notify |
03BRL-CAD:tbrowder2 * 58544
(brlcad/trunk/src/other/boost/boost/predef/os/bsd/bsdi.h
brlcad/trunk/src/other/boost/boost/predef/os/bsd/dragonfly.h and 5
others): fix -Wundef warnings from Boost 1.55.0; patches sent with
bug report # 9397 filed with Boost.org |
20:02.15 |
Notify |
03BRL-CAD Wiki:Inderpreet * 6307
/wiki/Deuces: |
20:04.23 |
Notify |
03BRL-CAD Wiki:Inderpreet * 6308 /wiki/Deuces:
/* Design a Cover Photo for Facebook page (and other social
networks) */ |
20:05.34 |
Notify |
03BRL-CAD Wiki:Inderpreet * 6309 /wiki/Deuces:
/* Quality Assurance */ |
20:35.53 |
Notify |
03BRL-CAD:carlmoore * 58547
brlcad/trunk/src/proc-db/room.c: modify the 'Program continues
running' so that it happens with NO arguments only |
21:16.46 |
maths22 |
``Erik: what should websvn use for temp if not
/var/tmp or /tmp |
21:31.13 |
``Erik |
d'no... I've created a /user/tmp which has a
lot more space, but we may need to examine why it's using so much
disk |
21:31.21 |
``Erik |
erm, /usr/tmp |
21:52.11 |
maths22 |
I will look into it, but right now It is
important to move it. |
22:46.27 |
Notify |
03BRL-CAD:carlmoore * 58548
brlcad/trunk/src/proc-db/sketch.c: supply -h and -? (program then
exits), and (if NO arguments were provided) supply my 'Program
continues running:' message |