Displaying 8 results from an estimated 8 matches for "parsedata".
2018 Jul 30
2
Problem with parseData
Hi,
I have run into a problem with parseData from the utils package.? When
an assignment is done with = instead of <-, the information provided by
parseData does not include an entry for the assignment.
For this input, stored in file "BadPosition.R":
y <- 5
foo = 7
And running this code:
parsed <- parse("BadPosit...
2018 Oct 02
1
Problem with parseData
...for the report. This is something to be fixed in R - I am
> now testing a patch that adds the extra node for the equality
> assignment expression.
>
> Best,
> Tomas
>
> On 07/30/2018 05:35 PM, Barbara Lerner wrote:
>> Hi,
>>
>> I have run into a problem with parseData from the utils package.? When
>> an assignment is done with = instead of <-, the information provided by
>> parseData does not include an entry for the assignment.
>>
>> For this input, stored in file "BadPosition.R":
>>
>> y <- 5
>> foo = 7...
2018 Aug 16
0
Problem with parseData
Dear Barbara,
thank you for the report. This is something to be fixed in R - I am now
testing a patch that adds the extra node for the equality assignment
expression.
Best,
Tomas
On 07/30/2018 05:35 PM, Barbara Lerner wrote:
> Hi,
>
> I have run into a problem with parseData from the utils package.? When
> an assignment is done with = instead of <-, the information provided by
> parseData does not include an entry for the assignment.
>
> For this input, stored in file "BadPosition.R":
>
> y <- 5
> foo = 7
>
> And running this...
2019 Aug 30
1
New lazyload rdx key type: list(eagerKey=, lazyKeys=)
...da.r", "R", "lambda.r.rdx"))
> length(Filter(is.integer, rdx$references))
[1] 4
> str(Filter(Negate(is.integer), rdx$references))
List of 5
$ env::5:List of 2
..$ eagerKey: int [1:2] 28278 328
..$ lazyKeys:List of 2
.. ..$ lines : int [1:2] 28606 80
.. ..$ parseData: int [1:2] 28686 389
$ env::6:List of 2
..$ eagerKey: int [1:2] 29075 327
..$ lazyKeys:List of 2
.. ..$ lines : int [1:2] 29402 71
.. ..$ parseData: int [1:2] 29473 321
$ env::7:List of 2
..$ eagerKey: int [1:2] 29794 325
..$ lazyKeys:List of 2
.. ..$ lines : int [1:2] 30119 1...
2008 Jan 30
3
Ajax.Request - nothing in responseText, I need it!!
...------------------
function updateData()
{
url = "http://www.myURL.com/updateData.php?myparams";
new Ajax.Request(url, {
method: ''POST'',
asynchronus: ''true'',
contentType: ''text/html'',
onComplete: parseData});
}
function parseData(originalRequest)
{
myResponse = originalRequest.responseText;
myDivID.innerHTML += myResponse;
}
-------------------------------------------------
when I include alerts in parseData to see if there is any content to
responseText, it always comes back empty....
2013 Jan 14
1
Issue with getParserData in R3.0.0
...RUnit or from R CMD check.
I've narrowed it down to the function getSrcfile, which is returning different values depending on the code path. From the command line (works okay):
debug: srcfile <- getSrcfile(x)
Browse[2]>
debug: if (is.null(srcfile)) return(NULL) else data <- srcfile$parseData
Browse[2]> srcfile
<text>
When running from the Runit script I get this instead:
debug: srcfile <- getSrcfile(x)
Browse[3]>
debug: if (is.null(srcfile)) return(NULL) else data <- srcfile$parseData
Browse[3]> srcfile
NULL
Below is an example calling the getParserData from t...
2014 Dec 24
0
Inconsistent Parse Behavior
...UE
+ } )
+ c("", {
+?? lst <- list(list( 1,? 2), list( 3, list( 4, list( 5, list(6, 6.1, 6.2)))))
+ } )
+ c("", {
+?? TRUE
+ } )'
> prs1 <- parse(text=txt, keep.source=TRUE)
> prs2 <- parse(text=txt, keep.source=TRUE)
> which(attr(prs1, "srcfile")$parseData != attr(prs2, "srcfile")$parseData)
[1] 1176
> sessionInfo()
R version 3.1.2 (2014-10-31)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats???? graphics? grDevices utils???? dataset...
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251
Bug ID: 95251
Summary: vdpau decoder capabilities: not supported
Product: Mesa
Version: 11.2
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at