00:11.50 |
CIA-93 |
BRL-CAD: 03starseeker * r39793
10/brlcad/trunk/src/libged/red.c: Just comments for now, but start
thinking about the regular expressions needed for a regex based red
command. |
00:16.47 |
starseeker |
supposes he should figure out
mapping the file in - even doing that, it's quite possible to
search for the next line break... so I really should do it
right... |
01:19.39 |
*** join/#brlcad Ralith
(~ralith@216.162.199.202) |
01:19.41 |
*** join/#brlcad alex_joni
(~alex_joni@emc/board-of-directors/alexjoni) |
01:56.13 |
*** join/#brlcad akafubu
(~akafubu@unaffiliated/akafubu) |
04:41.58 |
*** join/#brlcad sandra_f
(~sandra_f@212-198-248-35.rev.numericable.fr) |
05:24.03 |
*** join/#brlcad olgagirl
(~olgagirl@212-198-248-35.rev.numericable.fr) |
05:46.30 |
*** join/#brlcad akafubu
(~akafubu@unaffiliated/akafubu) |
08:50.27 |
*** join/#brlcad luke-jr
(~luke-jr@2002:62b3:1d4c:0:20e:a6ff:fec4:4e5d) |
10:19.58 |
d-lo |
Mernin all |
10:20.32 |
d-lo |
brlcad, ``Erik, starseeker: So is Sat to Sat
the agreed upon timeframe? |
13:13.48 |
*** join/#brlcad packrat
(~packrator@99-67-225-40.lightspeed.livnmi.sbcglobal.net) |
13:57.05 |
brlcad |
d-lo: no |
13:57.19 |
brlcad |
looking again, I think I misread
theirs |
13:57.23 |
brlcad |
sat to fri |
14:01.06 |
d-lo |
ah, okay, so nobody is staying sat to
sat? |
14:36.39 |
brlcad |
don't yet know, but I did at least notice my
hotel reservation was sat to fri |
14:36.56 |
brlcad |
sat to sat sounds much more
reasonsable |
14:44.35 |
starseeker |
d-lo: it's cause the conference is shifted -
starts on Sunday |
14:54.18 |
d-lo |
starseeker: Oh, I know what days it falls on,
I'm just trying to coordinate schedules. |
15:15.54 |
starseeker |
ah |
15:16.06 |
starseeker |
arrives the day before, flies
back day after |
15:41.52 |
*** join/#brlcad luke-jr
(~luke-jr@2002:62b3:1d4c:0:20e:a6ff:fec4:4e5d) |
16:23.30 |
CIA-93 |
BRL-CAD: 03starseeker * r39794
10/brlcad/trunk/src/libged/red.c: More thoughts/notes on regex +
red |
17:20.22 |
*** join/#brlcad Stattrav
(~Stattrav@117.192.137.8) |
17:22.17 |
*** join/#brlcad DarkCalf
(~Prez@96.31.84.96) |
18:20.27 |
*** join/#brlcad ``Erik
(Here@c-69-140-109-104.hsd1.md.comcast.net) |
19:26.13 |
*** join/#brlcad R0b0t1
(~Enigma@unaffiliated/r0b0t1) |
20:15.28 |
CIA-93 |
BRL-CAD: 03starseeker * r39795
10/brlcad/trunk/src/libged/red.c: Start trying to run some regex
compiles against the tmp file. |
20:29.32 |
CIA-93 |
BRL-CAD: 03starseeker * r39796
10/brlcad/trunk/src/libged/red.c: OK, can spot the = and
Combination Tree entries (interesting, the tree line was spotted
without the matching stopping at the newline, wonder
why?) |
20:46.17 |
CIA-93 |
BRL-CAD: 03brlcad * r39797
10/brlcad/trunk/doc/html/manuals/mged/ (mged.html mged1.html
mged2.html mged3.html shaders.html): |
20:46.17 |
CIA-93 |
BRL-CAD: andre anckaert notes in sf bug report
3025733 (Editor States not found) a dead |
20:46.17 |
CIA-93 |
BRL-CAD: link in the html documentation where
the cup tutorial refers to an Editor States |
20:46.18 |
CIA-93 |
BRL-CAD: section that does not exist. Looks
like a bad cut-n-paste job from ged.html. |
20:46.18 |
CIA-93 |
BRL-CAD: also fixed a slew of ' '
that had no trailing semi. |
20:50.15 |
CIA-93 |
BRL-CAD: 03brlcad * r39798
10/brlcad/trunk/AUTHORS: special thanks to andre anckaert for his
various bug reports and active newbie communication. |
20:51.17 |
CIA-93 |
BRL-CAD: 03brlcad * r39799
10/brlcad/trunk/AUTHORS: give andre's e an accent. |
21:03.47 |
*** join/#brlcad akafubu
(~akafubu@unaffiliated/akafubu) |
21:07.25 |
CIA-93 |
BRL-CAD: 03starseeker * r39800
10/brlcad/trunk/src/libged/red.c: Finally - that attr_regex pulls
the first line. Not that that's necessarily how we'll proceed, but
was having troublt getting it to do that specific match. |
21:15.08 |
brlcad |
starseeker: note that there's a difference
between [:blank:] and [:space:] |
21:15.51 |
brlcad |
realizing you're just getting started, no
implication otherwise |
21:35.47 |
brlcad |
mm.. 6:30am flight *likes* |
21:53.38 |
starseeker |
brlcad: yeah - I need a generic for space +
tab, didn't know if blank was it nor not |
21:53.46 |
starseeker |
or not |
22:32.46 |
brlcad |
blank is it |
22:33.08 |
brlcad |
space adds in newlines, carriage returns, and
a few others |
22:33.27 |
brlcad |
so if you want to match across lines, you'd
use :space: |
23:37.41 |
*** join/#brlcad Stattrav
(~Stattrav@117.192.137.8) |