After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 582546 - Perl: text after y incorrectly highlighted as transliteration operator
Perl: text after y incorrectly highlighted as transliteration operator
Status: RESOLVED OBSOLETE
Product: gtksourceview
Classification: Platform
Component: Syntax files
git master
Other All
: Normal normal
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
: 562959 590957 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-05-13 22:15 UTC by Sebastien Bacher
Modified: 2021-07-05 11:01 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Sebastien Bacher 2009-05-13 22:15:19 UTC
the bug has been opened on https://bugs.launchpad.net/bugs/283411

"gtksourceview2 seems to get the highlighting in some hashes wrong. From y, it is all incorrect:

 $e = {
  $d => {
   x => 210,
   y => 297,
   l => 0,
   t => 0,
  },
 };"
Comment 1 Carnë Draug 2011-05-13 20:03:40 UTC
*** Bug 590957 has been marked as a duplicate of this bug. ***
Comment 2 Carnë Draug 2011-05-13 20:06:10 UTC
I can confirm this bug is still present on the trunk version.

From the comments on the bug marked as duplicated, it seems this bug seems to originate from the context 'transliteration' on perl.lang
Comment 3 Carnë Draug 2011-05-13 20:56:13 UTC
*** Bug 562959 has been marked as a duplicate of this bug. ***
Comment 4 Carnë Draug 2013-03-01 19:51:20 UTC
I took a look at this bug (still present on development version) and indeed the problem is on the transliteration context. It recognizes the start of one as a "tr" or "y" followed by \b whitout actually looking if there's a quote like opeartor next.
Comment 5 GNOME Infrastructure Team 2021-07-05 11:01:36 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version, then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new ticket at
  https://gitlab.gnome.org/GNOME/gtksourceview/-/issues/

Thank you for your understanding and your help.