search for: kelley

Displaying 20 results from an estimated 504 matches for "kelley".

2010 Mar 18
2
recommendations on use of -> operator
...se -> to assign to things that are not expected to vary through the rest of the code block. Q1: is there a convention, informal or otherwise, on when to use the -> operator? Q2: if there is no convention, but if people think a convention might help, what would that convention be? Dan Kelley, PhD Professor and Graduate Coordinator Dept. Oceanography, Dalhousie University, Halifax NS B3H 4J1 kelley.dan@gmail.com (1-minute path on US server) or Dan.Kelley@Dal.Ca (2-hour path on Cdn server) Phone 902 494 1694; Fax 902 494 3877 [[alternative HTML version deleted]]
2004 Mar 19
0
Fwd: osx/fink: cannot do "R INSTALL" (library mixup)
Begin forwarded message: > From: Dan Kelley <Dan.Kelley at Dal.Ca> > Date: March 19, 2004 12:00:01 PM AST > To: Don MacQueen <macq at llnl.gov> > Subject: Re: [R] osx/fink: cannot do "R INSTALL" (library mixup) > > That works perfectly! THanks. I did > 524 export PKG_LIBS="-L/usr/local/lib -L...
2014 Jan 28
2
how to unbreak a circular package dependence (S4 class data)
...actice. Thanks in advance to anyone who wishes to offer hints. PS. The problem arose from an attempt to reduce CRAN load by extracting the datasets that had been contained within a previous version of Foo. PPS. my (slow-building) packages are on github and I can supply details if needed. Dan E. Kelley Professor, Oceanography Department Dalhousie University, Canada Dan.Kelley@Dal.CA<mailto:Dan.Kelley@Dal.CA> [[alternative HTML version deleted]]
2018 Apr 05
2
can valgrind read LLD's debug info?
--rosegment puts read-only data and executable text in a single segment and make it executable, so your read-only code becomes executable. I think that shouldn't be a default behavior. If valgrind needs that, we can't fix it by changing the default. On Thu, Apr 5, 2018 at 2:50 PM Andrew Kelley via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Confirmed that -no-rosegment worked around the issue. > > However, a valgrind developer says that perhaps LLD is generating strange > object files: > > <tomhughes> I suspect that is some extra ro segment in addition...
2005 May 06
1
R on Macintosh OSX Tiger
...dlopen(/Library/Frameworks/R.framework/Resources/library/grDevices/ libs/grDevices.so, 6): corrupt binary, library ordinal too big In addition: Warning message: package grDevices in options("defaultPackages") was not found Error: package 'grDevices' could not be loaded Dan E. Kelley, Associate Professor phone:(902)494-1694 Oceanography Department, Dalhousie University fax:(902)494-2885 Halifax, Nova Scotia mailto:Dan.Kelley@Dal.CA Canada B3H 4J1 http://www.phys.ocean.dal.ca/~kelley/Kelley_Dan.html [[alternative HTML version del...
2010 Dec 27
5
Is apostrophe (') something special in a regex if at end?
(Ruby 1.9.2) I have a simple validation regex which I need to pass the following values: "Billy-Bob" and "O''Kelley" (as test cases). Originally I was not allowing apostrophe but it became apparent I had to allow it. The initial regex was: /^[a-zA-Z -]*$/ Now, when I added the apostrophe like this: /^[a-zA-Z'' -'']*$/ Then for some reason "Billy-Bob" was not getting matched:...
2018 Apr 05
2
can valgrind read LLD's debug info?
..., Apr 5, 2018 at 5:16 PM, Shoaib Meenai <smeenai at fb.com> wrote: > It's more of a valgrind issue than an LLD issue, but you can work around > it by linking with --no-rosegment > > > > *From: *llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Andrew > Kelley via llvm-dev <llvm-dev at lists.llvm.org> > *Reply-To: *Andrew Kelley <superjoe30 at gmail.com> > *Date: *Thursday, April 5, 2018 at 2:14 PM > *To: *LLVM Dev <llvm-dev at lists.llvm.org> > *Subject: *[llvm-dev] can valgrind read LLD's debug info? > > > &gt...
2018 Nov 27
3
apt.llvm.org has the wrong binaries/headers for llvm-toolchain-xenial-7
Who maintains apt.llvm.org? On 11/27/18 9:25 AM, Andrew Kelley wrote: > ---------- Forwarded message --------- > From: Andrew Kelley <superjoe30 at gmail.com> > Date: Mon, Nov 26, 2018 at 10:38 AM > Subject: apt.llvm.org has the wrong binaries/headers for llvm-toolchain-xenial-7 > To: LLVM Dev <llvm-dev at lists.llvm.org> > > &...
2006 Mar 13
0
R_alloc problem (Mac OSX)
...conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "powerpc-apple-darwin"...Reading symbols for shared libraries .... done (gdb) run Starting program: /Users/kelley/src/R-from-fortran/test5 Reading symbols for shared libraries .........+ done about to call R_alloc(1,4) Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x0000000c GetNewPage (node_class=1) at ../../../../R-2.2.1/src/main/memory.c:622 62...
2017 May 02
1
Any progress on write.csv fileEncoding for UTF-16 and UTF-32 ?
On 01/05/2017 8:49 PM, Jack Kelley wrote: > Thanks for looking into this. > > A few notes regarding all the UTF encodings on Windows 10 ... This all stems from the ancient bad decision by Microsoft to translate LF characters to CR LF when writing text files. R passes 0A or 0A 00 or 0A 00 00 00 to the output routine (par...
2017 May 01
3
Any progress on write.csv fileEncoding for UTF-16 and UTF-32 ?
...ators. > > I don't know how difficult it would be to fix the write.table problems. I've now taken a look, and it appears as if it's not too hard. I'll see if I can work out a patch that I trust. Duncan Murdoch > > Duncan Murdoch > > On 29/04/2017 7:53 PM, Jack Kelley wrote: >> "R version 3.4.0 (2017-04-21)" on "x86_64-w64-mingw32" platform >> >> I am using CSVs and other text tables, and text in general (including >> regular expressions), on Windows 10. >> For me, that means dealing with Windows-1252 and UTF-8...
2017 Dec 01
2
[Release-testers] 5.0.1-rc2 has been tagged
...of 5.0.1rc2 hit this bug: https://bugs.llvm.org/show_bug.cgi?id=34452 I suppose the fix has not been backported to 5.0.1. So I created a Release build of 5.0.1rc2 and all zig tests pass, with the following patches: * Patches to LLD: commit a206ef34bbbc46017e471063a4a1832c1ddafb0a Author: Andrew Kelley <superjoe30 at gmail.com> Date: Fri Dec 1 12:11:55 2017 -0500 LLD patch: Fix the ASM code generated for __stub_helpers section This applies 93ca847862af07632197dcf2d8a68b9b27a26d7a from the llvm-project git monorepo to the embedded LLD. commit ddca67a2b94f68985789fc8254fd1326...
2006 Mar 15
1
R_alloc problem on Mac OSX (PR#8683)
Full_Name: Dan Kelley Version: 2.2.1 OS: Mac OSX Submission from: (NULL) (129.173.23.36) I'm having difficulties getting R_alloc() to work on a 64-bit Mac running R 2.2.1 installed via a .dmg file obtained from the R site. Details are given below, in a level of detail that I hope is appropriate. My eye was parti...
2018 Apr 05
0
can valgrind read LLD's debug info?
...-only data and executable text in a single segment > and make it executable, so your read-only code becomes executable. I think > that shouldn't be a default behavior. If valgrind needs that, we can't fix > it by changing the default. > > On Thu, Apr 5, 2018 at 2:50 PM Andrew Kelley via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Confirmed that -no-rosegment worked around the issue. >> >> However, a valgrind developer says that perhaps LLD is generating strange >> object files: >> >> <tomhughes> I suspect that is s...
2018 Apr 05
0
can valgrind read LLD's debug info?
...is quite odd - the ro segment in the phdrs doesn't seem to have to any section listed in the shdrs <tomhughes> s/have/map/ Is this something where LLD can be reasonably changed to be compatible with valgrind without this workaround? Thanks, Andrew On Thu, Apr 5, 2018 at 5:28 PM, Andrew Kelley <superjoe30 at gmail.com> wrote: > As a frontend, what are the downsides of enabling --no-rosegment by > default? > > So far the pro list is: > * valgrind debug info will work by default > > What's on the con list? > > On Thu, Apr 5, 2018 at 5:16 PM, Shoaib Me...
2010 Mar 05
2
Improved Nelder-Mead algorithm - a potential replacement for optim's Nelder-Mead
Hi, I have written an R translation of C.T. Kelley's Matlab version of the Nelder-Mead algorithm. This algorithm is discussed in detail in his book "Iterative methods for optimization" (SIAM 1999, Chapter 8). I have tested this relatively extensively on a number of smooth and non-smooth problems. It performs well, in general, and i...
2017 Oct 25
2
linkonce expected behavior?
...It's referenced by a different .o file, but nothing within the module. My confusion comes from the missing direct object in the sentence. Referenced by a function local to the module? Referenced by any object in the linker job? > > vedant > > On Oct 24, 2017, at 6:09 PM, Andrew Kelley via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > http://llvm.org/docs/LangRef.html#linkage-types says: > > Globals with “linkonce” linkage are merged with other globals of the same > name when linkage occurs. This can be used to implement some forms of > inline fun...
2004 May 01
1
will not compile on Fedora Core 2 Test 2 (PR#6844)
Full_Name: Dan Kelley Version: 1.9.0 OS: Fedora Core 2 Test 2 Submission from: (NULL) (142.177.39.160) Pasted below is part of the output from ./configure && make on Fedora Core 2 Test 2. I am not sure what else to try, but if there are tests that might help, I'd be very happy to do them. (Note: t...
1998 Sep 18
4
Letter case not preserved
All files transferred to my Samba server end up with lower case on the Unix box. Case is not preserved from NT to Unix. For example, if I copy C:\Temp\MyFile to a directory on the Samba server, it ends up there as myfile. What am I missing? I browsed the FAQ's in the web pages, without success... Marc Provencher Foxboro Calgary, Systems Integration and IT (403) 777-4275
2017 Jun 04
2
trying to get a minimal windows program linked with lld
...both link.exe and MinGW-w64's ld are able to handle the import library correctly, I'm inclined to believe this is an issue with lld. I'm attaching the kernel32.lib output by dlltool for ease of investigation. From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Andrew Kelley via llvm-dev <llvm-dev at lists.llvm.org> Reply-To: Andrew Kelley <superjoe30 at gmail.com> Date: Sunday, June 4, 2017 at 1:15 PM To: LLVM Dev <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] trying to get a minimal windows program linked with lld Update: smeenai from #llvm h...