Harald Jörg

Results 9 issues of Harald Jörg

The function "Go to Definition" fails to identify the correct definition if a subroutine with the same name is present in another package in the same file, or if the...

The installation instructions at https://github.com/bscan/PerlNavigator#installation-for-other-editors didn't work for me after the most recent change: I had to add a `cd server` before running `tsc` (the command was there in older...

With the syntax `package NAME BLOCK` packages can be nested: ``` package Foo; package Bar { # This namespace 'Bar', correctly identified } # This is now namespace 'Foo' again....

wontfix

In a [recent commit](https://github.com/HaraldJoerg/cperl-mode/commit/17acd94ac999d0cb379e4d4b1a01a18fd9a85e1b) I've added partial support for the Perl OO framework/tookit [Zydeco](https://metacpan.org/pod/Zydeco). It is "partial" because it only supports stuff which was accessible with the refactoring I had...

Since Perl 5.14, one can write ``` package My::Package 0.01 { ...; } ``` Such packages don't appear in the index for imenu/speedbar/ecb. While I've got `package NAME BLOCK` (i.e....

bug

This is from bleadperl, compiled by myself: `This is perl 5, version 39, subversion 9 (v5.39.9 (v5.39.4-687-gabac0992d7)) built for x86_64-linux` The following code fails to compile with the message `Field...

During the German Perl Workshop, I tried to install Perl 6 on a new notebook on both Windows and Linux, and on both systems missing dependencies got in the way....

Section: Running Perl 6

**Description** The feature 'extra_paired_delimiters' allows many pairs, at least one of them is likely to cause confusion: U+0706 and U+0707 (SYRIAC COLON SKEWED LEFT and SYRIAC COLON SKEWED RIGHT). These...

Release Blocker

* Basic/Pod/DeveloperGuide.pod: Delete the sections "Access to PDL's configuration" and "Ingesting an external PDL module". Document $::PP_VERBOSE and $PDL::Graphics::TriD::verbose. Add a section "Generating a Stack Trace" taken from GitHub issue...