Difference between revisions of "HaskellWiki:Bug reports"

From HaskellWiki
Jump to navigation Jump to search
(Plus sign in page names)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
There are a number of pages using awkward work-arounds to refer to the C++ programming language in their titles (cplusplus, cxx, etc.). This version of MediaWiki does not (by default) allow the "+" character in page titles; later versions do. Please reconfigure to allow the "+" as described in [http://meta.wikimedia.org/wiki/Help:Page_name#Special_characters]
  +
  +
----
  +
 
Check out the last line of code in GuessRandom... the htmlification is messed up, it seems.
 
Check out the last line of code in GuessRandom... the htmlification is messed up, it seems.
   
Line 4: Line 8:
 
Yes, it's apparently a bug in the syntax highlighter. See [[TestMarkupBreakage]]
 
Yes, it's apparently a bug in the syntax highlighter. See [[TestMarkupBreakage]]
   
  +
----
   
  +
A minor, yet annoying bug in print.css: background-color property for pre is missing a semicolon
I found a couple of bugs in A Gentle Introduction to Haskell 98 (I reached that document from this wiki, and saw nowhere to report bugs):
 
* Section 6.1: "See section 4.2.3 of the report for a more discussion" -> "for more discussion"
 
* Section 7.4: "getContents" should be "hGetContents"
 

Latest revision as of 17:21, 20 June 2009

There are a number of pages using awkward work-arounds to refer to the C++ programming language in their titles (cplusplus, cxx, etc.). This version of MediaWiki does not (by default) allow the "+" character in page titles; later versions do. Please reconfigure to allow the "+" as described in [1]


Check out the last line of code in GuessRandom... the htmlification is messed up, it seems.

-- Yes, it's apparently a bug in the syntax highlighter. See TestMarkupBreakage


A minor, yet annoying bug in print.css: background-color property for pre is missing a semicolon