From octave-maintainers-request at bevo dot che dot wisc dot edu Sat Jan 31 20:04:39 1998 Subject: Unidentified subject! From: "John W. Eaton" To: niles at axp745 dot gsfc dot nasa dot gov cc: octave-maintainers at bevo dot che dot wisc dot edu Date: Sat, 31 Jan 1998 20:04:29 -0600 On 31-Jan-1998, Frederick at bevo dot che dot wisc dot edu (Rick) A Niles wrote: | To: octave-maintainers at bevo dot che dot wisc dot edu | Cc: niles | Subject: self-check computer-1.m fails... | | Bug report for Octave 2.0.9.97 configured for %TARGET_HOST_TYPE% | | Description: | ----------- | | * The "make check" tests all pass except for computer-1.m | (Note I'm using egcs-1.0.1 and a AMD K6) | | Repeat-By: | --------- | | * octave:1> isstr (computer ()) && computer () | error: octave_char_matrix_str::is_true(): not implemented | error: evaluating binary operator `&&' near line 7, column 21 | error: evaluating assignment expression near line 7, column 21 I've fixed the problems related to computer() not working and is_true not being implemented for strings. Thanks, jwe