Your message dated Fri, 05 Jun 2009 20:40:52 -0300
with message-id <0tskies0zf.wl%[email protected]>
and subject line fixed upstream
has caused the Debian Bug report #490933,
regarding highlight: ' is treated incorrectly in haskell identifiers
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 [email protected]
immediately.)


-- 
490933: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490933
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: highlight
Version: 2.4.8-1.1
Severity: normal

Haskell identifiers can contain ' symbol. For example program below is
valid haskell program and does not contain any strings. Highlight think 
that ' always start new string which is not the case.

> fac = fac' 1
>    where
>      fac' 0 acc = acc
>      fac' n acc = fac' (n-1) (acc*n)

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ru_RU.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages highlight depends on:
ii  libc6                         2.7-10     GNU C Library: Shared libraries
ii  libgcc1                       1:4.3.1-2  GCC support library
ii  libstdc++6                    4.3.1-2    The GNU Standard C++ Library v3

highlight recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Since the submitter and I both find this bug fixed, I am closing the bug.

Thanks for your report,

David



--- End Message ---

Reply via email to