search for: cl0

Displaying 4 results from an estimated 4 matches for "cl0".

Did you mean: cl
2013 May 22
1
column width in .dbf files using write.dbf ... to be continued
...function(x) !is.null(dim(x))))) stop("cannot handle matrix/array columns") cl <- sapply(dataframe, function(x) class(x[1L])) asis <- cl == "AsIs" cl[asis & sapply(dataframe, mode) == "character"] <- "character" if (length(cl0 <- setdiff(cl, allowed_classes))) stop("data frame contains columns of unsupported class(es) ", paste(cl0, collapse = ",")) m <- ncol(dataframe) DataTypes <- c(logical = "L", integer = "N", numeric = "F",...
2010 Jan 13
1
column width in .dbf files using write.dbf ... to be continued
...function(x) !is.null(dim(x))))) stop("cannot handle matrix/array columns") cl <- sapply(dataframe, function(x) class(x[1L])) asis <- cl == "AsIs" cl[asis & sapply(dataframe, mode) == "character"] <- "character" if (length(cl0 <- setdiff(cl, allowed_classes))) stop("data frame contains columns of unsupported class(es) ", paste(cl0, collapse = ",")) m <- ncol(dataframe) DataTypes <- c(logical = "L", integer = "N", numeric = "F",...
2020 Jan 26
2
[RFC] Replacing inalloca with llvm.call.setup and preallocated
...ated %m2, i32 42, i8* preallocated %m3) [ "callsetup"(token %cs) ] cleanup1: %cl1 = cleanuppad unwind to caller call void @dtor(i8* %m1) [ "funclet"(token %cl1) ] cleanupret %cl1 to label %cleanup0 cleanup0: %cl0 = cleanuppad unwind to caller call void @dtor(i8% %m0) [ "funclet"(token %cl2) ] cleanupret %cl0 to label %cleanupCall cleanupCall: %clC = cleanuppad unwind to caller call void @llvm.call.teardown(token %cs) ;; Or llvm.call.cleanup? cleanupret %clC to caller ``` Generally, cl...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking