similar to: [PATCH libguestfs] generator.ml: constify do_mkdtemp

Displaying 20 results from an estimated 500 matches similar to: "[PATCH libguestfs] generator.ml: constify do_mkdtemp"

2012 Oct 14
1
[PATCH] NEW API: mktemp
Used to create temporary directory or file with an optional suffix. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- daemon/dir.c | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++ generator/actions.ml | 36 +++++++++++++++++++++++++++++++ gobject/Makefile.inc | 6 ++++-- po/POTFILES | 2 ++ src/MAX_PROC_NR | 2 +- 5 files changed, 104
2009 Aug 12
23
[PATCH 0/23] factor and const-correctness
This started as a simple warning-elimination change. I'll get back to that series shortly ;-) It turned into a factorization and constification exercise during which I got a taste of ocaml. Thanks to Rich Jones for help with a few snippets in generator.ml. The overall result is that many previously-manually-maintained bits from daemon/*.c functions are now hoisted into the automatically-
2015 Nov 11
0
Re: [PATCH] v2v: Make the interface between cmdline.ml and v2v.ml
On Tuesday 10 November 2015 20:00:56 Richard W.M. Jones wrote: > I'm interested to hear opinions on whether this makes the code > clearer, or not. I'd say it does, indeed. > This is virt-v2v, but many other virt-* tools work the same way, and > analogous changes could be made. +1 for applying the same on other OCaml tools. > Currently when command line argument parsing
2015 Nov 11
1
[PATCH] sparsify: Make the interface between cmdline.ml and sparsify.ml explicit.
We could go a bit further here and push the cmdline struct into Copying.run and In_place.run. --- sparsify/Makefile.am | 5 ++++- sparsify/cmdline.ml | 23 +++++++++++++++++++---- sparsify/cmdline.mli | 36 ++++++++++++++++++++++++++++++++++++ sparsify/sparsify.ml | 13 +++++++------ 4 files changed, 66 insertions(+), 11 deletions(-) create mode 100644 sparsify/cmdline.mli diff --git
2015 Nov 11
0
[PATCH] builder: Make the interface between cmdline.ml and builder.ml explicit.
--- builder/Makefile.am | 1 + builder/builder.ml | 69 +++++++++++++++++++++++++---------------------------- builder/cmdline.ml | 37 ++++++++++++++++++++++++---- builder/cmdline.mli | 44 ++++++++++++++++++++++++++++++++++ 4 files changed, 110 insertions(+), 41 deletions(-) create mode 100644 builder/cmdline.mli diff --git a/builder/Makefile.am b/builder/Makefile.am index 6742822..993cc7b
2010 Apr 29
1
Forward en R para ML
Buen día para todos. Quisiera saber si conocen de alguna libreria que implemente los métods "forward" en R, al estilo SAS. Agradezco cualquier ayuda -- Luis Alberto López González [[alternative HTML version deleted]]
2010 Jun 06
2
Generalized DCC GARCH ML estimation
-- View this message in context: http://r.789695.n4.nabble.com/Generalized-DCC-GARCH-ML-estimation-tp2245125p2245125.html Sent from the R help mailing list archive at Nabble.com.
2009 Feb 13
0
weighted-ML estimates
Hi, We are trying to calculate ML-parameter estimates of a mixed effects models where the observations are weighted. The "weights" option in lmer() with RELM=FALSE seems attractive. Does anyone know the mechanism it uses to calculate weighted ML estimates? (Is there a paper?). Also, our model includes a serial correlation structure(e.g. AR(1)) among the residuals. As far as I know,
2009 Feb 20
0
ML estimators of bivariate cauchy
Hi all, I am using the function COV.WT to estimate the estimators (location and scale) of a bivariate cauchy distribution. My doubt is about the option WT (weight), cause at the R-help shows that the weight is uniform according to the number of observations. But, checking the theory, for example, the mean is given by mean_estimator=mean(u(s)x)/mean(u(s)), where x=my data (bivariate)
2004 Feb 13
0
New install smbd does not run seen 1000 times on this ml
Hello Samba gurus, I have freshly installed Samba from .tar.gz. The configure, make, make install went without error. I have the /etc/rc.d/init.d/smb script installed and when the script is executed (smb start) the following error condition is returned. I searched on the mail-archive.com and the http://marc.theaimsgroup.com/ but only found references but no replies with any helpful information. I
2011 Mar 15
0
ML estimation of a two-sided truncated regression model
Hi all, I have a question regarding the estimation of a two-sided truncation regression model using maximum likelihood estimation. I want to estimate a linear model where the dependent variable? is greater 0 and upper truncated at 1. Does anyone know a R-package that contains a routine that could do truncated regression for this situation? With many thanks for any hint Albrecht Dr. Albrecht
2011 Mar 08
0
nlme: Computing REML likelihood value from ML likelihood value
Dear All, I have a question concerning the computation of the value of the Restricted Maximum Likelihood (REML) function evaluated at a given set of parameter estimates from the Maximum likelihood (ML) value. Following the book of Fitzmaurice, Laird and Ware (2004) "Applied Longitudinal Analysis" pp101, the REML likelihood can be computed by multiplying the ML likleihood by the square
2004 Sep 03
0
ML vs. REML with gls()
Hello listmembers, I've been thinking of using gls in the nlme package to test for serial correlation in my data set. I've simulated a sample data set and have found a large discrepancy in the results I get when using the default method REML vs. ML. The data set involves a response that is measured twice a day (once for each level of a treatment factor). In my simulated data set, I
2009 Feb 15
1
GLMM, ML, PQL, lmer
Dear R community, I have two questions regarding fitting GLMM using maximum likelihood method. The first one arises from trying repeat an analysis in the Breslow and Clayton 1993 JASA paper. Model 3 of the epileptic dataset has two random effects, one subject specific, and one observation specific. Thus if we count random effects, there are more parameters than observations. When I try to run the
2001 Feb 15
1
ML for gamma distribution
Dear R users, I would like to estimate the ML parameters of a gamma distribution . Does anybody have a program to do this ? Thanks -- Olivier MARTIN Projet IS2 INRIA Rhone-Alpes 655, Av. de l'Europe Montbonnot 38334 Saint Ismier cedex phone:(33) 04 76 61 53 55 06 08 67 93 42 fax :(33) 04 76 61 54 77 -------------- next part -------------- An HTML attachment was scrubbed...
2014 Jan 12
1
[PATCH] MAINTAINERS: add virtio-dev ML for virtio
Since virtio is an OASIS standard draft now, virtio implementation discussions are taking place on the virtio-dev OASIS mailing list. Update MAINTAINERS. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- MAINTAINERS | 3 + drivers/net/virtio_net.c | 355 +++++++++++++++++++++++++---------------------- 2 files changed, 191 insertions(+), 167 deletions(-) diff --git
2009 Oct 04
1
FYI, lvs.ml: Unbound value Guestfs.create
FYI, while "make" succeeded in this directory on Friday, I ran "make clean" today from the top, then "make" and got this: Making all in examples make[3]: Entering directory `/home/j/w/co/libguestfs/ocaml/examples' ocamlfind ocamlopt \ -warn-error A -I .. mlguestfs.cmxa lvs.ml -o lvs File "lvs.ml", line 11, characters 10-24: Error:
2009 Nov 09
1
File "lvs.ml", line 11... : Error: Unbound value Guestfs.create
On F12, I'm getting this build failure: ocamlfind ocamlopt -ccopt '-L ../../src/.libs' \ -warn-error A -I .. mlguestfs.cmxa lvs.ml -o lvs File "lvs.ml", line 11, characters 10-24: Error: Unbound value Guestfs.create make[2]: *** [lvs] Error 2 Admittedly with STREQ-related changes, but they seem unrelated...
2009 Nov 18
1
[PATCH] Add missing dependencies for targets of generator.ml
Parallel make was failing because guestfs-structs.h was required before generator.ml ran. --- src/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 469f6d6..ae10ed8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,8 +34,6 @@ stamp-generator: generator.ml mkdir -p $(top_srcdir)/java/com/redhat/et/libguestfs
2009 Nov 18
0
Fwd: Re: [PATCH] Add missing dependencies for targets of generator.ml
[Didn't CC this correctly ...] As discussed on IRC I've reverted that original commit. See: http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=44097b509c8fa665f8391e393025599a026cddac This is now working OK for me, but please test it. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines.