Bug 39747 - [EasyHack] remove cruft from perl scripts
Summary: [EasyHack] remove cruft from perl scripts
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: difficultyBeginner, easyHack, skillScript
Depends on:
Blocks:
 
Reported: 2011-08-02 01:59 UTC by Björn Michaelsen
Modified: 2015-12-15 16:24 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Björn Michaelsen 2011-08-02 01:59:15 UTC
==== remove cruft from perl scripts ====

<p><b>Background:</b> Our perl installer script: solenv/bin/make_installer.pl has lots of legacy features that can be removed - eg. solenv/bin/build.pl has a 'server' mode - which seems rather un-necessary (acceleration via icecream/ccache is rather better) - the --server flag and association code and options need removing.

</p><p>The Perl code also could do with some reformatting to make the lines less long. Simplification of the package naming convention to make the class names less verbose would make the code more readable.

</p><p><b>Skills:</b> perl
Comment 1 Greg White 2011-09-27 01:04:07 UTC
it appears this has already been fixed. The --server flag is not read in the current version of the Perl module parameter.pm which reads the command line arguments
Comment 2 Greg White 2011-09-27 01:17:02 UTC
commit da1681af3a32ba7d0d6406dcc4ddfc1c5e56d914
Author: Jordan Ayers <jordan.ayers@gmail.com>
Date:   Wed Aug 10 08:17:55 2011 -0500

    Remove --server mode and supporting code from build.pl.
Comment 3 Robinson Tryon (qubit) 2015-12-15 16:24:55 UTC
Migrating Whiteboard tags to Keywords: (EasyHack DifficultyBeginner SkillScript )
[NinjaEdit]