Re: refactoring function handle implementation for version 6
"John W. Eaton" <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.maintainers |
|---|---|
| Message-ID | <[email protected]> |
On 6/11/20 1:41 PM, Rik wrote: > I think this is a good and necessary step. However, it has > de-stabilized things a bit and we just need to cycle through the > design/build/test loop as fast as possible to get back to a > release-quality stable branch. > > I am getting 7 failures now when I run 'make check'. These seem easy to > resolve. >>>>>> processing /home/rik/wip/Projects_Mine/octave-stable/libinterp/octave-value/ov-fcn-inline.cc-tst ***** error <STR argument must be a string> inline (1) Sorry, I should have mentioned this one. The ov-fcn-inline.cc file has been removed from the source tree, so the generated -tst file is obsolete and should be removed from your build tree. jwe