You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Caroline Maynard <ce...@php.net> on 2007/02/08 19:01:18 UTC

Re: [jira] Updated: (TUSCANY-547) Discriminated types



Geoff, sorry I hadn't responded to this sooner, but I was working on a 
release of SCA and SDO for PHP and didn't want to pick up your latest 
code at that point. The release is done now, so I'll give the new stuff 
a whirl and see how it goes.  Looks like it's now in HEAD, right?

Geoff Winn (JIRA) wrote:
>      [ https://issues.apache.org/jira/browse/TUSCANY-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
> 
> Geoff Winn updated TUSCANY-547:
> -------------------------------
> 
>     Attachment: TUSCANY-SDOValue.patch
> 
> The attached patch is a first draft of a sizeable revision of SDO to eliminate a good deal of macro code. This particular patch will not be applied to the repository (since it hasn't been tried on Linux yet, for example) but if anyone would like to try it then I'd appreciate the feedback.
> In theory the external behaviour of SDO hasn't changed. in practice there are bound to be a few places where things hav ealtered a bit, the areas most at risk are
> a) Exceptions thrown in case of problems may occur at different points, so from a users point of view may be thrown sooner or later than expected.
> b) Data conversions may not be identical.
> I'll fix any of these that we find.




---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [jira] Updated: (TUSCANY-547) Discriminated types

Posted by Caroline Maynard <ca...@gmail.com>.
On 09/02/07, Caroline Maynard <ca...@gmail.com> wrote:

>
> Next, I'm seeing quite a few access violations. Investigating ...


After much fretting about reference-couting pointers, a completely clean
build sorted those out. I'm left with only one problem from running the PHP
tests, which is very impressive considering the scope of the updates. I'll
characterise the problem and report back.

-- 
Caroline

Re: [jira] Updated: (TUSCANY-547) Discriminated types

Posted by Caroline Maynard <ca...@gmail.com>.
On 08/02/07, Caroline Maynard <ce...@php.net> wrote:
>
>
> Geoff, sorry I hadn't responded to this sooner, but I was working on a
> release of SCA and SDO for PHP and didn't want to pick up your latest
> code at that point. The release is done now, so I'll give the new stuff
> a whirl and see how it goes.  Looks like it's now in HEAD, right?


First trouble was that it didn't compile for me. I've raised
http://issues.apache.org/jira/browse/TUSCANY-1103 for this.

Next, I'm seeing quite a few access violations. Investigating ...

-- 
Caroline