Re: [wsjt-devel] Error patch

2018-04-20 Thread Gary McDuffie


> On Apr 20, 2018, at 5:12 PM, Bill Somerville  wrote:
> 
> Good God, I've done it again. Apologies to all.

Thank you for admitting to be human, Bill !!!

Thanks for all you do, really.

Gary - AG0N

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Error patch

2018-04-20 Thread Bill Somerville

On 21/04/2018 00:10, Bill Somerville wrote:

off list - his time correctly.


Good God, I've done it again. Apologies to all.

73
Bill
G4WJS.


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Error patch

2018-04-20 Thread Bill Somerville

On 10/04/2018 13:52, Black Michael via wsjt-devel wrote:
When the save directory is messed up the error message isn't quite as 
useful as it could be.


Add the file path to the wav file error message

https://www.dropbox.com/s/u3x6xatwgpzapnu/error.patch?dl=1 




de Mike W9MDB


HI Mike,

off list - his time correctly.

Thanks for this patch. I will do a similar thing in a different way. The 
reason being that the ,WAV file write uses an asynchronous future and 
promise to do it's work so as to not block the main GUI thread. This 
means that using a variable in the main thread, set when initiating the 
future, later when the promise is delivered is unwise as it's value may 
well have changed. This future already returns a string as a promise 
which is any error message found in the deferred work so I will extend 
the promise to include the file name. That way the message is guaranteed 
to specify the actual file path that causes the error.


73
Bill
G4WJS.

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Error patch

2018-04-10 Thread Black Michael via wsjt-devel
When the save directory is messed up the error message isn't quite as useful as 
it could be.
Add the file path to the wav file error message
https://www.dropbox.com/s/u3x6xatwgpzapnu/error.patch?dl=1

de Mike W9MDB

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel