|
|
|
Was this ever fixed and validated in 4.0? The comments suggest it was not a problem in Legals, but I'm using 4.0 final, and I can't load large datasets. They just die. There's no error.
-Antun Strange. It looks like Ming's test case works in DHTML in 4.0, but in SWF the _shorter_ dataset does not get built correctly.
This bug is not yet fixed for 3.4, where the _longer_ dataset does not get built correctly. Henry: If I run Ming's test in SWF in profiterole, the shorter dataset shows up as having the content string in the 'trimwhitespace' slot?
r4765 | ptw | 2007-04-19 12:24:13 -0400 (Thu, 19 Apr 2007) | 20 lines
Changed paths: M /openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/sc/CodeGenerator.java Change 20070419-ptw-K by ptw@dueling-banjos.local on 2007-04-19 11:03:35 EDT in /Users/ptw/OpenLaszlo/trunk-clean for http://svn.openlaszlo.org/openlaszlo/trunk Summary: Round-off error in string chunking Bugs Fixed: Technical Reviewer: henry (verbal) QA Reviewer: mayme (pending) Doc Reviewer: n/a Details: Round up chunk length Tests: Test case from bug report Also migrated to legals
r4766 | ptw | 2007-04-19 12:45:48 -0400 (Thu, 19 Apr 2007) | 14 lines Changed paths: M /openlaszlo/branches/legals/WEB-INF/lps/server/src/org/openlaszlo/sc/CodeGenerator.java Change 20070419-ptw-9 by ptw@dueling-banjos.local on 2007-04-19 12:41:54 EDT in /Users/ptw/OpenLaszlo/legals-1 for http://svn.openlaszlo.org/openlaszlo/branches/legals Summary: Migrate 4765 to legals Bugs Fixed: Technical Reviewer: henry (verbal) QA Reviewer: mayme (pending) Doc Reviewer: n/a |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
From: "Henry Minsky" <henry.minsky@gmail.com>
To: "P T Withington" <ptw@openlaszlo.org>
X-ASG-Orig-Subj: Re: [Platform-team] XML parsing changes?
Subject: Re: [Platform-team] XML parsing changes?
Cc: "Jim Grandy" <jgrandy@openlaszlo.org>,
"Platform Team" <platform-team@laszlosystems.com>
In-Reply-To: <8c61fad60703121824k211195caq3320962a81f8353@mail.gmail.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_Part_4149_31370412.1173750593535"
References: <45F5C72E.3040506@laszlosystems.com>
<F8394410-F49C-498E-974E-E1DD92EC1884@openlaszlo.org>
<45F5E3CB.7000408@laszlosystems.com>
<8c61fad60703121642hb89f3b0s2d8ea5faad2cf376@mail.gmail.com>
<2FFA5870-9354-4602-AC61-BAF4A500E3A3@openlaszlo.org>
<8c61fad60703121824k211195caq3320962a81f8353@mail.gmail.com>
X-Barracuda-Virus-Scanned: by Barracuda Spam Firewall at laszlosystems.com
X-Synonym: Copied by Synonym (http://www.modulo.ro/synonym) to: mail-archive
------=_Part_4149_31370412.1173750593535
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=ISO-8859-1;
format=flowed
Content-Disposition: inline
So I guess we didn't back-port the fix to the compiler for long constant
strings to trunk after all ?
On 3/12/07, Henry Minsky <henry.minsky@gmail.com> wrote:
>
> I would suspect some 64k char limit on constant strings which is what the
> statically initialized XML compiles down to, but I thought we fixed that in
> the compiler.
>
>
> On 3/12/07, P T Withington <ptw@openlaszlo.org> wrote:
> >
> > Yeah, but that means we still got an issue in trunk (and probably
> > legal's). Since you and I ported the legal's implementation back to
> > trunk to support binary compiling.
> >
> > Filed as
LPP-3688> >
> > On 2007-03-12, at 19:42 EDT, Henry Minsky wrote:
> >
> > > Thank God.
> > >
> > >
> > >
> > >
> > > On 3/12/07, Ming-en Cho <ming@laszlosystems.com> wrote:
> > >>
> > >> http://svn.openlaszlo.org/openlaszlo/tags/3.4.0 solved the problem.
> > >> Thanks for the help!
> > >>
> > >> Ming.