octave-maintainers
[Top][All Lists]
Advanced

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

Re: Installation Progress and legend.m bug


From: Quentin Spencer
Subject: Re: Installation Progress and legend.m bug
Date: Mon, 21 Aug 2006 14:51:41 -0500
User-agent: Thunderbird 1.5.0.5 (X11/20060808)

John W. Eaton wrote:
On 30-Jul-2006, Joe Koski wrote:

| error: split: both s and t must be strings
| error: evaluating if command near line 53, column 5
| error: evaluating if command near line 48, column 3
| error: called from `split' in file
| `/usr/local/share/octave/2.9.7/m/strings/split.m'
| error: called from `legend' in file
| `/usr/local/share/octave/2.9.7/site/m/octave-forge/plot/legend.m'
| error: called from `run_recess_butter' in file
| `/Users/jakoski/Codes/Recession Rate Calculations/run_recess_butter.m'
| octave:1> exit

What are the values of the arguments to split in this case?  Why
aren't they character strings?

If I recall correctly, split is processing the output of a system command. When I made the changes a while ago to support the new syntax for the system command, I somehow missed this one, so it was processing the status flag or something like that instead of the output. It's since been fixed in CVS.

Quentin



reply via email to

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