[Laszlo-dev] UPDATE: For Review: Change 20081128-bargull-Rhp Summary: UPDATE: schema build warnings

P T Withington ptw at pobox.com
Mon Dec 1 07:33:16 PST 2008


Approved.

FWIW, the way to introduce temporary vars at the top level is to put  
them in a function:

  if ($profile) {
    (function () {
      var ii = Instance.prototype.$lzsc$initialize;
      ii._dbg_name = ii.name = 'Instance';
    })();
  }

But I seem to forget that more often than not.

On 2008-12-01, at 09:56EST, André Bargull wrote:

> Change 20081128-bargull-Rhp by bargull at dell--p4--2-53 on 2008-11-28  
> 22:53:41
> in /home/Admin/src/svn/openlaszlo/trunk
> for http://svn.openlaszlo.org/openlaszlo/trunk
>
> Summary: UPDATE: schema build warnings
>
> New Features:
>
> Bugs Fixed: LPP-7408 (partial)
>
> Technical Reviewer: ptw
> QA Reviewer: (pending)
> Doc Reviewer: (pending)
>
> Documentation:
>
> Release Notes:
>
> Details:
> Class: Changed profile annotation, so it doesn't use a local  
> (actually global) variable to shorten the assignment expression.
> LzNode: added @type
> LzFont: mark internal properties as @access private
> LzSelectionManager: rename argument to match java-doc
> LzMakeLoadSprite: rename argument (also a bugfix..)
> LzBrowserKernel: move doc into code (not really important here, it's  
> a kernel class)
> LzDataset: rename arg in java-doc to match implementation
> LzReplicationManager: rename argument to match java-doc
>
>
>
>
> Tests:
>
> Files:
> M WEB-INF/lps/lfc/compiler/Class.lzs
> M WEB-INF/lps/lfc/core/LzNode.lzs
> M WEB-INF/lps/lfc/data/LzDataset.lzs
> M WEB-INF/lps/lfc/data/LzReplicationManager.lzs
> M WEB-INF/lps/lfc/helpers/LzFont.lzs
> M WEB-INF/lps/lfc/helpers/LzSelectionManager.lzs
> M WEB-INF/lps/lfc/kernel/swf/LzMakeLoadSprite.as
> M WEB-INF/lps/lfc/kernel/swf9/LzBrowserKernel.lzs
>
> Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20081128-bargull-Rhp.tar
>
>




More information about the Laszlo-dev mailing list