search for: reqr

Displaying 3 results from an estimated 3 matches for "reqr".

Did you mean: req
2018 Nov 12
2
Better cleanup of example session during check
I have a couple of packages (?fiery? and ?reqres') that uses a mock of a rook request for their examples. The mock is an R6 object containing a rawConnection, along with a finalizer that closes this connection when the object is removed. So far so good. I?ve recently been getting CRAN errors due to the rawConnection not being closed in exam...
2018 Nov 12
0
Better cleanup of example session during check
On 12/11/2018 8:09 AM, Thomas Lin Pedersen wrote: > I have a couple of packages (?fiery? and ?reqres') that uses a mock of a rook request for their examples. The mock is an R6 object containing a rawConnection, along with a finalizer that closes this connection when the object is removed. So far so good. I?ve recently been getting CRAN errors due to the rawConnection not being closed in exam...
2012 Aug 16
0
[RFC v1 5/5] VBD: enlarge max segment per request in blkfront
...>max_seg, GFP_KERNEL); + if (!be->blkif->req || !be->blkif->seg_req) { + kfree(be->blkif->req); + kfree(be->blkif->seg_req); + xenbus_dev_fatal(dev, err, "no enough memory"); + return -ENOMEM; + } + err = xenbus_gather(XBT_NIL, dev->otherend, "reqring-ref", "%lu", + &ring_ref, "event-channel", "%u", &evtchn, + "segring-ref", "%lu", &segring_ref, NULL); + if (err) { + xenbus_dev_fatal(dev, err, + "reading %s/ring/segring-ref and event-channel", +...