Problems with the new constructor in a GD-derived module

2006-07-24 Thread Shlomi Fish
from GD and also have my own new() function (which I think is unnecessary), so I don't know what I'm doing wrong. Regards, Shlomi Fish - Shlomi Fish [EMAIL PROTECTED] Homepage:http://www.shlomifish.org/ Chuck

Re: Problems with the new constructor in a GD-derived module

2006-07-24 Thread Shlomi Fish
Hi! Thanks for your help. See below for my comments. I forgot to note that I'm using Mandriva Cooker (about to become Mandriva 2007) with perl-5.8.8-6mdk and gcc-4.1.1-2mdk on a P4-2.4GHz machine. On Monday 24 July 2006 15:07, Sisyphus wrote: - Original Message - From: Shlomi Fish

Wrong refcount for Array ref contents (work with pure-Perl code)

2008-12-23 Thread Shlomi Fish
(\...@array1, \...@array2); # $combined = [...@array1, @array2]; }}} Everything works as expected. What am I doing wrong? I asked on #p5p on irc.perl.org.il, and no one could tell me what is wrong. Regards, Shlomi Fish

Re: How to export functions from C++ to embedded perl.

2009-02-10 Thread Shlomi Fish
linked in module code? Have you tried putting something into %INC? See its entry in perldoc perlvar: http://perldoc.perl.org/perlvar.html %INC is very useful for mocking modules even in pure-Perl scenarios. Regards, Shlomi Fish

Re: embedding?

2011-12-22 Thread Shlomi Fish
Hi Ben, On Thu, 22 Dec 2011 22:13:28 -0700 ben b...@appliedplastic.com wrote: I'm trying to embed perl in a pam module and have a few questions. Is this a good place to ask? If not where is? I think here would be a good place. Regards, Shlomi Fish

Re: XS for C++

2011-12-30 Thread Shlomi Fish
these are GUI libraries, the bindings might be generated using scripts. Regards, Shlomi Fish Thank you Alberto -- - Shlomi Fish http://www.shlomifish.org/ Best Introductory Programming Language - http://shlom.in/intro-lang

How to have perl allocate pointers predictably.

2012-08-23 Thread Shlomi Fish
for that using perlbrew or whatever. Note that this also happens if make_trouble() is as simple as my $x; $x = \$x;. Regards, -- Shlomi Fish # Feeding XML::LibXML with an invalid file, triggering memory leaks use strict; use warnings; use Devel::Leak; use Encode; use XML::LibXML; use Carp

Re: How to have perl allocate pointers predictably.

2012-08-24 Thread Shlomi Fish
/bin/perl shlomif[XML-LibXML]:$trunk$ So it did not appear to have helped. Regards, Shlomi Fish Liz On Aug 23, 2012, at 7:33 PM, Shlomi Fish wrote: with the included script below, Devel::Leak keeps outputting different pointers each time for the leaked SVs

Re: How to have perl allocate pointers predictably.

2012-08-24 Thread Shlomi Fish
-to-disable-address-space-randomization-for-a-binary-on-linux This referred me to the setarch -R command and doing this: $ ( PERL_HASH_SEED=0 setarch x86_64 -R perl libxml2.pl ) 21 now gives me consistent results on each run. It may be enabled by default in gdb, though. Regards, Shlomi Fish

Re: Seeking more help figuring out test failures

2016-04-25 Thread Shlomi Fish
because it involved installing many updates (VBox guest additions, Windows Update, Strawberry Perl, etc.). I hate Windows. Regards, Shlomi Fish > Thanks! > David > -- ----- Shlomi Fish http://www.shlomi

Help needed getting the eperl reduced testcase to pass on appveyor/win64/cygwin64/cmake

2018-09-21 Thread Shlomi Fish
;>> any insights will be appreciated. Code is https://en.wikipedia.org/wiki/GNU_General_Public_License v2+. -- --------- Shlomi Fish http://www.shlomifish.org/ https://is.gd/MQHVF3 - The Atom Text Editor edits a 2,000,001B file Summer Gl

Help needed getting the eperl reduced testcase to pass on appveyor/win64/cygwin64/cmake

2018-09-21 Thread Shlomi Fish
Hi all! Help needed getting the ePerl reduced testcase to pass on appveyor/win64/cygwin64/cmake . See: * https://github.com/thewml/website-meta-language/tree/reduce-appveyor-error (note the branch) * https://ci.appveyor.com/project/shlomif/website-meta-language I reduced it as much as I could

Re: Library: EasyXS

2022-04-06 Thread Shlomi Fish
m/shlomif/Freenode-programming-channel-FAQ/blob/master/FAQ_with_ToC__generated.md#what-are-some-best-practices-in-programming-that-i-should-adopt > cheers, > -Felipe -- Shlomi Fish https://www.shlomifish.org/ Selina Mandrake - The Slayer (Buffy parody) - https://shlom.in/selina Mon