| Time |
S |
Nick |
Message |
| 00:13 |
|
|
Alias joined #padre |
| 00:14 |
|
Alias |
hi |
| 00:17 |
|
|
teejay joined #padre |
| 00:18 |
|
Alias |
If people could test out the file new name gussing code and let me know what they think, that would be awesome |
| 00:18 |
|
Alias |
guessing |
| 00:23 |
|
kthakore |
Alias: hi |
| 00:29 |
|
kthakore |
Alias: where is this code? |
| 00:29 |
|
kthakore |
how do I get it? |
| 00:44 |
|
Alias |
trunk |
| 00:44 |
|
Alias |
svn update |
| 00:56 |
|
kthakore |
Alias: tested it |
| 00:56 |
|
kthakore |
works fine |
| 00:56 |
|
kthakore |
Alias: now do Frozen Bubble Makefile !!!! |
| 01:01 |
|
Alias |
I don't know make |
| 01:02 |
|
kthakore |
crap |
| 01:03 |
|
kthakore |
ok can you start making you Makefile.PL work on the 2.20 code instead of the 1.00 code? |
| 01:04 |
|
Alias |
Have you committed up to 2.2? |
| 01:05 |
|
kthakore |
it will overwrite every thing else is that ok? |
| 01:08 |
|
kthakore |
ok I will commit it soon ish |
| 01:53 |
|
Hyppolit |
svn: r8631 | adamk++ | http://padre.perlide.org/trac/changeset/8631 |
| 01:53 |
|
Hyppolit |
Switch to a more normal looking dotted-namespace style |
| 01:53 |
|
Hyppolit |
trunk/Padre/lib/Padre/Plugin/ |
| 02:12 |
|
Hyppolit |
svn: r8632 | adamk++ | http://padre.perlide.org/trac/changeset/8632 |
| 02:12 |
|
Hyppolit |
Refactoring Popularity contest to avoid the excessive use of global variables, and to remove the need for the "added" hash key injected into the actions. |
| 02:12 |
|
Hyppolit |
trunk/Padre/lib/Padre/Plugin/ |
| 03:59 |
|
|
Haarg joined #padre |
| 04:01 |
|
|
azawawi joined #padre |
| 04:01 |
|
azawawi |
good morning |
| 04:28 |
|
Hyppolit |
svn: r8633 | azawawi++ | http://padre.perlide.org/trac/changeset/8633 |
| 04:28 |
|
Hyppolit |
[Padre] Fixed ticket:630, "Filehandle STDOUT reopened as $fh only for input" |
| 04:28 |
|
Hyppolit |
trunk/Padre/lib/Padre/Wx/ |
| 04:31 |
|
Hyppolit |
#630: Filehandle STDOUT reopened as $fh only for input (closed defect) [ http://padre.perlide.org/trac/[…]ket/630#comment:5 ] |
| 04:38 |
|
szabgab |
azawawi++ |
| 04:38 |
|
azawawi |
:) |
| 04:39 |
|
azawawi |
it was annoying me |
| 04:39 |
|
azawawi |
http://perldoc.perl.org/functions/close.html |
| 04:39 |
|
szabgab |
me too, I just could not fix it |
| 04:39 |
|
azawawi |
that side effect is not documented |
| 04:40 |
|
azawawi |
close; => close STDOUT? |
| 04:40 |
|
szabgab |
Closes the currently selected filehandle if the argument is omitted. |
| 04:41 |
|
szabgab |
which is STDOUT by default |
| 04:41 |
|
azawawi |
the "currently selected filehandle" using? |
| 04:41 |
|
azawawi |
how do u select a filehandle as default. |
| 04:41 |
|
szabgab |
see "select" |
| 04:41 |
|
szabgab |
with 1 parameter |
| 04:42 |
|
azawawi |
interesting |
| 04:42 |
|
szabgab |
and then you can say print 42; and it will print to that file handle and not to STDOUT |
| 04:43 |
|
azawawi |
i have not been committing a lot as before since i have been busy at a little project :) |
| 04:43 |
|
szabgab |
we could add close; to the list of beginner errors |
| 04:44 |
|
azawawi |
a cross-platform Wx::Scintilla |
| 04:44 |
|
azawawi |
i hate using a old version of STC.. |
| 04:44 |
|
azawawi |
s/a/an |
| 04:45 |
|
azawawi |
regarding #526, could you provide a better reference? |
| 04:45 |
|
Hyppolit |
#526: Explain idomatic perl what is !! (in Perl 5) (assigned enhancement) [ http://padre.perlide.org/trac/[…]ket/526#comment:1 ] |
| 04:47 |
|
azawawi |
szabgab: is padre --desktop or perl dev.pl --desktop working on your ubuntu? |
| 04:48 |
|
szabgab |
what do you mean by better reference? a list of idioms or explanation what is !! ? |
| 04:48 |
|
szabgab |
have not tried the --desktop thingy yet |
| 04:48 |
|
azawawi |
szabgab: a url, pod, about !! |
| 04:49 |
|
szabgab |
it was mentioned on the beginners list a few days/weeks ago |
| 04:49 |
|
szabgab |
and we also have it in the codebase of padre :-) |
| 04:49 |
|
azawawi |
i noticed |
| 04:50 |
|
azawawi |
what is the beginner list then? |
| 04:52 |
|
azawawi |
s/what/where/ |
| 04:52 |
|
szabgab |
http://www.nntp.perl.org/group[…]09/msg109003.html |
| 04:52 |
|
azawawi |
im sleepy even though i slept well :) |
| 04:52 |
|
Hyppolit |
#526: Explain idomatic perl what is !! (in Perl 5) (assigned enhancement) [ http://padre.perlide.org/trac/[…]ket/526#comment:2 ] |
| 04:52 |
|
szabgab |
ttp://learn.perl.org/ |
| 04:52 |
|
szabgab |
http://learn.perl.org/ |
| 04:53 |
|
azawawi |
the weather is cold in the morning these days |
| 04:53 |
|
szabgab |
I am still in Budapest and it is raining now |
| 04:54 |
|
azawawi |
thanks |
| 04:54 |
|
azawawi |
cool |
| 04:56 |
|
azawawi |
szabgab: please try --desktop and tell me what you think |
| 04:56 |
|
szabgab |
just tried it |
| 04:56 |
|
szabgab |
it created a padre.desktop but it is not doing anything useful |
| 04:56 |
|
Hyppolit |
svn: r8634 | azawawi++ | http://padre.perlide.org/trac/changeset/8634 |
| 04:56 |
|
Hyppolit |
[Padre] Perl tidy |
| 04:56 |
|
Hyppolit |
trunk/Padre/lib/Padre/ trunk/Padre/lib/Padre/Plugin/ trunk/Padre/lib/Padre/Wx/ |
| 04:57 |
|
azawawi |
is the launcher clickable? |
| 04:57 |
|
azawawi |
does it launch padre? |
| 04:57 |
|
azawawi |
the logo is correct? |
| 04:57 |
|
szabgab |
for one it, links to /usr/local/bin/padre but I don't have it installed there |
| 04:57 |
|
szabgab |
and no logo |
| 04:58 |
|
szabgab |
it should link to $0 I guess and not to a fixed path |
| 04:58 |
|
azawawi |
it needs a lot of work but it will be work eventually |
| 04:58 |
|
azawawi |
it works on xp, and vista |
| 04:59 |
|
azawawi |
and the "Edit with Padre" is now working on both also |
| 05:00 |
|
szabgab |
that's nice |
| 05:00 |
|
szabgab |
though I think the code should be in a module and not in the script |
| 05:00 |
|
azawawi |
yeah |
| 05:02 |
|
szabgab |
and have you seen F2 on a PIR file ? |
| 05:02 |
|
szabgab |
it works quite well |
| 05:02 |
|
azawawi |
:) |
| 05:02 |
|
szabgab |
I have some cleanup to do and then I release it and blog about it |
| 05:02 |
|
azawawi |
im happy it works |
| 05:04 |
|
azawawi |
work & |
| 05:20 |
|
|
pece joined #padre |
| 05:21 |
|
szabgab |
Ryan52, any news on a release? |
| 05:27 |
|
|
JRWeiss joined #padre |
| 05:28 |
|
Hyppolit |
svn: r8635 | szabgab++ | http://padre.perlide.org/trac/changeset/8635 |
| 05:28 |
|
Hyppolit |
link to blog of Alias |
| 05:28 |
|
Hyppolit |
trunk/template.padre.perlide.org/data/ |
| 05:39 |
|
Ryan52 |
ummm oops. guess it's that time again. |
| 05:40 |
|
Ryan52 |
really busy week. I'm not very good at this time management thing. well possibly wednesday night I'll have time, but today and tomorrow I got none. |
| 05:40 |
|
|
zloyrusskiy joined #padre |
| 05:40 |
|
Ryan52 |
you guys should really just fire me by now... :P |
| 05:43 |
|
szabgab |
I don't think we will fire you but if you really feel you are pressed with other tasks then you could find someone to replace you or just tell us that you'd rather be replaced |
| 05:43 |
|
szabgab |
it is not a problem, after all you volunteered |
| 05:44 |
|
szabgab |
and we all have times when we overcommit ourselves |
| 05:44 |
|
szabgab |
and you have done a lot already anyway |
| 05:59 |
|
|
JRW joined #padre |
| 06:02 |
|
|
kaare joined #padre |
| 06:06 |
|
|
kaare joined #padre |
| 06:07 |
|
Alias |
I think Ryan52 should still do this one |
| 06:07 |
|
Alias |
Because 0.48 should be the release that unbreaks Debian |
| 06:20 |
|
|
azawawi joined #padre |
| 06:20 |
|
azawawi |
hi |
| 06:22 |
|
azawawi |
not bad... even open source has layoffs. bad economy? :) |
| 06:44 |
|
|
Sewi joined #padre |
| 06:44 |
|
Sewi |
Good morning |
| 06:45 |
|
Alias |
Heya |
| 06:45 |
|
Alias |
Sewi: I did something of a hatchet job on your Popularity Contest code over the weekend |
| 06:46 |
|
Alias |
Sewi: Also, I noticed a bug, for some reason the Padre::File objects have BOTH a filename => key and a Filename => key |
| 06:46 |
|
Alias |
I'm not sure if that's meant to be intentional |
| 06:48 |
|
Sewi |
Alias: It's due to the conversion progress. It was Filename originally, but I converted it to filename. |
| 06:48 |
|
Sewi |
Filename is still filled, but will be removed. |
| 06:49 |
|
Sewi |
But... you used upper case variable names for the contest changes :-) |
| 06:50 |
|
Alias |
hrm? |
| 06:51 |
|
Sewi |
%ADDED, %STATS... |
| 07:02 |
|
Hyppolit |
svn: r8636 | Sewi++ | http://padre.perlide.org/trac/changeset/8636 |
| 07:02 |
|
Hyppolit |
Remove file->Filename |
| 07:02 |
|
Hyppolit |
trunk/Padre/lib/Padre/ trunk/Padre/lib/Padre/Wx/ |
| 07:26 |
|
Hyppolit |
svn: r8637 | Sewi++ | http://padre.perlide.org/trac/changeset/8637 |
| 07:26 |
|
Hyppolit |
Ticket #638: Add configuration option for perl |
| 07:26 |
|
Hyppolit |
trunk/Padre/lib/Padre/ |
| 07:27 |
|
Hyppolit |
svn: r8638 | Sewi++ | http://padre.perlide.org/trac/changeset/8638 |
| 07:27 |
|
Hyppolit |
Ticket #638: Prefer configured Perl over auto-detected |
| 07:27 |
|
Hyppolit |
trunk/Padre/lib/Padre/Document/ |
| 07:27 |
|
Hyppolit |
svn: r8639 | Sewi++ | http://padre.perlide.org/trac/changeset/8639 |
| 07:27 |
|
Hyppolit |
Update config test |
| 07:27 |
|
Hyppolit |
trunk/Padre/t/ |
| 07:42 |
|
El_Che |
is there an activeperl padre in their repositories? |
| 07:47 |
|
szabgab |
El_Che, #508 |
| 07:47 |
|
Hyppolit |
#508: make sure the ppm builder of ActiveState can handle Padre (new enhancement) [ http://padre.perlide.org/trac/[…]ket/508#comment:4 ] |
| 07:49 |
|
El_Che |
I am using a solaris x86 box (course at sun), just having a quick look if padre can be easily built with the threaded version of active perl |
| 07:50 |
|
Hyppolit |
#658: Functions panel misses functions (new defect) [ http://padre.perlide.org/trac/ticket/658 ] |
| 07:50 |
|
El_Che |
(the default perl on solaris in not threaded :( ) |
| 07:51 |
|
szabgab |
El_Che, can you maybe submit a bug report to ActivePerl asking them why Wx is not building on any of their systems? |
| 07:51 |
|
szabgab |
I found a form here: http://bugs.activestate.com/enter_bug.cgi |
| 07:53 |
|
El_Che |
I'll try to install it on this latest version (still downloading) so I have some output to paste |
| 07:58 |
|
|
JRW joined #padre |
| 07:59 |
|
El_Che |
ppm install Wx |
| 07:59 |
|
El_Che |
like that? |
| 07:59 |
|
El_Che |
(never worked with ppm before) |
| 08:00 |
|
El_Che |
not known |
| 08:00 |
|
szabgab |
El_Che, on http://ppm4.activestate.com/idx/WW...WX.html |
| 08:00 |
|
szabgab |
after long wait to load the page |
| 08:00 |
|
szabgab |
you will find links to their build logs |
| 08:00 |
|
szabgab |
where you can find the failure reports |
| 08:00 |
|
El_Che |
just doing cpan Wx |
| 08:01 |
|
El_Che |
fro; their repositories |
| 08:01 |
|
Hyppolit |
svn: r8640 | Sewi++ | http://padre.perlide.org/trac/changeset/8640 |
| 08:01 |
|
Hyppolit |
Ticket #638: Add Perl interpreter to the preferences |
| 08:01 |
|
Hyppolit |
trunk/Padre/lib/Padre/Wx/Dialog/ |
| 08:02 |
|
Hyppolit |
#638: Make Perl usage configurable (closed enhancement) [ http://padre.perlide.org/trac/[…]ket/638#comment:1 ] |
| 08:02 |
|
szabgab |
it is one thing to compile yourself but we would be better off if we could get them fix either their build system or help Mattia fix Wx so it will build on their system |
| 08:03 |
|
El_Che |
I am want to see if it build from a vanilla activeperl config |
| 08:03 |
|
El_Che |
s |
| 08:03 |
|
El_Che |
it takes a long time to download the Wx upstream source |
| 08:04 |
|
El_Che |
it won't work from my workplace |
| 08:04 |
|
El_Che |
firewalls get lost in the timeout or redirect fro; sourceforge |
| 08:04 |
|
szabgab |
El_Che, http://ppm4.activestate.com/su[…]090925T053359.txt |
| 08:05 |
|
El_Che |
same output |
| 08:10 |
|
El_Che |
hairy |
| 08:10 |
|
|
waxhead joined #padre |
| 08:12 |
|
Hyppolit |
#633: Ctrl-Alt-S (Save Session) backgrounds the window (new defect) [ http://padre.perlide.org/trac/[…]ket/633#comment:1 ] |
| 08:14 |
|
szabgab |
El_Che, so will you ask ActiveState to check what's going on with Wx ? |
| 08:14 |
|
Hyppolit |
svn: r8641 | Sewi++ | http://padre.perlide.org/trac/changeset/8641 |
| 08:14 |
|
Hyppolit |
Fixed use of uninitlized value |
| 08:14 |
|
Hyppolit |
trunk/Padre/lib/Padre/Wx/Dialog/ |
| 08:14 |
|
szabgab |
or check yourself what might be the issue with Alien::wxWidgets ? |
| 08:15 |
|
szabgab |
anyway, have to go now |
| 08:15 |
|
szabgab |
bye & |
| 08:15 |
|
* Sewi |
reboot |
| 08:17 |
|
|
Sewi left #padre |
| 08:27 |
|
|
Sewi joined #padre |
| 08:28 |
|
Hyppolit |
#341: * Common elements missing from toolbar (closeall, saveall) (closed defect) [ http://padre.perlide.org/trac/[…]ket/341#comment:3 ] |
| 08:30 |
|
|
daxim joined #padre |
| 09:02 |
|
|
bruck joined #padre |
| 09:12 |
|
Hyppolit |
#659: Failed to run CPAN installed Padre - "libwx_gtk2u_aui-2.8.so: cannot open shared object file" (new defect) [ http://padre.perlide.org/trac/ticket/659 ] |
| 09:21 |
|
|
JRWeiss joined #padre |
| 09:23 |
|
|
JRW joined #padre |
| 09:24 |
|
|
JoshWeiss joined #padre |
| 09:34 |
|
|
JRWeiss joined #padre |
| 09:51 |
|
Hyppolit |
#257: Backport Scintilla Perl lexer for wxWidgets 2.8.10? (new enhancement) [ http://padre.perlide.org/trac/[…]ket/257#comment:1 ] |
| 10:01 |
|
|
superkuh joined #padre |
| 10:17 |
|
|
mib_h9u4t4 joined #padre |
| 10:22 |
|
Hyppolit |
svn: r8642 | Sewi++ | http://padre.perlide.org/trac/changeset/8642 |
| 10:22 |
|
Hyppolit |
Warn if the new configured Perl interpreter is not executable |
| 10:22 |
|
Hyppolit |
trunk/Padre/lib/Padre/Wx/Dialog/ |
| 10:26 |
|
Hyppolit |
svn: r8643 | Sewi++ | http://padre.perlide.org/trac/changeset/8643 |
| 10:26 |
|
Hyppolit |
Added Windows 7 screenshot (Ticket #539) |
| 10:26 |
|
Hyppolit |
trunk/template.padre.perlide.org/tt/pages/ |
| 10:31 |
|
Hyppolit |
svn: r8644 | Sewi++ | http://padre.perlide.org/trac/changeset/8644 |
| 10:31 |
|
Hyppolit |
Sorted screenshots by version number |
| 10:31 |
|
Hyppolit |
trunk/template.padre.perlide.org/tt/pages/ |
| 10:42 |
|
|
sri joined #padre |
| 10:43 |
|
Hyppolit |
#331: * saveall doesn't update tabs (ie asterisk still there until you click tab) (new defect) [ http://padre.perlide.org/trac/[…]ket/331#comment:2 ] |
| 10:50 |
|
* teejay |
likes http://use.perl.org/~Alias/journal/39718 # good post |
| 10:52 |
|
waxhead |
hey teejay... now's things? |
| 10:52 |
|
waxhead |
yeah, it's a good post... |
| 10:52 |
|
teejay |
waxhead, busy with new job (and new baby due 15th october) |
| 10:52 |
|
teejay |
refactoring evil legacy code one small step at a time |
| 10:52 |
|
waxhead |
teejay: ooo.. yep.. busy times... |
| 10:52 |
|
waxhead |
mine are now 9 and 13 |
| 10:53 |
|
teejay |
mine are 3 and -0.1 |
| 10:53 |
|
waxhead |
going to find time for coding? :) |
| 10:53 |
|
teejay |
the older one was 3 weeks old by this point last time |
| 10:53 |
|
waxhead |
I still can't these days... :) |
| 10:54 |
|
teejay |
none really |
| 10:54 |
|
waxhead |
and I have my kids a week about |
| 10:54 |
|
teejay |
any spare time is prioritised onto Autodia or a recruitment catalyst side project |
| 10:55 |
|
waxhead |
teejay: I think I've used autodia before.. is that the perl script that reads DIA diagrams and does sql DDM ? |
| 10:55 |
|
teejay |
amongst other things |
| 10:55 |
|
waxhead |
teejay: you doing web stuff as well? |
| 10:55 |
|
waxhead |
then I've used it in the past... |
| 10:55 |
|
teejay |
the day job is web backend stuff |
| 10:56 |
|
waxhead |
with catalyst? |
| 10:56 |
|
teejay |
ha ha ha |
| 10:56 |
|
teejay |
if only |
| 10:56 |
|
teejay |
just finished a 6 month contract doing Cat |
| 10:56 |
|
waxhead |
web backend is much better than web front end.. design is painful |
| 10:56 |
|
teejay |
which was nice |
| 10:56 |
|
waxhead |
cool... |
| 10:56 |
|
teejay |
collaborating with them on a form handling component we want to open source |
| 11:27 |
|
Hyppolit |
#331: * saveall doesn't update tabs (ie asterisk still there until you click tab) (new defect) [ http://padre.perlide.org/trac/[…]ket/331#comment:3 ] |
| 11:33 |
|
Hyppolit |
#2: Improve search (assigned enhancement) [ http://padre.perlide.org/trac/ticket/2#comment:3 ] |
| 11:39 |
|
|
daxim joined #padre |
| 11:43 |
|
Hyppolit |
#660: Padre's Menu should now Include Refactor (new enhancement) [ http://padre.perlide.org/trac/ticket/660 ] |
| 11:50 |
|
|
JRWeiss joined #padre |
| 12:18 |
|
Hyppolit |
svn: r8645 | waxhead++ | http://padre.perlide.org/trac/changeset/8645 |
| 12:18 |
|
Hyppolit |
#660 Added in Refactor Menu to hold Perl Refactoring utilities. |
| 12:18 |
|
Hyppolit |
trunk/Padre/lib/Padre/Wx/ trunk/Padre/lib/Padre/Wx/Menu/ |
| 12:19 |
|
Hyppolit |
svn: r8646 | Sewi++ | http://padre.perlide.org/trac/changeset/8646 |
| 12:19 |
|
Hyppolit |
Don't save a non-executable Perl interpreter value |
| 12:19 |
|
Hyppolit |
trunk/Padre/lib/Padre/Wx/Dialog/ |
| 12:19 |
|
Hyppolit |
svn: r8647 | Sewi++ | http://padre.perlide.org/trac/changeset/8647 |
| 12:19 |
|
Hyppolit |
Ask the user if the Perl interpreter is not executable |
| 12:19 |
|
Hyppolit |
trunk/Padre/lib/Padre/Document/ |
| 12:30 |
|
|
szabgab joined #padre |
| 12:33 |
|
Hyppolit |
svn: r8648 | Sewi++ | http://padre.perlide.org/trac/changeset/8648 |
| 12:33 |
|
Hyppolit |
Perl tidy |
| 12:33 |
|
Hyppolit |
trunk/Padre/lib/Padre/ trunk/Padre/lib/Padre/Document/ trunk/Padre/lib/Padre/Wx/Dialog/ |
| 12:51 |
|
Hyppolit |
#660: Padre's Menu should now Include Refactor (new enhancement) [ http://padre.perlide.org/trac/[…]ket/660#comment:1 ] |
| 12:54 |
|
Hyppolit |
svn: r8649 | waxhead++ | http://padre.perlide.org/trac/changeset/8649 |
| 12:54 |
|
Hyppolit |
Removed the duplicated Separator. |
| 12:54 |
|
Hyppolit |
trunk/Padre/lib/Padre/Wx/Menu/ |
| 12:56 |
|
waxhead |
night all |
| 12:57 |
|
waxhead |
szabgab: added in a refactor menu I commented out the code the the Perl menu incase it's not something anyone wants... |
| 12:58 |
|
waxhead |
shouldn't be too hard to revert if it's not wanted... |
| 12:58 |
|
waxhead |
time for bed |
| 13:04 |
|
|
calderman joined #padre |
| 13:54 |
|
|
PacoLinux joined #padre |
| 14:01 |
|
Hyppolit |
svn: r8650 | Sewi++ | http://padre.perlide.org/trac/changeset/8650 |
| 14:01 |
|
Hyppolit |
Updated Changes |
| 14:01 |
|
Hyppolit |
trunk/Padre/ |
| 14:11 |
|
|
dapatrick joined #padre |
| 14:12 |
|
|
CromeDome joined #padre |
| 14:27 |
|
|
JRWeiss joined #padre |
| 14:30 |
|
|
PacoLinux joined #padre |
| 14:46 |
|
|
kaare joined #padre |
| 15:33 |
|
|
JRWeiss joined #padre |
| 15:43 |
|
|
Haarg joined #padre |
| 16:16 |
|
|
pece joined #padre |
| 16:23 |
|
|
draxil joined #padre |
| 16:25 |
|
draxil |
hi. The link to the linux par on the "detailed installation instructions" page appears to be wrong |
| 16:29 |
|
|
JRWeiss joined #padre |
| 16:29 |
|
|
skeeterbug joined #padre |
| 16:31 |
|
draxil |
it points to to "http://perlide.org/download/binary/" which just has windows bits in it |
| 16:32 |
|
|
sawyer_ joined #padre |
| 16:46 |
|
|
JRW joined #padre |
| 17:27 |
|
|
finanalyst joined #padre |
| 18:02 |
|
|
ewilhelm joined #padre |
| 18:35 |
|
|
theory joined #padre |
| 18:35 |
|
theory |
Howdy |
| 18:36 |
|
theory |
I'd like to build padre on Snow Leopard, but Alien::wxWidgets tells me that wxWidgets 2.8.x won't work with 64-bit Perl. Really? |
| 18:39 |
|
phillipadsmith |
theory: ouch |
| 18:39 |
|
theory |
phillipadsmith: I feel your pain |
| 18:39 |
|
phillipadsmith |
no, no: that's the pain of being an early adopter you're feelin' :-P |
| 18:40 |
|
theory |
I'm not an early adopter. I've never got any of this stuff to work. |
| 18:40 |
|
phillipadsmith |
Alias: got a commit bit for me, or did you manage to get that splash screen sorted already? |
| 18:40 |
|
theory |
phillipadsmith: Shouldn't you be hacking on bricolagecms.org? Hrmmm? |
| 18:40 |
|
* phillipadsmith |
_is_ hacking on bricolagecms.org |
| 18:40 |
|
phillipadsmith |
! |
| 18:40 |
|
phillipadsmith |
Damn that Alias and his distractions! |
| 18:41 |
|
phillipadsmith |
What's a guy supposed to say? "Thank for the IDE, now screw off!" ? |
| 18:41 |
|
phillipadsmith |
:-) |
| 18:42 |
|
dapatrick |
theory: Not that it mentions 64-bit Perl on OS X, but I'm guessing that you already looked at http://padre.perlide.org/trac/wiki/Download#OSX |
| 18:42 |
|
theory |
dapatrick: Um, yes, that's where I got the instructions to install Alien::wxWidgets. |
| 18:43 |
|
theory |
dapatrick: The error I then got led me to http://www.nntp.perl.org/group[…]9/09/msg6832.html |
| 18:43 |
|
theory |
So I was attempting to build from the svn checkout of Alien::wxWidgets |
| 18:43 |
|
dapatrick |
Jeez. I see. |
| 18:44 |
|
theory |
Yah |
| 18:47 |
|
dapatrick |
No one in my office is running Snow Leopard, and I'm not running it at home. |
| 18:47 |
|
dapatrick |
has to be on Snow Leopard, eh? |
| 18:50 |
|
theory |
dapatrick: You dont' expect me to go back to Leopard, do you? |
| 18:50 |
|
theory |
Besides, the issue isn't SL. It's that I have a 64-bit Perl. |
| 18:50 |
|
dapatrick |
No no. I'm asking because I have a Mac and home, but it's not running Snow Leopard and I wanted to test your case and see if I get the same outcome. |
| 18:50 |
|
ewilhelm |
http://wiki.wxwidgets.org/Deve[…]Building_under_10.6_Snow_Leopard |
| 18:51 |
|
theory |
dapatrick: Yeah, you just need a 64-bit Perl. |
| 18:51 |
|
theory |
I think |
| 18:51 |
|
dapatrick |
Got it. |
| 18:51 |
|
ewilhelm |
looks like you need to go 2.9 |
| 18:51 |
|
theory |
ewilhelm: Oh, so I'll need to comile wxWidgets myself, and not rely on Alien::wxWidgets? |
| 18:51 |
|
theory |
Or does Alien::wxWidgets somehow support 2.9? |
| 18:52 |
|
ewilhelm |
theory, you have to have Alien::wxWidgets, so you have to make it work on 2.9 |
| 18:52 |
|
theory |
ewilhelm: Should I build wxWidgets myself, and then install Alien::wxWidgets and tell where to find 2.9? |
| 18:52 |
|
theory |
Or will Alien::wx build 2.9 for me. |
| 18:52 |
|
ewilhelm |
probably the former |
| 18:53 |
|
theory |
that's what I was thinking. |
| 18:53 |
|
ewilhelm |
but you might find that Wx.pm and such become incompatible |
| 18:53 |
|
theory |
lovely |
| 18:53 |
|
ewilhelm |
and you'll be running a fresh pile of wxWidgets code with all the fun that brings |
| 18:54 |
|
theory |
Then fuck it |
| 18:54 |
|
theory |
I thought it'd be fun to play with padre, but I honestly don't have time for this kind of headache |
| 18:54 |
|
ewilhelm |
Want to try Qt now? :-D |
| 18:54 |
|
theory |
I think I'll stick to Web apps |
| 18:55 |
|
ewilhelm |
if all you want to do is play, you ought to be able to run a 32-bit appbundle with included perl |
| 18:55 |
|
theory |
ewilhelm: bundled Perl is 64 bit on SL. |
| 18:57 |
|
dapatrick |
theory: How is other stuff on SL? Was it painful to upgrade? |
| 18:57 |
|
ewilhelm |
no, I mean the appbundle should come with a perl in it |
| 18:57 |
|
ewilhelm |
see *should* for caveats and all things related to flying cars |
| 18:57 |
|
theory |
dapatrick: Not if you do a clean OS install. |
| 18:57 |
|
theory |
ewilhelm: app bundle? |
| 18:57 |
|
* theory |
looks |
| 18:58 |
|
theory |
ewilhelm: I only see installation instructions. |
| 18:59 |
|
theory |
http://padre.perlide.org/trac/wiki/Download#OSX |
| 18:59 |
|
ewilhelm |
yeah... there's that should thingy in what I said, see |
| 18:59 |
|
theory |
ewilhelm: there is no app bundle, in other words |
| 19:00 |
|
* ewilhelm |
pokes #padre with the should stick |
| 19:00 |
|
Hyppolit |
#433: Padre is unresponsive while closing it (on Ubuntu) (closed defect) [ http://padre.perlide.org/trac/[…]ket/433#comment:3 ] |
| 19:01 |
|
theory |
ewilhelm: jesus man, don't fuck with me like that |
| 19:01 |
|
Hyppolit |
#438: search window cannot be closes (closed defect) [ http://padre.perlide.org/trac/[…]ket/438#comment:8 ] |
| 19:02 |
|
dapatrick |
theory: If you just want to play, you could test out Padre in a VM. |
| 19:02 |
|
dapatrick |
Less than ideal (perhaps, severely less). |
| 19:03 |
|
ewilhelm |
maybe someone with a working padre on OSX can run it through Devel::TraceDeps and just put a bunch of stuff in a tarball |
| 19:05 |
|
theory |
Yeah, less than ideal alright |
| 19:25 |
|
teejay |
did anybody see the padre video blog on youtube |
| 19:25 |
|
teejay |
http://bit.ly/1628nB |
| 19:37 |
|
dapatrick |
ps ax |
| 19:37 |
|
dapatrick |
Sorry. |
| 19:38 |
|
|
alvar joined #padre |
| 19:40 |
|
* El_Che |
slaps teejay with a large trout |
| 19:40 |
|
kthakore |
teejay: wow |
| 19:41 |
|
kthakore |
btw is there an interactive perl cli in padre? |
| 19:43 |
|
Sewi |
kthakore: You could run your programs in an external window (interactive). |
| 19:43 |
|
kthakore |
Sewi: really hwo |
| 19:44 |
|
kthakore |
perl -I ? |
| 19:44 |
|
kthakore |
or something |
| 19:44 |
|
Sewi |
There is a preference setting for this. |
| 19:44 |
|
kthakore |
ok nvm |
| 19:44 |
|
kthakore |
I have to go now ayway |
| 19:58 |
|
|
code4pay joined #padre |
| 20:01 |
|
code4pay |
The Packages list for padre on ubuntu (using the mirrors from the wiki) are super slow. |
| 20:01 |
|
code4pay |
It is taking 30 min to get the packages list fro each mirror. |
| 20:01 |
|
code4pay |
who should I inform? |
| 20:12 |
|
szabgab |
good evening |
| 20:13 |
|
szabgab |
draxil, that was gone a long time ago, we should remove the link from the wiki |
| 20:14 |
|
Sewi |
code4pay: Best is if you use CPAN, if possible, it's much fresher than any OS repository. |
| 20:18 |
|
szabgab |
Sewi, that *should* not be the case |
| 20:18 |
|
szabgab |
after all those are already binary versions |
| 20:18 |
|
code4pay |
yes tried CPAN first but had an issue with the Wx widgets. then I found the wiki (but only after i tried IRC as ther appears to be no link from padre.perlide.org to the wiki) |
| 20:19 |
|
code4pay |
I attempted to follow the wiki instructions for ubuntu but they also failed :-( |
| 20:19 |
|
szabgab |
code4pay, there was a link on the download page |
| 20:19 |
|
szabgab |
which repo are you talking about ? |
| 20:19 |
|
szabgab |
I did not know someone keeps an up to date backport |
| 20:21 |
|
code4pay |
szbgab, so there is I missed that |
| 20:22 |
|
code4pay |
I actually tried the debian instructions first, maybe that's where I went wrong |
| 20:47 |
|
El_Che |
code4pay: what are you running? |
| 20:47 |
|
El_Che |
ubuntu? |
| 20:51 |
|
code4pay |
ubuntu, and I just got it installed |
| 20:51 |
|
code4pay |
couple of things |
| 20:51 |
|
code4pay |
1. if using ubuntu follow the ubuntu instructions :-) |
| 20:52 |
|
code4pay |
2. I had to install 2 extra modules first ExtUtils::XSpp and File::Which |
| 20:52 |
|
code4pay |
Wx would not install with out the first |
| 20:53 |
|
code4pay |
3. the .padre dir in my home dir was owned by root after the cpan install stopping padre from starting |
| 20:57 |
|
El_Che |
yeah 3. is problematic |
| 21:12 |
|
Sewi |
CPAN install shouldn't create ~/.padre afaik |
| 21:12 |
|
Sewi |
It doesn't make sense |
| 21:12 |
|
code4pay |
yes it would make more sense to check if it exists on start up and create it then |
| 21:12 |
|
Sewi |
This is what Padre does. |
| 21:13 |
|
Sewi |
I guess some test triggers this behaviour. |
| 21:14 |
|
Hyppolit |
#660: Padre's Menu should now Include Refactor (closed enhancement) [ http://padre.perlide.org/trac/[…]ket/660#comment:2 ] |
| 21:15 |
|
code4pay |
I found I was missing another module when I tried to run some code Wx-Perl-ProcessStream |
| 21:16 |
|
code4pay |
however it fails tests when I try to install it PID 17195 expected : 98 : received : 255 |
| 21:16 |
|
code4pay |
'check expected vs received exit code' |
| 21:18 |
|
code4pay |
make ran with out any complaints |
| 21:19 |
|
Hyppolit |
#320: search for current word (closed enhancement) [ http://padre.perlide.org/trac/[…]ket/320#comment:1 ] |
| 21:35 |
|
Hyppolit |
#308: variable name completition (new enhancement) [ http://padre.perlide.org/trac/[…]ket/308#comment:2 ] |
| 21:38 |
|
|
SvenDowideit joined #padre |
| 22:06 |
|
Hyppolit |
svn: r8651 | Sewi++ | http://padre.perlide.org/trac/changeset/8651 |
| 22:06 |
|
Hyppolit |
Ticket #129: Copy various file information to clipboard |
| 22:06 |
|
Hyppolit |
trunk/Padre/lib/Padre/Wx/Menu/ |
| 22:07 |
|
Hyppolit |
#129: Menu: Copy current file path|file name|dir path to clipboard (closed enhancement) [ http://padre.perlide.org/trac/[…]ket/129#comment:1 ] |
| 22:10 |
|
Hyppolit |
svn: r8652 | Sewi++ | http://padre.perlide.org/trac/changeset/8652 |
| 22:10 |
|
Hyppolit |
Added another special copy option |
| 22:10 |
|
Hyppolit |
trunk/Padre/lib/Padre/Wx/Menu/ |
| 22:31 |
|
Hyppolit |
svn: r8653 | Sewi++ | http://padre.perlide.org/trac/changeset/8653 |
| 22:31 |
|
Hyppolit |
Add counting of custom values to PopularityContest |
| 22:31 |
|
Hyppolit |
trunk/Padre/lib/Padre/Plugin/ |
| 22:32 |
|
Hyppolit |
svn: r8654 | Sewi++ | http://padre.perlide.org/trac/changeset/8654 |
| 22:32 |
|
Hyppolit |
Ticket #116: Count MIME type usage |
| 22:32 |
|
Hyppolit |
trunk/Padre/lib/Padre/ |
| 22:36 |
|
Hyppolit |
#116: Collect usage statistics (new enhancement) [ http://padre.perlide.org/trac/[…]ket/116#comment:1 ] |
| 22:38 |
|
Hyppolit |
#96: Context sensitive help (closed defect) [ http://padre.perlide.org/trac/ticket/96#comment:3 ] |
| 22:41 |
|
Hyppolit |
#67: Ctrl-P/Ctrl-N autocompletion (accepted enhancement) [ http://padre.perlide.org/trac/ticket/67#comment:6 ] |
| 22:43 |
|
Hyppolit |
#63: Code browser (new enhancement) [ http://padre.perlide.org/trac/ticket/63#comment:2 ] |
| 22:46 |
|
Hyppolit |
#49: Customisable path to perl (new enhancement) [ http://padre.perlide.org/trac/ticket/49#comment:2 ] |
| 22:49 |
|
Sewi |
szabgab: Sorry for pushing so many tickets back to you :-) |
| 22:57 |
|
Sewi |
good night |
| 22:57 |
|
* Sewi |
& |
| 23:00 |
|
|
JRW joined #padre |
| 23:01 |
|
Hyppolit |
svn: r8655 | Sewi++ | http://padre.perlide.org/trac/changeset/8655 |
| 23:01 |
|
Hyppolit |
Perl tidy |
| 23:01 |
|
Hyppolit |
trunk/Padre/lib/Padre/ trunk/Padre/lib/Padre/Plugin/ trunk/Padre/lib/Padre/Wx/ trunk/Padre/lib/Padre/Wx/Menu/ |
| 23:28 |
|
|
skeeterbug left #padre |
| 23:55 |
|
|
patspam joined #padre |