[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#525667: marked as done (php-elisp: Various highlighting bugs)



Your message dated Wed, 10 Jul 2019 00:00:32 -0400
with message-id <20190710040029.uxjgxgagqxzmr6eh@DigitalMercury.dynalias.net>
and subject line closing fixed bug
has caused the Debian Bug report #525667,
regarding php-elisp: Various highlighting bugs
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
525667: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525667
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: php-elisp
Version: 1.4.0-2
Severity: normal

A bunch of markup errors:

<?php
  //'b' wrongly marked yellow
  /*$a->b*/

  //'b' wrongly marked yellow
"a->b";

//'class' wrongly marked cyan, '_name' wrongly marked green
class_name();

//'continue' wrongly marked cyan
function continue_a() {}

//'wrongly' wrongly marked purple
/*continue wrongly marked cyan*/

//'a' wrongly marked purple
/*case a*/

//'instanceof' should be cyan, 'b' should be green
$a instanceof b;

//'Array' should be green
function a(Array &$b) {}

//'static' should be cyan
private static function a() {}

//'a_false' should be blue
function a_false() {}
//'a_true' should be blue
function a_true() {}

//'a_false' should be yellow
$a_false;
//'a_true' should be yellow
$a_true;

//'c' should be green
class a implements b,c {}

//'a' should be green
a::$b;

?>

Regards, Thue

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages php-elisp depends on:
ii  emacs [emacsen]               22.3+1-1   The GNU Emacs editor (metapackage)
ii  emacs22 [emacsen]             22.3+1-1   The GNU Emacs editor

php-elisp recommends no packages.

Versions of packages php-elisp suggests:
pn  php4 | php3                   <none>     (no description available)

-- no debconf information



--- End Message ---
--- Begin Message ---
I just confirmed the reported behaviour has been fixed.  Closing now.

--- End Message ---

Reply to: