Re: [patch] improve versatility and reliability of

2019-08-21 Thread Morten Welinder
This breaks "make distcheck" for me. [...] test -d "gnumeric-1.12.46" || mkdir "gnumeric-1.12.46" cp: cannot stat './/home/welinder/gnome/gnumeric/samples/regress.gnumeric': No such file or directory +# AFAICT this is just another name for the same thing: +$top_builddir = $topsrc; Not during

[patch] improve versatility and reliability of

2019-08-21 Thread John Denker via gnumeric-list
Hi -- The following patch should be self-explanatory. If not, I can provide more details commit 97036896b311675bad3615c2767b76ccb0fcea1c Author: John Denker Date: Wed Aug 21 15:09:54 2019 -0700 allow tests to work a lot better when invoked from somewhere other than the test

Re: Adding Simple Feature to Gnumeric

2019-08-21 Thread Morten Welinder
To build Gnumeric from github you will need Goffice from github. You could probably hack around it ("#define go_format_has_year(fmt) 0") if you don't mind potential problems with text import. Search and replace never sees empty cells so it won't do what you need. Python scripting -- see