octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: test failures with current mercurial sources (was Re: 3.0.1 releas


From: David Bateman
Subject: Re: test failures with current mercurial sources (was Re: 3.0.1 release?)
Date: Thu, 03 Apr 2008 22:23:30 +0200
User-agent: Thunderbird 2.0.0.12 (X11/20080306)

David Bateman wrote:
> David Bateman wrote:
>> Well, I wasn't sure it was the best manner to add the warnings, and
>> hoped there might be a nicer way. I'll add them with a persistent
>> variable in a patch I'll send later.
> 
> Well here is a first changeset that does this. It adds the dispatched
> sparse functions that were removed to the deprecated directory, with the
> warning message as discussed. We still need to add the same warning
> messages to the existing deprecated functions.
> 

Opps, small bug in this changeset. I accidentally removed spkron from
the SOURCES list.. Additional changeset attached.

D.

# HG changeset patch
# User David Bateman <address@hidden>
# Date 1207254001 -7200
# Node ID 37268bdc6cadefa3551b8b93f01e01e1fbaa1c76
# Parent  7ffbb360868107ef804be3be1b49df234be8dad9
Opps, removed spkron.m from the sources list

diff --git a/scripts/deprecated/Makefile.in b/scripts/deprecated/Makefile.in
--- a/scripts/deprecated/Makefile.in
+++ b/scripts/deprecated/Makefile.in
@@ -48,7 +48,7 @@ SOURCES = beta_cdf.m beta_inv.m beta_pdf
   pascal_inv.m pascal_pdf.m pascal_rnd.m poisson_cdf.m \
   poisson_inv.m poisson_pdf.m poisson_rnd.m polyinteg.m setstr.m \
   spatan2.m spchol2inv.m spcholinv.m spcumprod.m spcumsum.m \
-  spchol.m spdet.m spdiag.m spfind.m spinv.m splchol.m \
+  spchol.m spdet.m spdiag.m spfind.m spinv.m spkron.m splchol.m \
   splu.m spmax.m spmin.m spprod.m spqr.m spsum.m spsumsq.m \
   struct_contains.m struct_elements.m t_cdf.m t_inv.m t_pdf.m \
   t_rnd.m uniform_cdf.m uniform_inv.m uniform_pdf.m uniform_rnd.m \

reply via email to

[Prev in Thread] Current Thread [Next in Thread]