search for: coderef

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

Did you mean: noderef
2011 Apr 19
1
Sweave tokens not in column 1: enhancement request
When I re-use a code chunk in Sweave, together with keep.source=TRUE, I would like to follow usual programming conventions in which the amount of white space on the left indicates logical structure. It seems that one can't do this in Sweave, or am I wrong? for (i in ind) { do such-and-such and then <<code chunk 20>> do something-else } Sweave will say that << is
2017 Jan 26
1
Re: [nbdkit PATCH 0/2] bind .zero to more languages
On 01/24/2017 09:16 AM, Richard W.M. Jones wrote: > In Perl, old code to raise an error would look like: > > sub pread > { > my $h = shift; > my $count = shift; > my $offset = shift; > my $ret; > read ($FH, $ret, $count, $offset) || die "read: $!" > return $ret; > } > > (Note that die does not exit the program,
2013 Dec 11
29
[PATCH RFC V2 0/6] OSSTest: OVMF test job
RFC v2 of this series This series implements a basic test job for OVMF guest. The test case will install an OVMF guest and try to boot it. It is also possible to derive a debian HVM installation test case from ts-ovmf-debian-install - the only difference should be the BIOS option. I tested running the test script without specifying BIOS, it worked fine. I just didn''t figure out a