[perl #56382] [RFC] Making Test::Harness 3 available without including it in core parrot.

2008-10-28 Thread Bernhard Schmalhofer via RT
On So. 07. Sep. 2008, 15:31:49, [EMAIL PROTECTED] wrote: > This ticket has not been addressed since early July. Re-reading it now, > it seems to have two major discussion threads: one specific to > Test::Harness 3 and one relating more generally to the versions of CPAN > modules needed to configu

[perl #48014] [DEPRECATED] PMC union struct

2008-10-23 Thread Bernhard Schmalhofer via RT
On Mo. 08. Sep. 2008, 13:59:08, julianalbo wrote: > Done in r30914: changed name to Parrot__attributes, fixed > codingstd, changed also pmc in languages lua and perl6, and updated > pdd17_pmc.pod Does this mean that this ticket can be closed and the deprecation item in DEPRECATED.pod be removed?

[perl #43851] [CAGE] All calls to stack_entry need to be NULL-checked

2008-09-30 Thread Bernhard Schmalhofer via RT
On Fr. 13. Jul. 2007, 16:21:54, rgrjr wrote: > Are there any? The only ones I can find that that Splint might be > complaining about are the derefs in rotate_entries, but the code > explicitly checks that stack_height is large enough such that > stack_entry will never return NULL. True? Looks l

[perl #56800] [META] merge pdd25cx branch back into trunk

2008-07-17 Thread Bernhard Schmalhofer via RT
In r29552 of https://svn.perl.org/parrot/branches/pdd25cx I ran make test for: pipp, eclectus, hq9plus, lazy-k, m4, unlambda. All tests were passing. -- /* [EMAIL PROTECTED] */

[perl #41666] Test PIR and PASM by generating PBC and running it

2008-07-03 Thread Bernhard Schmalhofer via RT
On Mi. 02. Jul. 2008, 23:25:56, [EMAIL PROTECTED] wrote: > make testr does this; if that doesn't work, let's re-open the ticket. Actually 'make testr' does something a little bit different. It creates a '*.pbc' File, converts it into an executable and runs the executable. It doesn't run the pbc-

[perl #54148] [NEW] Add tools/util/dump-pbc.pl (weave PIR source and PBC disassembly)

2008-06-03 Thread Bernhard Schmalhofer via RT
> > The previous version of the patch didn't work on Windows, because pipe > open doesn't work there, grrr. Please try the attached version of the > patch. > It looks like the current version of the patch has been applied. In r28039 I added a sanity test in the new file t/tools/dump_pbc.pl. If

[perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-05-11 Thread Bernhard Schmalhofer via RT
On Mi. 02. Apr. 2008, 06:27:23, doughera wrote: > This very minimal patch at leasts gives a brief warning about the > issue. > > On a closely related topic, I thought about changing the default in > this > case to not build a shared libparrot, but dealing with the combination > of > undocumented

[perl #45015] [TODO] Create a 'Rational' PMC for rational numbers

2008-05-09 Thread Bernhard Schmalhofer via RT
On Mi. 07. Mai 2008, 13:55:13, desertmax wrote: > As discussed on IRC, I've replaced print "foo" print "\n" with say > "foo". Furthermore, I've added tests for init and version, if GMP is not > available and one test for version, if GMP is present. > The constructor does not raise an exception anym

[perl #47828] [TODO] Implement the 'copy' opcode

2008-04-13 Thread Bernhard Schmalhofer via RT
On Mi. 19. Mär. 2008, 07:38:36, pmichaud wrote: > > On Thu Dec 13 17:47:05 2007, [EMAIL PROTECTED] wrote: > > > Implement a 'copy' assignment (at least until we get the 'copy' > > > opcode -- see RT#47828). The copy opcode has been added in r23917. Can this ticket be resolved now? Regards, Ber

[perl #48030] [DEPRECATED] compilers/PAST-pm, Parrot/HLLCompiler.pir

2008-04-07 Thread Bernhard Schmalhofer via RT
On Sa. 05. Apr. 2008, 07:40:12, bernhard wrote: > On Di. 26. Feb. 2008, 13:37:20, bernhard wrote: > > > > The compiler tools in compilers/PAST-pm/ and > > > runtime/parrot/library/Parrot/HLLCompiler.pir are deprecated > > > in favor of the new versions in the Parrot Compiler Toolkit > > > ( compil

[perl #51894] [PATCH] aligning code and localization of vars

2008-03-27 Thread Bernhard Schmalhofer via RT
On Mi. 19. Mär. 2008, 06:25:32, kjs wrote: > hi, > > attached a patch that does some aligning of "=" tokens and limits the > scope of some variables. > > I don't commit this myself, because I want to check whether this > practice of localizing vars. is ok, as it introduces "else" clauses. > For i

[perl #31133] [TODO] Run different run cores inside Test.pm

2008-03-26 Thread Bernhard Schmalhofer via RT
On So. 24. Feb. 2008, 17:39:36, [EMAIL PROTECTED] wrote: > 'make fulltest' exits at the end of any core with failing tests; > that's how I > expect make to behave. (If it doesn't, there's something wrong.) Actually it no longer does that, as I have changed 'make fulltest' in preparation for the

[perl #51790] Segfaults for GDBMHash in -C and -S runcores

2008-03-18 Thread Bernhard Schmalhofer via RT
On So. 16. Mär. 2008, 06:57:31, bernhard wrote: > Hi, > > running 'make fulltest' under Linux leaves me with segfaults for > gdbmhast.t. > This happens only for the computed-goto and for the switched runcore. > [EMAIL PROTECTED]:~/devel/Parrot/trunk$ uname -a > Linux heist 2.6.22-14-generic #1 S

[perl #51794] Test in languages/urm try to call _export_to_level

2008-03-17 Thread Bernhard Schmalhofer via RT
Testing URM, that is cd languages/urm && make test and cd languages && perl t/harness --languages=urm should work again in r26422. Could somebody check with older versions of Test::More ? Regards, Bernhard -- /* [EMAIL PROTECTED] */

[perl #38262] [CAGE] get external Perl5 modules out of the parrot repo

2008-03-16 Thread Bernhard Schmalhofer via RT
On So. 09. Mär. 2008, 19:11:53, [EMAIL PROTECTED] wrote: > Well, it looks like we've survived for a week without Test::Builder or > any other Perl 5 core module in the Parrot distribution. (Thanks to > Matt Kraai for helping out with t/perl/Parrot_Test.t.) So I think we > can close this ticket. >

[perl #49828] [PATCH] Configure hanging on GNU m4 test under FreeBSD

2008-01-16 Thread Bernhard Schmalhofer via RT
Hi Bruno, > I found parrot installer still hanging under FreeBSD (at least FreeBSD > 5.5). > Its's probably because OS name isn't properly separated. Could you test the patch from ticket 49780, http://rt.perl.org/rt3/Ticket/Display.html?id=49780 ? That patch looks like a more general solution.

[perl #49794] Configure.pl syntax errors - revision 24880

2008-01-15 Thread Bernhard Schmalhofer via RT
On Di. 15. Jan. 2008, 09:04:47, [EMAIL PROTECTED] wrote: > > Line 366 was: > <<< .mine >use 5.008_000; >use strict; >use warnings; >use lib 'lib'; > > just after here. So I deleted Configure.pl reran the svn fetch (showed no > files transfered) and the new Configure.pl work

[perl #45601] [unified_testing] Plans and notes for the unified testing branch

2007-11-27 Thread Bernhard Schmalhofer via RT
On Do. 20. Sep. 2007, 13:03:31, [EMAIL PROTECTED] wrote: > Goals: > > Completely unified testing. The ability to run tests and aggregate > their > results regardless of how the test is implemented, (perl, parrot, hll, > etc.) > HTML Reports should function much as we have now, but with the > add

[perl #31633] [TODO] Allow Languages to be self contained

2007-11-24 Thread Bernhard Schmalhofer via RT
On Mi. 05. Jul. 2006, 12:17:12, bernhard wrote: > > Contrive things so that no code whatsover must be maintained outside > > of the language specific directory. This includes: When adding Eclectus I had to edit following files: - config/gen/makefiles/languages.in - config/gen/languages.pm - langu

[perl #41597] [PATCH] replacing explicit access to $^O in Configure

2007-11-10 Thread Bernhard Schmalhofer via RT
On Fr. 23. Feb. 2007, 07:28:38, acalpini wrote: > this patch adds an 'osname' key to Parrot's own $conf->data, which is > used in the configure process instead of $^O (and $Config{osname}). > > this patch does not affect the current configuration process. in the > long term, an --osname paramete

[perl #42769] Names of basic PMC serve as keywords in PIR

2007-09-09 Thread Bernhard Schmalhofer via RT
On So. 29. Apr. 2007, 06:01:16, kjs wrote: In r21167 the keyword 'object', as a synonym of 'pmc', was removed from PIR. However the question from kjs remains to be answered: > related to this, I think that imcc also allows for built-in types as types. > such as ".local Array a" etc. (sorry can't

[perl #42769] can't create a variable named 'object'

2007-09-09 Thread Bernhard Schmalhofer via RT
On Fr. 27. Apr. 2007, 14:02:49, smash wrote: > On Fri Apr 27 09:36:50 2007, particle wrote: > > it seems that 'object' is a reserved word in imcc, it's a synonym for > > 'pmc'. it seems undocumented, and i don't see a reason for it--we > > already have a word for 'pmc'. > > I removed 'object' f

[perl #43855] embed.h no longer needs the Parrot_init prototype

2007-09-08 Thread Bernhard Schmalhofer via RT
On Fr. 13. Jul. 2007, 09:47:53, [EMAIL PROTECTED] wrote: > There's a comment in embed.h which says: > > /* XXX Parrot_init() should be removed, no longer required for embedders */ > > This comment has been there since April 2006. The Parrot_init() > prototype is redundant with the one in interpr

[perl #42300] [PATCH] t/pmc/sub.t: test for creation of lex by clone op

2007-09-08 Thread Bernhard Schmalhofer via RT
On Do. 26. Apr. 2007, 16:45:08, [EMAIL PROTECTED] wrote: > Now it makes sense. :) Anyway, I found this by following the Compiler FAQ, > which says that a new closure should be created by cloning the sub. I think > it should be changed to say newclosure, or even explain this (because you > might r

[perl #40626] [BUG] :vtable fails for subclasses of core classes

2007-09-06 Thread Bernhard Schmalhofer via RT
> thanks for the quick turnaround. this test is perfect for the > 'executed from pir test case', and will be applied shortly. The test case has been added in r21092. > but as > patrick later provided an example of executing a .pbc file, we'll also > need a test for this before the ticket is close

[perl #41915] [TODO] remove unused manifest-generating scripts

2007-06-25 Thread Bernhard Schmalhofer via RT
On So. 06. Mai 2007, 12:09:58, bernhard wrote: > TODO: Check whether Parrot::Distribution::gen_manifest_skip() can be used > in mk_manifest_and_skip.pl or alternatively be deleted. Parrot::Distribution::gen_manifest_skip() and subsequently t/distro/manifest_skip.t have been broken for some time.

[perl #43105] [PATCH] function mmd.c::mmd_expand_y: newly allocated memory unitialized

2007-06-04 Thread Bernhard Schmalhofer via RT
> > What happens when NULL is not a consective series of '\0' chars? > > I think that it breaks. > > > Are there such platforms and are they releavant for parrot? > > I believe that this assumption is endemic in Perl 5, and it's never > hindered > Perl 5's portability. The C FAQ gives examples

[perl #43105] [PATCH] function mmd.c::mmd_expand_y: newly allocated memory unitialized

2007-06-03 Thread Bernhard Schmalhofer via RT
> I grepped for other files that can make use of mem_sys_*_zeroed > variants. I attached a patch that affects objects.c, vtables.c, > gc/register.c and stm/waitlist.c. I have looked at the 'more_memory.patch' and I'm wondering about the portability. In that patch loops where pointers are explicit

[perl #43008] [PATCH] docs/tests.pod: Expand discussion of testing of Perl 5 components of Parrot

2007-05-21 Thread Bernhard Schmalhofer via RT
On So. 20. Mai 2007, 15:45:56, jkeen at verizon.net wrote: > The patch attached reflects the approach we've been taking over the > last half-year or so in testing the Perl 5 components of Parrot. > Feedback encouraged. Thanks, patch applied in r18608. My $0.02: When hearing 'executables' I

[perl #32642] [TODO] Remove Perl* PMCs from parrot's basic PMCs, src and languages

2006-04-06 Thread Bernhard Schmalhofer via RT
Hi, as far as I see, the Perl* PMCs are no longer used in the Parrot core. There is still some usage in unmaintained language implementations: BASIC/compiler unmaintained ? BASIC/interpreter unmaintained ? forth unmaintained ? miniperlunmaintained ? parakeet

[perl #38235] [TODO] Rename (dyn)?classes to (dyn)?pmc

2006-01-18 Thread Bernhard Schmalhofer via RT
> [bernhard - Di 17. Jan 2006, 13:02:44]: > > > I propose to rename 'src/classes' to 'src/pmc' > > > > > Yes, and for consistency please also rename dynclasses to dynpmc and the > > t/dynclass to t/dynpmc. The second step of directory renaming has been completed. Altogether follwing dirs have m

[perl #38235] [TODO] Rename (dyn)?classes to (dyn)?pmc

2006-01-17 Thread Bernhard Schmalhofer via RT
> [jonathan - Sa 14. Jan 2006, 09:57:37]: > > I propose to rename 'src/classes' to 'src/pmc' as IMHO it makes > > more sene. 't/pmc' is already named 'pmc'. > > > Yes, and for consistency please also rename dynclasses to dynpmc and the > t/dynclass to t/dynpmc. The first step, renaming 'src/dync

[perl #31646] [TODO] Compile/eval/whatever system a bit of a muddle

2006-01-09 Thread Bernhard Schmalhofer via RT
> We need to clean up the docs and pmcs for compilation, dynamic > compiler modules, and the associated pmcs (eval, compiler, and so on). The muddle has been somewhat cleaned up. For example the PMCs returned by compreg and from the compilers can now simply be invoked. Are further actions neede

[perl #37357] [TODO] Check and split up 'examples/assembly'

2005-11-26 Thread Bernhard Schmalhofer via RT
> [bernhard - Mi 05. Okt 2005, 12:05:35]: The dir 'examples/assembly' is gone in r10185. The examples it formerly contained are either deleted or moved to 'library', 'pir' or 'pasm'. Most of the moved examples are tested by t/examples/*.t. Some broken examples, or not easily testable examples, ha

[perl #37358] [TODO] Tests - cleanup use of temp files

2005-11-06 Thread Bernhard Schmalhofer via RT
> [EMAIL PROTECTED] - Mi 05. Okt 2005, 14:34:17]: > > Many of the tests write temp files into the current working dir. Even > worse, some of these files many not get cleaned up if the tests exit > prematurely. Tests should be converted to use File::Temp where ever > possible. Personally I don't

[perl #37563] [BUG] Parrot m4 has problems with PGE

2005-10-31 Thread Bernhard Schmalhofer via RT
> [bernhard - So 30. Okt 2005, 04:35:45]: > > Hi, > > it looks like recent PGE changes broke 'Parrot m4'. > I have boiled it down to a 20 line test cast and added it > as test 4 in t/library/pge.t. This test case fails, at least under my > Linux installation, with a segmentation fault. > > My

[perl #37455] make hello fails

2005-10-24 Thread Bernhard Schmalhofer via RT
> [leo - So 23. Okt 2005, 12:25:29]: > > As Parrot_setup_args() is so far only used for passing 'output' to the > > exec runcore, I propose a quick fix. > > > > i. Do not use STRING register for passing options > > ii. Move interp->imc_info->output to interp->output_file and use > > interp->outpu

[perl #37455] make hello fails

2005-10-22 Thread Bernhard Schmalhofer via RT
> [bernhard - Do 20. Okt 2005, 13:35:43]: > > When running 'make test' the command > >./parrot -o examples/pasm/hello.o examples/pasm/hello.pbc > > fails to create examples/pasm/hello.o. Instead a file with the name > 'exex_output.o' is generated. It looks like the name of the output file

[perl #37455] make hello fails

2005-10-20 Thread Bernhard Schmalhofer via RT
> [EMAIL PROTECTED] - Di 18. Okt 2005, 02:51:18]: > > This bug is a regression, 'make hello' works with release 0.3.0 > (r9297). Just some observations. When running 'make test' the command ./parrot -o examples/pasm/hello.o examples/pasm/hello.pbc fails to create examples/pasm/hello.o. Ins

[perl #34258] [TODO] Here documents for PIR

2005-10-07 Thread Bernhard Schmalhofer via RT
> [jonathan - Di 04. Okt 2005, 15:03:03]: > > After a show of demand for here docs on IRC (and leo's approval), I've > now modified to lexer to support them. The syntax for introducing a > heredoc is <<"XXX", and it ends on the line containing (only) XXX. For > example:- > Thanks a lot Jonathan.

[perl #37160] [PATCH] Make it easier to use a different compiler

2005-09-14 Thread Bernhard Schmalhofer via RT
> [doughera - Di 13. Sep 2005, 10:05:04]: > > This patch makes it easier to compile parrot with a compiler other > than > the one used to compile perl5. It re-arranges the order in which > various > defaults are set so that the user may override them either with hints > files or interactively, vi

[perl #30631] [PATCH] Iterator support for Env PMC

2005-09-11 Thread Bernhard Schmalhofer via RT
> Matt Kennedy <[EMAIL PROTECTED]> wrote: > > > The attached env.patch patches classes/env.pmc to add vtable methods > > elements() and get_iter() and modifies get_string_keyed() to also > > accept integer keys so that it is possible to use an Iterator on the > > environment. I have applied this

[perl #23025] [PATCH] Implement and test 'unsetenv' on all platforms

2005-09-11 Thread Bernhard Schmalhofer via RT
> [lbr - Fr 08. Aug 2003, 08:45:43]: > > We'll postpone deciding on this one until later - I've attached a > patch to env.t that tests the env-implementation on all platforms, and > doesn't fail on Solaris. I'd like to reopen this ticket, as the issue isn't really resolved. There is still a skipp

[perl #31980] Factorial example gives incorrect result

2005-09-08 Thread Bernhard Schmalhofer via RT
> [EMAIL PROTECTED] - Di 19. Okt 2004, 19:49:44]: > Is it the intended operation of the 'factorial' program on the Parrot > examples page to > truncate the results? Looks like a bug to me... I have checked the factorial example on http://www.parrotcode.org/examples/pasm.html. Starting with 13!

[perl #37068] [TODO] repair JAPHs in 'examples/japh'

2005-09-08 Thread Bernhard Schmalhofer via RT
> [jonathan - Mi 07. Sep 2005, 15:41:58]: > > > I see some updates to the examples, so guess somebody is having a hack > at this task. FYI, current test status on Win32:- Actually I haven't looked at the code at all. All I did was to add $Id$ tags for SVN. CU, Bernhard -- /* [EMAIL PROTECTED] *

[perl #37100] [PATCH] Pod tests + fixes

2005-09-08 Thread Bernhard Schmalhofer via RT
> [EMAIL PROTECTED] - Mi 07. Sep 2005, 14:29:39]: > > This patch adds a new test, t/docs/pod.t, that scans through the parrot > tree and checks the Pod syntax of all files identified by Pod::Find as > containing Pod markup. This is invoked by a new test target named > "doc_tests" which has been a

[perl #37082] [BUG] Parrot HEAD failing on MacOS Tiger

2005-09-06 Thread Bernhard Schmalhofer via RT
> Bernhard Schmalhofer via RT wrote: > >>Test 5 of t/examples/japh.t is failing on MacOS Tiger. > > > > > > Hi, > > > > I have played with the timing of the two threads in that test case. > > Could you update to revision 9142 or later and check

[perl #37067] [PATCH] intro.pod - minor corrections

2005-09-04 Thread Bernhard Schmalhofer via RT
> > This patch fixes a few typos, 81 char lines, and makes a couple of other > > exceedingly minor tweaks. Thanks applied in r9136. > I should have added that this patch does s/behaviour/behavior/g. Which > brings up the issue of: which "English" are we using for docs? That would be a questio

[perl #37049] [PATCH] Use ExtUtils::Commands more consistently

2005-09-03 Thread Bernhard Schmalhofer via RT
> ExtUtils::Command provides Unix commands on several platforms. > So it make sense to use ExtUtils::Command per default and not only for > Win32. This is now applied in r9128. Please tell me about aventual problems. CU, Bernhard -- /* [EMAIL PROTECTED] */

[perl #36862] [PATCH] m4 tests compatible with Win32

2005-08-11 Thread Bernhard Schmalhofer via RT
> [EMAIL PROTECTED] - Do 11. Aug 2005, 05:28:37]: > > > *nix utilities are not available on Win32. > But Perl allows to write portable test. > Merci, applied. I'm wondering why we don't use ExtUtils::Commands by default for all of the Parrot Makefiles and config tests. -- /* [EMAIL PROTECTED

[perl #29836] [PATCH] No need to skip some tests on Cygwin

2005-08-08 Thread Bernhard Schmalhofer via RT
> All extend and thread tests have passed for me on trunk with normal > build. timer seems to pass outside the harness, but isn't happy inside > it. Signal seems to have a 'Signal 1' message in the output which breaks > the test. > > I'm just going to repeat this to double check things. I'll a

[perl #29836] [PATCH] No need to skip some tests on Cygwin

2005-08-07 Thread Bernhard Schmalhofer via RT
Hi, I have applied a couple of old patches from Limbic~Region. These patches are enabling some tests for cygwin. Unfortunately I have no cygwin installed, so I can't tell whether the enabled tests are passing. But I think that right after a release is a good time for breaking things. Could one of

[perl #36778] [PATCH] gdbmhash with MinGW32

2005-08-03 Thread Bernhard Schmalhofer via RT
> [EMAIL PROTECTED] - Mi 03. Aug 2005, 00:40:59]: > > With this small patch, gdbmhash works on MinGW. > Thanks, the patch is applied, and thinks look OK under Linux as well. Do you have an explaination why config/auto/gdbm.pl seems to see a gdbm library. I don't see 'gdbm3' mentioned there. Is

[perl #35824] [TODO] Remove .cvsignore files

2005-05-17 Thread Bernhard Schmalhofer via RT
> [bernhard - Mo 16. Mai. 2005, 02:42:49]: > > > i. Migrate the changes in .cvsignore file into the svn:ignore property > Done. > > ii. Tell manicheck.pl to query the SVN properties t/src/manifest.t verifies that MANIFEST.SKIP is consistent with the svn:ignore properties. This make manicheck.pl

[perl #35412] [PATCH] remove io_win32.c warning

2005-05-11 Thread Bernhard Schmalhofer via RT
> this simple patch removes a build warning in io\io_win32.c: > io\io_win32.c(272) : warning C4550: expression evaluates to a function > which is missing an argument list The patch is applied. This warning surfaces only because I had inadvertedly enabled PARROT_NET_DEVEL in io/io_private.h in SV

[perl #34121] [NEW] imc http server

2005-04-30 Thread Bernhard Schmalhofer via RT
> [leo - Mo 14. Feb 2005, 02:59:47]: > > Markus Amslser <[EMAIL PROTECTED]> wrote: > > Now it's getting funny. I have written a tiny webserver in imc, that can > > serve the parrot html documentation. > > Great, thanks. Some remarks: > - served line endings should by "\r\n": lynx doesn't work wit

[perl #34999] [TODO] remove more old stuff

2005-04-27 Thread Bernhard Schmalhofer via RT
> > Some outdated files: > > > >lib/Parrot/PackFile/* > >lib/Parrot/PackFile.pm > >lib/Parrot/PackFile2.* > > > > what is: > > > >lib/Parrot/String.pm old packfile code? > >lib/Parrot/Types.pm same? > >lib/Parrot/Key.pm same? > > All the above files appear to be r

[perl #34548] [TODO] Replace classes/pmc2c.pl with classes/pmc2c2.pl

2005-04-19 Thread Bernhard Schmalhofer via RT
> > >> Either pmc2c.pl should be deleted or pmc2c2.pl should be renamed to > > >> pmc2c.pl. > > > > > A better location might be 'build_tools/pmc2c.pl > > > Attached is a patch that does just that, including appropriate > documentation changes. Note that these changes involved using 'svn rm' > an

[perl #34548] [TODO] Replace classes/pmc2c.pl with classes/pmc2c2.pl

2005-03-22 Thread Bernhard Schmalhofer via RT
> [mdiep - Di 22. MÃr 2005, 14:35:02]: > > pmc2c2.pl is the new pmc2c.pl. Both currently exist in Parrot CVS. > Either pmc2c.pl should be deleted or pmc2c2.pl should be renamed to > pmc2c.pl. A better location might be 'build_tools/pmc2c.pl*, as the script is also used in 'dynclasses/build.pl'.

[perl #33995] [BUG] Configure warning on gdbmhash

2005-01-31 Thread Bernhard Schmalhofer via RT
> The recent gdbmhash configure check causes the following output on my > system during the build. I have changed dynclasses.in to use the CONDITIONED_LINE hack. So there is no longer a need to access a potentially undefined config value. A patch is attached. > runtime/parrot/include...

[perl #33662] [PATCH] Rename libnci.so to libnci_test.so

2005-01-07 Thread Bernhard Schmalhofer via RT
> the library 'libnci.so' is used for testing the Native Call Interface, not > for implementing NCI. So the name 'libnci_test.so' make more sense. > > For Win32 I have moved 'libnci.def' for > 'runtime/parrot/dynext/libnci_test.def'. However > I could not test wether this works. I've just noticed

[perl #31859] Re: Plain ole Hash

2004-12-18 Thread Bernhard Schmalhofer via RT
> > The attached patch makes the Hash PMC use basic PMCs by default. Sorry again, one shouldn't send any patches after midnight. First I forgot to clean up cruft from hash_pmc_20041218.patch. Then, trying to send the corrected patch, I misspelled the name of the mailing list. So, please note th