unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Don't skip popen.test on MinGW
@ 2014-06-29 16:09 Eli Zaretskii
  2014-06-30 11:10 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2014-06-29 16:09 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: ludo, guile-devel

Another issue related to open-process is that popen.test was being
skipped because if-supported returns #f.  I fixed it thusly:

     (define-syntax-rule (if-supported body ...)
       (if (or (provided? 'fork)
	       ((string-contains %host-type "-mingw32")))
	   (begin body ...)))

Is this OK?  Again, perhaps the test should be removed, and popen.test
should be run unconditionally?




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-03 16:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-29 16:09 Don't skip popen.test on MinGW Eli Zaretskii
2014-06-30 11:10 ` Ludovic Courtès
2014-06-30 14:51   ` Eli Zaretskii
2014-07-03 16:22     ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).