You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Rall <dl...@finemaltcoding.com> on 2008/01/03 19:59:21 UTC

Re: svn commit: r28733 - trunk/notes

On Thu, 03 Jan 2008, cmpilato@tigris.org wrote:
...
> --- trunk/notes/changelist-design.txt	(original)
> +++ trunk/notes/changelist-design.txt	Thu Jan  3 10:53:43 2008
> @@ -532,4 +532,6 @@
>        * svn propget/propset --changelist
>        * svn proplist/propdel --changelist
>  
> +  * ensure that the bindings implementations of these APIs are up to snuff
...

While working on the svn_mergeinfo.h-related bindings, I recall
encountering some changelist-related warnings while SWIG-ing.

- Dan

Re: svn commit: r28733 - trunk/notes

Posted by John Peacock <jo...@havurah-software.org>.
Arfrever Frehtes Taifersar Arahesis wrote:
> Joe Swatosh has already sent a (possibly different) patch:
> http://svn.haxx.se/dev/archive-2008-01/0062.shtml
> http://svn.haxx.se/dev/archive-2008-01/0063.shtml
> http://svn.haxx.se/dev/archive-2008-01/0064.shtml
> 
> Maybe you should subscribe to dev@subversion.tigris.org :) .
> 

No, I should just read all of the listserv traffic before responding... ;-)

John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r28733 - trunk/notes

Posted by Arfrever Frehtes Taifersar Arahesis <ar...@gmail.com>.
2008-01-06 00:01:03 John Peacock napisał(a):
> Arfrever Frehtes Taifersar Arahesis wrote:
> > 2008-01-05 18:56:55 Joe Swatosh napisał(a):
> >> August 30th.  (http://subversion.tigris.org/servlets/ReadMsg?listName=dev&msgNo=129627)
> >> Sorry I don't remember how long they'd been failing before then.
> > 
> > The failure reported by me has been occuring since r28629.
> 
> Indeed, that is the precise change that caused swig-pl to break.  I have a
> proposed fix (it seems that SWIGPERL don't know nothin' 'bout STRINGLIST).  I'm
> just testing ruby and make sure that fixes all of the problems and send a patch
> after dinner (EST).

Joe Swatosh has already sent a (possibly different) patch:
http://svn.haxx.se/dev/archive-2008-01/0062.shtml
http://svn.haxx.se/dev/archive-2008-01/0063.shtml
http://svn.haxx.se/dev/archive-2008-01/0064.shtml

Maybe you should subscribe to dev@subversion.tigris.org :) .

-- 
Arfrever Frehtes Taifersar Arahesis

Re: svn commit: r28733 - trunk/notes

Posted by Joe Swatosh <jo...@gmail.com>.
Hi,

On Jan 5, 2008 3:01 PM, John Peacock <jo...@havurah-software.org> wrote:
> Arfrever Frehtes Taifersar Arahesis wrote:
> > 2008-01-05 18:56:55 Joe Swatosh napisał(a):
> >> August 30th.  (http://subversion.tigris.org/servlets/ReadMsg?listName=dev&msgNo=129627)
> >> Sorry I don't remember how long they'd been failing before then.
> >
> > The failure reported by me has been occuring since r28629.
>
> Indeed, that is the precise change that caused swig-pl to break.  I have a
> proposed fix (it seems that SWIGPERL don't know nothin' 'bout STRINGLIST).  I'm
> just testing ruby and make sure that fixes all of the problems and send a patch
> after dinner (EST).
>

I tried to rebuild it this afternoon.  The problem I'm having is that
SWIG is generating
"long long" and "unsigned long long" which VC6 can't eat.  The Ruby and Python
bindings have changed to use apr_int64_t and apr_uint64_t which appear
to be typedef'd
to something that VC6 can handle.

--
Joe

Re: svn commit: r28733 - trunk/notes

Posted by John Peacock <jo...@havurah-software.org>.
Arfrever Frehtes Taifersar Arahesis wrote:
> 2008-01-05 18:56:55 Joe Swatosh napisał(a):
>> August 30th.  (http://subversion.tigris.org/servlets/ReadMsg?listName=dev&msgNo=129627)
>> Sorry I don't remember how long they'd been failing before then.
> 
> The failure reported by me has been occuring since r28629.

Indeed, that is the precise change that caused swig-pl to break.  I have a
proposed fix (it seems that SWIGPERL don't know nothin' 'bout STRINGLIST).  I'm
just testing ruby and make sure that fixes all of the problems and send a patch
after dinner (EST).

John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r28733 - trunk/notes

Posted by Arfrever Frehtes Taifersar Arahesis <ar...@gmail.com>.
2008-01-05 18:56:55 Joe Swatosh napisał(a):
> Hi John
> 
> On Jan 5, 2008 5:16 AM, John Peacock <jo...@havurah-software.org> wrote:
> > Arfrever Frehtes Taifersar Arahesis wrote:
> > > Also Perl bindings still don't compile.
> > > http://svn.haxx.se/dev/archive-2007-12/0709.shtml
> >
> > Running a binary search right now to see what the offending patch was that cause
> > this.  It's really weird because SWIG seems to be magically creating new vars
> > for no reason I can fathom (which the compiler seems to have trouble with)...
> >
> 
> I don't know if it will help in your search, but they haven't built
> for me since some time before
> August 30th.  (http://subversion.tigris.org/servlets/ReadMsg?listName=dev&msgNo=129627)
> Sorry I don't remember how long they'd been failing before then.

The failure reported by me has been occuring since r28629.

-- 
Arfrever Frehtes Taifersar Arahesis

Re: svn commit: r28733 - trunk/notes

Posted by Joe Swatosh <jo...@gmail.com>.
Hi John

On Jan 5, 2008 5:16 AM, John Peacock <jo...@havurah-software.org> wrote:
> Arfrever Frehtes Taifersar Arahesis wrote:
> > Also Perl bindings still don't compile.
> > http://svn.haxx.se/dev/archive-2007-12/0709.shtml
>
> Running a binary search right now to see what the offending patch was that cause
> this.  It's really weird because SWIG seems to be magically creating new vars
> for no reason I can fathom (which the compiler seems to have trouble with)...
>

I don't know if it will help in your search, but they haven't built
for me since some time before
August 30th.  (http://subversion.tigris.org/servlets/ReadMsg?listName=dev&msgNo=129627)
Sorry I don't remember how long they'd been failing before then.

--
Joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r28733 - trunk/notes

Posted by John Peacock <jo...@havurah-software.org>.
Arfrever Frehtes Taifersar Arahesis wrote:
> Also Perl bindings still don't compile.
> http://svn.haxx.se/dev/archive-2007-12/0709.shtml

Running a binary search right now to see what the offending patch was that cause
this.  It's really weird because SWIG seems to be magically creating new vars
for no reason I can fathom (which the compiler seems to have trouble with)...

John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r28733 - trunk/notes

Posted by Arfrever Frehtes Taifersar Arahesis <ar...@gmail.com>.
2008-01-03 20:58:58 Daniel Rall napisał(a):
> On Thu, 03 Jan 2008, cmpilato@tigris.org wrote:
> ...
> > --- trunk/notes/changelist-design.txt	(original)
> > +++ trunk/notes/changelist-design.txt	Thu Jan  3 10:53:43 2008
> > @@ -532,4 +532,6 @@
> >        * svn propget/propset --changelist
> >        * svn proplist/propdel --changelist
> >  
> > +  * ensure that the bindings implementations of these APIs are up to snuff
> ...
> 
> While working on the svn_mergeinfo.h-related bindings, I recall
> encountering some changelist-related warnings while SWIG-ing.

Also Perl bindings still don't compile.
http://svn.haxx.se/dev/archive-2007-12/0709.shtml

-- 
Arfrever Frehtes Taifersar Arahesis