search for: erezsh

Displaying 16 results from an estimated 16 matches for "erezsh".

Did you mean: eres
2024 Jul 30
1
C API - no NULL pointer guarantee?
...may be even perhaps useful to declare it as a separate type to make this clearer, but I don't think it was really necessary so far. Any other cases where a SEXP value somehow escapes as NULL should be considered a bug. Cheers, Simon > On 30/07/2024, at 2:54 PM, Erez Shomron <r-mails at erezsh.org> wrote: > > Thank you Ivan, > > At this point, without it being documented explicitly, I tend to lean on the safe side. > > If the non-null assumption is ever incorrect, on debug and safe builds unwrapping is an assert that will guarantee to crash R. > > While the...
2024 Jul 30
1
C API - no NULL pointer guarantee?
...ll. Last but not least, thanks for sharing your WIP documentation. If you agree, I definitely can use that as a reference as I progress. Best regards, - Erez On Mon, Jul 29, 2024, at 1:23 PM, Ivan Krylov wrote: > ? Sat, 27 Jul 2024 14:36:20 +0300 > "Erez Shomron" <r-mails at erezsh.org> ?????: > > > I'm working on bindings for the API (for zig), and was wondering if > > the R's C API guarantees it won't return null pointers? The only > > reference I found in the "Writing R Extensions" manual where this not > > the case is `...
2024 Jul 29
1
C API - no NULL pointer guarantee?
? Sat, 27 Jul 2024 14:36:20 +0300 "Erez Shomron" <r-mails at erezsh.org> ?????: > I'm working on bindings for the API (for zig), and was wondering if > the R's C API guarantees it won't return null pointers? The only > reference I found in the "Writing R Extensions" manual where this not > the case is `R_tryEval` and `R_tryEval...
2024 Jul 06
1
Bug? plot.formula does need support plot.first / plot.last param in plot.default
? Fri, 05 Jul 2024 14:35:40 +0300 "Erez Shomron" <r-mails at erezsh.org> ?????: > This works as expected: > with(mtcars, plot(wt, mpg, plot.first = { > plot.window(range(wt), range(mpg)) > arrows(3, 15, 4, 30) > })) I think you meant panel.first, not plot.first. At least I cannot find any mention of plot.first in the R source code. In t...
2024 Jul 27
1
C API - no NULL pointer guarantee?
Hello, I'm working on bindings for the API (for zig), and was wondering if the R's C API guarantees it won't return null pointers? The only reference I found in the "Writing R Extensions" manual where this not the case is `R_tryEval` and `R_tryEvalSilent`. Otherwise it's unclear. The reason I care about this is syntax. Because I don't know whether SEXPs are NULL or
2024 Jul 05
2
Bug? plot.formula does need support plot.first / plot.last param in plot.default
Is the following a bug in your opinion? I think so. This works as expected: ``` with(mtcars, plot(wt, mpg, plot.first = { plot.window(range(wt), range(mpg)) arrows(3, 15, 4, 30) })) ``` This does not. ``` plot(mpg ~ wt, data = mtcars, plot.first = { plot.window(range(wt), range(mpg)) arrows(3, 15, 4, 30) }) ``` With error: ``` Error in arrows(3, 15, 4, 30) : plot.new has not
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...t; Enric Balletbo i Serra <eballetbo@gmail.com> Enric Balletbo i Serra <eballetbo@iseebcn.com> Enrico Butera <ebutera@users.berlios.de> Enrico Mioso <mrkiko.rs@gmail.com> Eran <eran@over-here.org> Eran Harary <eran.harary@intel.com> Erez Shitrit <erezsh@mellanox.co.il> Erez Shitrit <erezsh@mellanox.com> Eric Andersson <eric.andersson@unixphere.com> Eric Anholt <eric@anholt.net> Eric B Munson <emunson@mgebm.net> Eric Biederman <ebiederm@xmission.com> Eric Brower <ebrower@nvidia.com> Eric Bénard &...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...t; Enric Balletbo i Serra <eballetbo@gmail.com> Enric Balletbo i Serra <eballetbo@iseebcn.com> Enrico Butera <ebutera@users.berlios.de> Enrico Mioso <mrkiko.rs@gmail.com> Eran <eran@over-here.org> Eran Harary <eran.harary@intel.com> Erez Shitrit <erezsh@mellanox.co.il> Erez Shitrit <erezsh@mellanox.com> Eric Andersson <eric.andersson@unixphere.com> Eric Anholt <eric@anholt.net> Eric B Munson <emunson@mgebm.net> Eric Biederman <ebiederm@xmission.com> Eric Brower <ebrower@nvidia.com> Eric Bénard &...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...el Deloget <logout@free.fr> Emmanuel Grumbach <emmanuel.grumbach@intel.com> Enric Balletbo i Serra <eballetbo@gmail.com> Enric Balletbo i Serra <eballetbo@iseebcn.com> Enrico Butera <ebutera@users.berlios.de> Eran <eran@over-here.org> Erez Shitrit <erezsh@mellanox.co.il> Eric Andersson <eric.andersson@unixphere.com> Eric Anholt <eric@anholt.net> Eric B Munson <emunson@mgebm.net> Eric Biederman <ebiederm@xmission.com> Eric Bénard <eric@eukrea.com> Eric Chanudet <eric.chanudet@citrix.com> Eric Dumaz...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...el Deloget <logout@free.fr> Emmanuel Grumbach <emmanuel.grumbach@intel.com> Enric Balletbo i Serra <eballetbo@gmail.com> Enric Balletbo i Serra <eballetbo@iseebcn.com> Enrico Butera <ebutera@users.berlios.de> Eran <eran@over-here.org> Erez Shitrit <erezsh@mellanox.co.il> Eric Andersson <eric.andersson@unixphere.com> Eric Anholt <eric@anholt.net> Eric B Munson <emunson@mgebm.net> Eric Biederman <ebiederm@xmission.com> Eric Bénard <eric@eukrea.com> Eric Chanudet <eric.chanudet@citrix.com> Eric Dumaz...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...el Deloget <logout@free.fr> Emmanuel Grumbach <emmanuel.grumbach@intel.com> Enric Balletbo i Serra <eballetbo@gmail.com> Enric Balletbo i Serra <eballetbo@iseebcn.com> Enrico Butera <ebutera@users.berlios.de> Eran <eran@over-here.org> Erez Shitrit <erezsh@mellanox.co.il> Eric Andersson <eric.andersson@unixphere.com> Eric Anholt <eric@anholt.net> Eric B Munson <emunson@mgebm.net> Eric Biederman <ebiederm@xmission.com> Eric Bénard <eric@eukrea.com> Eric Chanudet <eric.chanudet@citrix.com> Eric Dumaz...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...el Deloget <logout@free.fr> Emmanuel Grumbach <emmanuel.grumbach@intel.com> Enric Balletbo i Serra <eballetbo@gmail.com> Enric Balletbo i Serra <eballetbo@iseebcn.com> Enrico Butera <ebutera@users.berlios.de> Eran <eran@over-here.org> Erez Shitrit <erezsh@mellanox.co.il> Eric Andersson <eric.andersson@unixphere.com> Eric Anholt <eric@anholt.net> Eric B Munson <emunson@mgebm.net> Eric Biederman <ebiederm@xmission.com> Eric Bénard <eric@eukrea.com> Eric Chanudet <eric.chanudet@citrix.com> Eric Dumaz...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...el Deloget <logout@free.fr> Emmanuel Grumbach <emmanuel.grumbach@intel.com> Enric Balletbo i Serra <eballetbo@gmail.com> Enric Balletbo i Serra <eballetbo@iseebcn.com> Enrico Butera <ebutera@users.berlios.de> Eran <eran@over-here.org> Erez Shitrit <erezsh@mellanox.co.il> Eric Andersson <eric.andersson@unixphere.com> Eric Anholt <eric@anholt.net> Eric B Munson <emunson@mgebm.net> Eric Biederman <ebiederm@xmission.com> Eric Bénard <eric@eukrea.com> Eric Chanudet <eric.chanudet@citrix.com> Eric Dumaz...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...el Deloget <logout@free.fr> Emmanuel Grumbach <emmanuel.grumbach@intel.com> Enric Balletbo i Serra <eballetbo@gmail.com> Enric Balletbo i Serra <eballetbo@iseebcn.com> Enrico Butera <ebutera@users.berlios.de> Eran <eran@over-here.org> Erez Shitrit <erezsh@mellanox.co.il> Eric Andersson <eric.andersson@unixphere.com> Eric Anholt <eric@anholt.net> Eric B Munson <emunson@mgebm.net> Eric Biederman <ebiederm@xmission.com> Eric Bénard <eric@eukrea.com> Eric Chanudet <eric.chanudet@citrix.com> Eric Dumaz...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...el Deloget <logout@free.fr> Emmanuel Grumbach <emmanuel.grumbach@intel.com> Enric Balletbo i Serra <eballetbo@gmail.com> Enric Balletbo i Serra <eballetbo@iseebcn.com> Enrico Butera <ebutera@users.berlios.de> Eran <eran@over-here.org> Erez Shitrit <erezsh@mellanox.co.il> Eric Andersson <eric.andersson@unixphere.com> Eric Anholt <eric@anholt.net> Eric B Munson <emunson@mgebm.net> Eric Biederman <ebiederm@xmission.com> Eric Bénard <eric@eukrea.com> Eric Chanudet <eric.chanudet@citrix.com> Eric Dumaz...
2010 Apr 22
2
pci-attach - HOWTO
Hi, I tried to attach passrough io device to domU, the command (ended successfully in dom0), but when I entered the domU and typed the "lspci" command I didn''t see the new device, although the dom0 removed it from the "pci-list-assignable-devices". When I tried to detach it from the domU, the detach command returned with timeout error. What did I miss? perhaps I