Hi all, did someone hear from Sigbjorn, recently? I'm worried about the the maintainer of http://hackage.haskell.org/package/HTTP The issue tracker is terribly full of spam: http://trac.haskell.org/http/report/1 Cheers Christian -- original message Hi Sigbjorn, Under x86 solaris the attached example with simpleHTTP no longer works. The request blocks. It works with HTTP-4000.0.8! And it works under linux with HTTP-4000.0.9! What changed? Do you have an explanation? Thanks Christian <soapenv:Envelope encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><ProveTPTPProblem><in0>%-------------------------------------------------------------------------- % File : No information % Domain : No information % Problem : asym.dfg % Version : No information % English : No information % Refs : No information % Source : No information % Name : [soapTest] % Status : unknown % Rating : ? % Syntax : No information % Comments : File generated by dfg2tptp Version 0.47a %-------------------------------------------------------------------------- fof('ga_non_empty_sort_Elem',axiom,( ? [U] : ssElem(U))). fof('trans',axiom,( ! [U,V,W] : ((ssElem(U) & ssElem(V) & ssElem(W)) => ((ssTilde__(U,V) & ssTilde__(V,W)) => ssTilde__(U,W))))). fof('irrefl',axiom,( ! [U] : (ssElem(U) => ~(ssTilde__(U,U))))). fof('asym',conjecture,( ! [U,V] : ((ssElem(U) & ssElem(V)) => (ssTilde__(V,U) => ~(ssTilde__(U,V)))))). %-------------------------------------------------------------------------- </in0><in1>10</in1></ProveTPTPProblem></soapenv:Body></soapenv:Envelope>
Christian Maeder schrieb:
The issue tracker is terribly full of spam: http://trac.haskell.org/http/report/1
Sigborn seems to be no libraries@haskell.org list member, but he replied to me: <cite> Re: the trac wiki, I asked for it to be turned off or accounts disabled some time ago, but haven't heard anything. Don't have the powers to the address that, unfortunately. </cite> The page http://projects.haskell.org/http/ referenced by http://hackage.haskell.org/package/HTTP is quite outdated (News 2009-01-20) and still references the issue tracker "trac-http" at the bottom. @Sigborn, could you please remove this reference (and maybe update other problems) Maybe an administrator can take down the unusable trac instance (above). After all, HTTP is a platform package that deserves some maintenance. Thanks Christian
participants (1)
-
Christian Maeder