[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coldsync-hackers] Developing a Yank Todo conduit
On Wed, 23 May 2001, Owen Stenseth wrote:
> I have started down the road of developing a coldsync coduit for Yank. I am
> wondering about output from perl condiuts through STDOUT. The development
> documentation states that output using 101 should produce informational
> messages (I assume while coldsync is performing the sync) but I cannot get
> this to work.
I'm not sure what to call that. Perhaps it's a "non-feature".
If you read through "src/conduit.c", you'll find the function
cond_readstatus(), which reads a status line from the conduit, verifies
it, and then says
/* XXX - Do something intelligent */
Currently, the stuff that the conduit prints to stdout is ignored, except
to determine whether a conduit exited normally or not.
You can still print 101 messages, but they're not used in the
current version. For now, if you really want to show something to the
user, you can write to stderr, but obviously this only works in standalone
mode.
--
Andrew Arensburger Actually, these _do_ represent the
arensb@ooblick.com opinions of ooblick.com!
Generic Tagline V 6.01
--
This message was sent through the coldsync-hackers mailing list. To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body. For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.