[Laszlo-checkins] r10169 - openlaszlo/trunk/WEB-INF/lps/server/bin

dda@openlaszlo.org dda at openlaszlo.org
Wed Jul 2 05:12:00 PDT 2008


Author: dda
Date: 2008-07-02 05:11:54 -0700 (Wed, 02 Jul 2008)
New Revision: 10169

Added:
   openlaszlo/trunk/WEB-INF/lps/server/bin/convert_required.pl
Log:
Change 20080701-dda-M by dda at lester.local on 2008-07-01 10:35:26 EDT
    in /Users/dda/laszlo/src/svn/openlaszlo/trunk-doc2
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Add script for converting 'new classname' => 'new lz.classname' in .lzx fils

New Features:

Bugs Fixed:

Technical Reviewer: promanik (pending)
QA Reviewer: seba.wagner at gmail.com (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
    Script selectively converts 'new' and 'instanceof'.
    Changeset modified to also map LzAudio => lz.Audio, etc.
    Since this does more than instantiation, and handles all
    required changes, changed the name to convert_required.pl

    Documentation about usage and implementation should
    be fully contained in script. 

Tests:
   1) ran builtin test cases:
      $ perl WEB-INF/lps/server/bin/convert_required.pl -t
      compared changes to test files via:
      $ sdiff /tmp/convtest{,.bak}

   2) ran on some 'real' files:
     $ cd test; perl ../WEB-INF/lps/server/bin/convert_required.pl `grep -l new *.lzx`
     compared changes made.



Added: openlaszlo/trunk/WEB-INF/lps/server/bin/convert_required.pl


Property changes on: openlaszlo/trunk/WEB-INF/lps/server/bin/convert_required.pl
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native



More information about the Laszlo-checkins mailing list