On Fri, Aug 22, 2008 at 3:30 PM, Dmitry Kurochkin <[EMAIL PROTECTED]> wrote: > Hi David. > > I plan to move fetchUrl from HTTP to URL module (actually fetchUrl is > replaced by copyUrl with empty file name parameter). This means that > impossible.h will import URL instead of HTTP.
Ah, I see. > URL module uses bug function. But we can not import impossible.h... We > need darcsBug define and import Bug.bug then we can use: > > URL.bug = darcsBug (Bug.bug (return "")) > > Now the question is what is the least ugly way to get darcsBug define > in URL module. Previously I added darcsBug.h file with that define. > But you removed it, so maybe you have a better idea here? I'd just not use the bug macro in URL. You can always report bug messages without line numbers. David _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
