Claudio,

thanks you for your effort. This is awesome!  Mark, thank you too!


I downloaded the file, ran it. It created a directory called
Padre-0.80  - first comment,
and I don't know if the Cava packager support this, I think it would
be better if we
asked theuser if she wants this to happen. If we cannot provide such
facility then
at least we will have to mention this on the download page.


I ran the bin/padre,  created a perl script and tried to run it using
F5 I got this error:

mkdir /.padre: Permission denied at <Packaged Modules>/Padre::Constant line 122
BEGIN failed--compilation aborted at <Packaged
Modules>/Padre::Constant line 132.
Compilation failed in require at <Packaged Modules>/padre.pl line 107.

===============================

I turned on syntax checking and had this file:

use strict;
$x = 23;
zz = 72

Padre reports this passing the syntax check while on the console I get
this message printed:


Usage: /home/gabor/work/Padre-0.80/bin/padre [FILENAMES]

--help              Shows this help message
--home=dir          Forces Padre "home" directory to a specific location
--reset             Flush entire local config directory and reset to defaults
--session=name      Open given session during Padre startup
--version           Prints Padre version and quits
--desktop           Integrate Padre with your desktop
--actionqueue=list  Run a list of comma-seperated actions after Padre startup
--locale=name       Locale name to use

Could not locate perldiag, diagnostic info will no be added at
<Packaged Modules>/Padre::Document::Perl::Syntax line 127 thread 2

============================

Then I opened View/Show Functions and typed in a function:

sub  abc {
}

when I pressed Ctrl-S padre crashed with the following on the console:

Missing or invalid task class 'Padre::Document::Perl::FunctionList' at
<Packaged Modules>/Padre::Role::Task line 87.

so far that's what I found.

I guess we could go over the test-cases in
http://padre.perlide.org/trac/wiki/PreReleaseChecklist
and we should also add our own little test cases to that page.

regards
   Gabor
_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to