search for: brodi

Displaying 20 results from an estimated 96 matches for "brodi".

Did you mean: brodie
2018 Sep 25
1
Fwd: Bug report: cbind with numeric and raw gives incorrect result
Thanks Brodie, that's some nice detective work. If someone wanted to grant me access to Bugzilla, I'll be happy to post the bug and patch there (with your permission Brodie?) and help this bug get fixed. Mike. On Tue., 25 Sep. 2018, 10:53 pm brodie gaslam, <brodie.gaslam at yahoo.com> wrote: &...
2010 Aug 23
4
building on RHEL 5/CentOS 5
RHEL5 has autoconf 2.59 and automake 1.9.6. I've managed to build the whole Xapian family by reducing the requirement to 2.59/1.9.6 in configure.ac. Omega requires docdir which can be added by hand in docs/Makefile.am: docdir = ${datadir}/doc/${PACKAGE} if !MAINTAINER_NO_DOCS dist_doc_DATA = $(RSTHTML) endif All I've done is get these packages compiled - I haven't tested in any
2010 Sep 01
8
FIXMEs in Search::Xapian
Carrying on this conversation: http://lists.tartarus.org/pipermail/xapian-discuss/2007-March/003513.html void TermGenerator::set_stopper(stopper) Stopper * stopper CODE: // FIXME: no corresponding SvREFCNT_dec(), but a leak seems better than // a SEGV! SvREFCNT_inc(ST(1)); THIS->set_stopper(stopper); It would be good to fix these FIXMEs. A class-level HASH could be
2020 Mar 06
1
findInterval Documentation Suggestion
...pen to providing a prose translation, but putting that in the details? If so, it would be useful to get feedback on what parts of the prose I proposed are imprecise enough to be incorrect/incomplete for some corner case. Finally, would it make sense to move this discussion to bugzilla? Best, Brodie.
2011 Feb 07
4
http://xapian.org/download RHEL instructions
Hello :-) The instructions regards Tim Brody's packages are incomplete in that rpm-eprints-org-key is needed by rpm-eprints-org-xapian-5-1.noarch. The RPM for rpm-eprints-org-key is at http://rpm.eprints.org/rpm-eprints-org-key-1-1.noarch.rpm Best Charles
2016 Nov 27
1
Changes in error reporting in r-devel
On 27 November 2016 at 13:20, Duncan Murdoch wrote: | On 27/11/2016 11:34 AM, brodie gaslam via R-devel wrote: | > Minor issue, but the following changed as of R3.3.2 from: | > | > > a <- function() b() | > > a() | > Error in a() : could not find function "b" | > | > To (at least in R Under development (unstable) (2016-11-20 r716...
2020 Mar 05
3
findInterval Documentation Suggestion
...t to understand the documentation should venture to re-write it. Nonetheless I attach a proposed alternate version in the hopes that someone who clearly understand the original might use or adapt parts of it to make `?findInterval` more accessible to those comprehension-challenged like me. Best, Brodie
2020 May 20
2
Precision of function mean,bug?
...7.31. > > You just can't trust == on FP operations. Notice also Additionally, since you're implementing a "mean" function you are testing against R's mean, you might want to consider that R uses a two-pass calculation[1] to reduce floating point precision error. Best, Brodie. [1] https://github.com/wch/r-source/blob/tags/R-4-0-0/src/main/summary.c#L482 > > a2=(z[idx]+x[idx]+y[idx])/3 > > a2==a > [1] FALSE > > a2==b > [1] TRUE > > -pd > > > On 20 May 2020, at 12:40 , Morgan Morgan <morgan.emailbox at gmail.com> wrote: >...
2018 Mar 29
2
Possible `substr` bug in UTF-8 Corner Case
...checks on UTF-8 strings and things seem to work okay. I have very limited experience making changes to R (this is my first attempt at a patch) so please take all of the above with extreme skepticism. Apologies in advance if this turns out to be a false alarm caused by an error on my part. Best, Brodie. PS: apologies also if the formatting of this e-mail is bad.? I have not figured out how to get plaintext working properly with yahoo.
2010 Nov 22
5
perl bindings
Hi All, When are the XS-based Perl bindings going to be deprecated in favour of the SWIG bindings? Please remove the dead RHEL RPMs from: http://xapian.org/download I've built RPMs for RHEL5/CentOS5 (with a different signing key) here: http://rpm.eprints.org/xapian/5/ RHEL4 is eol and shouldn't be used. For my own convenience I have written an RPM for the repository: rpm -ivh
2020 May 27
1
R-ints context documentation
...like: > Note that whilst calls to closures always set a context, > those to builtins only set a context under profiling > or if they are of the foreign variety (e.g `.C` and similar), > and those to special internal functions never do. Based on the 'eval.c' source[2]. Best, Brodie [1]: https://cran.r-project.org/doc/manuals/r-devel/R-ints.html#Contexts [2]: https://github.com/wch/r-source/blob/tags/R-4-0-0/src/main/eval.c#L821
2011 Aug 11
3
Fwd: Re: what is the fastest way to fetch results which are sorted by timestamp ?
(Forwarded off-list message) -------- Original Message -------- Subject: Re: [Xapian-discuss] what is the fastest way to fetch results which are sorted by timestamp ? Date: Thu, 11 Aug 2011 01:06:36 +0800 From: ??? <panjunyong at gmail.com> To: Tim Brody <tdb2 at ecs.soton.ac.uk> On Wed, Aug 10, 2011 at 6:39 PM, Tim Brody <tdb2 at ecs.soton.ac.uk> wrote: > Hi, > > In
2019 Jul 16
1
[External] Mitigating Stalls Caused by Call Deparse on Error
...r to add this to the wishlist item. This all needs to be looked > at together, and nothing is likely to happen until after > vacation/conference season. It will disappear from everyone's radar > if it is just in R_devel. > > Best, > > luke > > On Sun, 14 Jul 2019, brodie gaslam wrote: > >> Luke, thanks for considering the issue. I would like to >> try to separate the problem into two parts, as I _think_ >> your comments address primarily part 2 below: >> >> 1. How can we avoid significant and possibly crippling >> stall...
2019 Jul 14
2
[External] Mitigating Stalls Caused by Call Deparse on Error
...lution at hand, especially since the complete deparse of large objects likely serves no purpose in this case. Obviously, if storing the actual calls instead of their deparsed equivalents in .Traceback causes problems I'm not anticipating, then that's different.? Is that the case? Best, Brodie. [1]: https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17580 On Sunday, July 14, 2019, 8:52:45 AM EDT, Tierney, Luke <luke-tierney at uiowa.edu> wrote: This is probably best viewed in the context of other issue with displaying calls, such as issues arising from calls constructed i...
2016 Nov 27
3
Changes in error reporting in r-devel
Minor issue, but the following changed as of R3.3.2 from: > a <- function() b() > a() Error in a() : could not find function "b" To (at least in R Under development (unstable) (2016-11-20 r71670)): Error in b() : could not find function "b" Notice the "Error in **b**() :" part. The original error message seems more correct to me, although
2017 Sep 17
0
FW: CRAN check errors: drake 4.1.0 on r-devel-linux-x86_64-debian-clang
...ubmit.html] >> >> The following package was uploaded to CRAN: >> =========================================== >> >> Package Information: >> Package: crayon >> Version: 1.3.4 >> Title: Colored Terminal Output >> Author(s): G?bor Cs?rdi [aut, cre], Brodie Gaslam [ctb] >> Maintainer: G?bor Cs?rdi <mailto:csardi.gabor at gmail.com> >> Suggests: mockery, rstudioapi, testthat, withr >> Description: Colored terminal output on terminals that support 'ANSI' >>??? color and highlight codes. It also works in 'Emacs&...
2018 Sep 24
3
Fwd: Bug report: cbind with numeric and raw gives incorrect result
Hi there, using cbind with a numeric and raw argument produces an incorrect result. I've posted some details below, kind regards, Mike. e.g. > cbind(0, as.raw(0)) [,1] [,2] [1,] 0 6.950136e-310 A longer example shows that the result is not a rounding error, is not consistent, and repeated applications get different results. > cbind(0, as.raw(1:10))
2020 Jun 01
1
eval and Calling Frames
...those probably push the envelope in this area.? There only one failed with 2,613 passing.? The failed one is for a deprecated function that was specifically checking for the repeated `evalq` contexts[7]. I also attach a document with additional examples and commentary for those interested. Best, Brodie. PS: for a loosely related issue see #15531[8]. [1]: https://github.com/wch/r-source/blob/tags/R-4-0-0/src/main/eval.c#L3329 [2]: https://github.com/wch/r-source/blob/tags/R-4-0-0/src/main/context.c#L260 [3]: https://github.com/wch/r-source/blob/tags/R-4-0-0/src/main/context.c#L433 [4]: https://...
2003 Mar 07
2
Win XP-home connecting to Samba, ahhh, please help!
...9;192.168.0.202', the Linux box has a IP of 192.168.0.121 (I added that in the file thinking it might help, didn't). So any help would be GREATLY appreciated. I'm definetly not a Linux experienced user, and proving that every second now. Feel free to e-mail me directly. Thanks, Mark Brodis fj40rockcrawler@yahoo.com __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/
2003 Mar 10
2
WAS: XP home -> Samba NOW: Must be other networking issues...
...server called "Mark", (already had one called "mark"), I'm guessing Windows would export my username as "Mark" with a capital "M", that's probably what it's setup as. Maybe that helped slightly also. Any help would be appreciated. Thanks, Mark Brodis fj40rockcrawler@yahoo.com __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/