Displaying 13 results from an estimated 13 matches for "tre_debug".
Did you mean:
dtre_debug
2024 Aug 01
1
Question about regexp edge case
...t;123456"
>> This is in TRE itself: for "^([0-9]{,1})" tre_regexecb returns {.rm_so
>> = 0, .rm_eo = 1}, matching "1", but for "^([0-9]{,2})" and above it
>> returns an off-by-one result, {.rm_so = 0, .rm_eo = 3}.
>>
>> Compiling with TRE_DEBUG, I see it parsed correctly:
>>
>> catenation, sub 0, 0 tags
>> assertions: bol
>> iteration {-1, 2}, sub -1, 0 tags, greedy
>> literal (0, 9) (48, 57), pos 0, sub -1, 0 tags
>>
>> ...but after tre_expand_ast I see
>>
>> catenation,...
2024 Aug 09
1
Question about regexp edge case
...gt;> This is in TRE itself: for "^([0-9]{,1})" tre_regexecb returns {.rm_so
>>> = 0, .rm_eo = 1}, matching "1", but for "^([0-9]{,2})" and above it
>>> returns an off-by-one result, {.rm_so = 0, .rm_eo = 3}.
>>>
>>> Compiling with TRE_DEBUG, I see it parsed correctly:
>>>
>>> catenation, sub 0, 0 tags
>>> ??? assertions: bol
>>> ??? iteration {-1, 2}, sub -1, 0 tags, greedy
>>> ????? literal (0, 9) (48, 57), pos 0, sub -1, 0 tags
>>>
>>> ...but after tre_expand_ast I see
&...
2024 Jul 29
1
Question about regexp edge case
On StackOverflow (here:
https://stackoverflow.com/questions/78803652/why-does-gsub-in-r-match-one-character-too-many)
there was a question about this result:
> gsub("^([0-9]{,5}).*","\\1","123456789")
[1] "123456"
The OP expected "12345" as the result. Several points were raised:
- The R docs don't mention the case of {,5} for the
2015 Dec 31
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...72/match=package+tools+malformed
>> Date: 2010-01-25 06:55:41 GMT (5 years, 48 weeks, 1 day, 20 hours and
>> 30 minutes ago)
>>
>> To that, to get debug data, I have
>>
>> * added -DTRE_DUGUG to src/extra/tre/Makefile # ALL_CFLAGS =
>> $(ALL_CFLAGS_LO) -DTRE_DEBUG
>> * rm src/extra/tre/tre-match-parallel.o
>> * find . -name \*.so -exec rm {} \;
>> * make
>> * cd src/library/tools
>> * make -s sysdata
>>
>> Attached are the two script files of the screen output. The 32-bit
>> one is more verbose - and contains...
2016 Jan 01
2
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...atch=package+tools+malformed Date: 2010-01-25 06:55:41 GMT (5 years, 48 weeks, 1 day, 20 hours and 30 minutes ago)
>>>>
>>>> To that, to get debug data, I have
>>>>
>>>> * added -DTRE_DUGUG to src/extra/tre/Makefile # ALL_CFLAGS = $(ALL_CFLAGS_LO) -DTRE_DEBUG
>>>> * rm src/extra/tre/tre-match-parallel.o
>>>> * find . -name \*.so -exec rm {} \;
>>>> * make
>>>> * cd src/library/tools
>>>> * make -s sysdata
>>>>
>>>> Attached are the two script files of the screen output....
2016 Jan 03
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...ate: 2010-01-25 06:55:41 GMT (5 years, 48 weeks, 1 day, 20 hours and 30 minutes ago)
>>>>>>
>>>>>> To that, to get debug data, I have
>>>>>>
>>>>>> * added -DTRE_DUGUG to src/extra/tre/Makefile # ALL_CFLAGS = $(ALL_CFLAGS_LO) -DTRE_DEBUG
>>>>>> * rm src/extra/tre/tre-match-parallel.o
>>>>>> * find . -name \*.so -exec rm {} \;
>>>>>> * make
>>>>>> * cd src/library/tools
>>>>>> * make -s sysdata
>>>>>>
>>>>>>...
2016 Jan 01
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
....r.devel/23372/match=package+tools+malformed Date: 2010-01-25 06:55:41 GMT (5 years, 48 weeks, 1 day, 20 hours and 30 minutes ago)
>>>
>>> To that, to get debug data, I have
>>>
>>> * added -DTRE_DUGUG to src/extra/tre/Makefile # ALL_CFLAGS = $(ALL_CFLAGS_LO) -DTRE_DEBUG
>>> * rm src/extra/tre/tre-match-parallel.o
>>> * find . -name \*.so -exec rm {} \;
>>> * make
>>> * cd src/library/tools
>>> * make -s sysdata
>>>
>>> Attached are the two script files of the screen output. The 32-bit one is more verb...
2016 Jan 01
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...ls+malformed Date: 2010-01-25 06:55:41 GMT (5 years, 48 weeks, 1 day, 20 hours and 30 minutes ago)
>>>>>
>>>>> To that, to get debug data, I have
>>>>>
>>>>> * added -DTRE_DUGUG to src/extra/tre/Makefile # ALL_CFLAGS = $(ALL_CFLAGS_LO) -DTRE_DEBUG
>>>>> * rm src/extra/tre/tre-match-parallel.o
>>>>> * find . -name \*.so -exec rm {} \;
>>>>> * make
>>>>> * cd src/library/tools
>>>>> * make -s sysdata
>>>>>
>>>>> Attached are the two script...
2016 Jan 04
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...:55:41 GMT (5 years, 48 weeks, 1 day, 20 hours and 30 minutes ago)
>>>>>>>
>>>>>>> To that, to get debug data, I have
>>>>>>>
>>>>>>> * added -DTRE_DUGUG to src/extra/tre/Makefile # ALL_CFLAGS = $(ALL_CFLAGS_LO) -DTRE_DEBUG
>>>>>>> * rm src/extra/tre/tre-match-parallel.o
>>>>>>> * find . -name \*.so -exec rm {} \;
>>>>>>> * make
>>>>>>> * cd src/library/tools
>>>>>>> * make -s sysdata
>>>>>>>...
2016 Jan 03
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...>>> hours and 30 minutes ago)
>>>>>>>
>>>>>>> To that, to get debug data, I have
>>>>>>>
>>>>>>> * added -DTRE_DUGUG to src/extra/tre/Makefile # ALL_CFLAGS =
>>>>>>> $(ALL_CFLAGS_LO) -DTRE_DEBUG
>>>>>>> * rm src/extra/tre/tre-match-parallel.o
>>>>>>> * find . -name \*.so -exec rm {} \;
>>>>>>> * make
>>>>>>> * cd src/library/tools
>>>>>>> * make -s sysdata
>>>>>>>
&...
2016 Jan 04
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...years, 48 weeks, 1 day, 20 hours and 30 minutes ago)
>>>>>>>>
>>>>>>>> To that, to get debug data, I have
>>>>>>>>
>>>>>>>> * added -DTRE_DUGUG to src/extra/tre/Makefile # ALL_CFLAGS = $(ALL_CFLAGS_LO) -DTRE_DEBUG
>>>>>>>> * rm src/extra/tre/tre-match-parallel.o
>>>>>>>> * find . -name \*.so -exec rm {} \;
>>>>>>>> * make
>>>>>>>> * cd src/library/tools
>>>>>>>> * make -s sysdata
>>&g...
2015 Dec 29
2
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...alformed
http://article.gmane.org/gmane.comp.lang.r.devel/23372/match=package+tools+malformed
Date: 2010-01-25 06:55:41 GMT (5 years, 48 weeks, 1 day, 20 hours and 30
minutes ago)
To that, to get debug data, I have
* added -DTRE_DUGUG to src/extra/tre/Makefile # ALL_CFLAGS =
$(ALL_CFLAGS_LO) -DTRE_DEBUG
* rm src/extra/tre/tre-match-parallel.o
* find . -name \*.so -exec rm {} \;
* make
* cd src/library/tools
* make -s sysdata
Attached are the two script files of the screen output. The 32-bit one
is more verbose - and contains magically lines such as:
found match 3037fd14 (while "found&qu...
2016 Jan 04
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...day, 20 hours and 30 minutes ago)
>>>>>>>>>
>>>>>>>>> To that, to get debug data, I have
>>>>>>>>>
>>>>>>>>> * added -DTRE_DUGUG to src/extra/tre/Makefile # ALL_CFLAGS = $(ALL_CFLAGS_LO) -DTRE_DEBUG
>>>>>>>>> * rm src/extra/tre/tre-match-parallel.o
>>>>>>>>> * find . -name \*.so -exec rm {} \;
>>>>>>>>> * make
>>>>>>>>> * cd src/library/tools
>>>>>>>>> * make -...