search for: afoul

Displaying 20 results from an estimated 64 matches for "afoul".

2012 Oct 16
2
Licensing concerns in porting S-Plus code to R libraries
...porting the code to R, I of course had to make further changes (e.g., Trellis functions for lattice/grid functions, new C code to replace internal S-Plus routines to which I did not have the source code). I wondering if anyone can provide some guidance here as to what I can release without running afoul of any user agreement that may have come with S-Plus long ago. I'm assuming other package developers, especially those that were S-Plus users long ago, have encountered this issue and can advise me on what to do. Many thanks, Chris Green [[alternative HTML version deleted]]
2010 May 27
1
[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
...11:09 AM, Alex Rosenberg wrote: > PS3 is not "a Linux derivative." The compilers supplied by SCE for PS3 > game development are highly customized and support a customized ABI > that will take some time to adjust LLVM and Clang to support. > > You'd likely also run afoul of a TRC or two, similar to the problems > you'll face with Microsoft TCRs mentioned earlier. > > Alex
2004 Aug 22
0
[LLVMdev] conditionally reduced intrinsics (llvm.syscall)
...get/*). I think what you should do for the X86 codegen is to use the MachineFrameInfo to build your memory block and add the >6 case "directly to the codegen", as you say. I recommend against inserting MachineInstrs that explicitly manipulate the stack pointer; you are likely to fall afoul of the PrologEpilogInserter and register allocator. -Brian
2018 Jan 09
1
resolving a names conflict
...current development easier. How do I do this without causing warning messages for anyone who loads both, e.g., anyone using the coxme package?? The S4 structures are identical, but bdsmatrix has a superset of methods.?? Adding importFrom(bdsmatrix, gchol) is one solution, of course, but it runs afoul of the current requirement that recommended packages import only from the core set. Terry T.
2012 Sep 06
2
How can I improve an ugly, dumb hack
...I assume that I do not know a priori which of d's components/columns are matrices and which are vectors. 3. There may be many more columns which are vectors or matrix than just the three in this little example. I can easily and sensibly accomplish these 3 tasks, but the problem is that I run afoul of data frame column naming procedures in doing so, about which the data.frame Help page says rather enigmatically: "How the names of the data frame are created is complex, and the rest of this paragraph is only the basic story." Indeed! (This, of course, is shorthand for "Go look a...
2016 May 05
6
Resuming the discussion of establishing an LLVM code of conduct
I won't disagree about a level of professionalism or what the community does or doesn't need. However, I'd say that pragmatically if profanity was an issue in the workplace, for a large development community, that LKML would have run afoul a long time ago. My view - I'm only replying because the reality is that in the workplace sometimes a full lexicon of words are spoken. I really don't like being censored just to coddle overly sensitive people. Context... This big discussion is started, but how will it conclude - would so...
2016 May 05
7
Resuming the discussion of establishing an LLVM code of conduct
On 5 May 2016 at 13:23, C Bergström <cbergstrom at pathscale.com> wrote: > Is the list PG, PG-13, R or at what level do "we" adults all consider > "ok". Even on broadcast tv (in the US) you'll hear some profanity. > (context) > https://www.fcc.gov/consumers/guides/obscene-indecent-and-profane-broadcasts Excellent context! > Some people have pointed
2011 Aug 30
8
Program No Longer Can Save
Last week, Jammer Pro6 (a midi music program) could save its files just fine. Today, I get that "program closing" wine errorbox and that's that. What might be causing this? Running Debian Sid.
2003 Mar 10
4
terms.formula
...nts, say qss(x), or qss(x,z). I need some advice about strategy for formula processing. My initial foray was to use: terms(formula,specials="qss") and then modify the components of the resulting terms.object. But in changing formula at factors to drop the qss columns and rows, I ran afoul of methodsPackageMetaName which claimed that it was "being abused" by this. if(!is.null(attr(formula,"specials"))){ qss.col <- pmatch("qss",attr(formula,"term.labels")) qss.row <- formula at specials$qss formula at factors <- fo...
2009 Feb 10
2
Mixed ANCOVA with between-Ss covariate?
Hi all, I have data from an experiment with 3 independent variables, 2 are within and 1 is between. In addition to the dependent variable, I have a covariate that is a single measure per subject. Below I provide an example generated data set and my approach to implementing the ANCOVA. However the output confuses me; why does the covariate only appear in the first strata? Presumably it should
2004 Aug 22
2
[LLVMdev] conditionally reduced intrinsics (llvm.syscall)
Well, the complexity only occurs on x86, other archs are simpler. Since this is not used much outside the c library, I can work around it in the library and be satisifed with the simple case. Oh, I suppose I should mention what I was working on. I made a syscall intrinsic with codegen for linux/x86. It seemed a missing peice in having a pure llvm compiled userland (mostly, being able to have a
2010 May 27
0
[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
PS3 is not "a Linux derivative." The compilers supplied by SCE for PS3 game development are highly customized and support a customized ABI that will take some time to adjust LLVM and Clang to support. You'd likely also run afoul of a TRC or two, similar to the problems you'll face with Microsoft TCRs mentioned earlier. Alex On May 27, 2010, at 12:15 AM, Kevin Wooten wrote: > Implementing the backend (or editing the current PPC backend as > needed) is a definite option. This seems to be the real question.....
2014 Mar 02
3
[LLVMdev] [RFC] The coding standard for "struct" should be relaxed or removed
On Mar 1, 2014, at 7:15 PM, Chandler Carruth <chandlerc at google.com> wrote: > On Sat, Mar 1, 2014 at 5:59 PM, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote: > The current guidelines [1] on the use of the struct keyword are too > restrictive and apparently ignored. They limit the use of struct to > PODs, citing broken compilers. > > The guidelines are
2007 Jan 19
7
fastthread 0.6.2
It looks like I got too creative in 0.6.1 and consequently ran afoul of a bug in the Ruby interpreter. 0.6.2 works around the bug and should be entirely stable at this point. Thanks to Young Hyun for his help in coming up with test cases. == what? fastthread is a Ruby library which provides a faster (and non-memory-leaking) C implementation of the concurrency pr...
2008 Apr 13
1
compilation of asterisk 1.4.19 with ilbc already on system
I already have ilbc installed on my system. The files are: /usr/include/ilbc/iLBC_decode.h /usr/include/ilbc/iLBC_define.h /usr/include/ilbc/iLBC_encode.h /usr/lib/libilbc.a /usr/lib/libilbc.la /usr/lib/libilbc.so -> libilbc.so.0.0.0 /usr/lib/libilbc.so.0 -> libilbc.so.0.0.0 /usr/lib/libilbc.so.0.0.0 However, if I do a "make" in asterisk-1.4.19, it will not detect that libilbc.a
2007 Jun 08
3
CentOS and Wordpress
...the apache logs is a GET request for install.php. The really confusing thing is that one php script -- index.php -- works just fine, while another php script -- install.php -- does not. Has anybody run into a similar problem with WordPress, or with php4 in general? It feels like I'm running afoul of some bit of overzealous security that's trying to stop php from doing Bad Things to the system, but, sans error messages, it's been difficult to figure out what bit of security might be responsible, and how I might go about coaxing CentOS into allowing me to run WordPress. And so I have...
2007 Dec 29
1
ASUS Eee R cookbook
..., you have to add a repository. 1a. Applications|System|Synaptic Package Manager OR 1b. Start a console, su to root and enter "synaptic" 2. Alt-S (Settings) | R (Repositories) 3. Alt-N (New) 4. Enter the URI of the repository, the distribution and the section(s) This is where I ran afoul of the Debian voodoo. You don't actually enter the URI, just the bit before "dists" (I think). Then you enter the distribution (etch) and then "main". After many tries, my entry looks like this: URI: ftp://ftp.au.debian.org/debian/ Distribution: etch Section(s): main wh...
2010 May 27
4
[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
...y 27, 2010, at 8:09 AM, Alex Rosenberg wrote: > PS3 is not "a Linux derivative." The compilers supplied by SCE for PS3 game development are highly customized and support a customized ABI that will take some time to adjust LLVM and Clang to support. > > You'd likely also run afoul of a TRC or two, similar to the problems you'll face with Microsoft TCRs mentioned earlier. > > Alex > > On May 27, 2010, at 12:15 AM, Kevin Wooten wrote: > >> Implementing the backend (or editing the current PPC backend as needed) is a definite option. This seems to be...
2013 Dec 19
1
[LLVMdev] an OS around LLVM
> You might also want to go look at this: > > http://en.wikipedia.org/wiki/Architecture_Neutral_Distribution_Format > > ...which was a pre-LLVM attempt to produce platform-independent binaries > which got translated into native code at install time. The spec was > kinda weird, though. > > Also, in a previous life I worked on an operating system known as >
2005 Jan 19
0
Registered program foibles
...somehow from hardware and configuration. 4. Pace and other auxiliary program dlls. The first two should work OK with WINE. The first requires WINE to access the registry and profile but should possible. The second requires the path but this should usually be in place. The third method will run afoul of WINE. A different number will be reported. Only a few programs allow registering more than one number. (Additionally, changing hard disks or other hardware items will change this number and can render programs inoperative until re-registered which sometimes might not be possible :-( ). The...