[Pkg-ocaml-maint-commits] r4607 - in /trunk/packages/tuareg-mode/bugs: ./ 1.46-indentation-bug.ml 311155.ml 445888.ml
treinen at users.alioth.debian.org
treinen at users.alioth.debian.org
Wed Oct 10 06:04:37 UTC 2007
Author: treinen
Date: Wed Oct 10 06:04:36 2007
New Revision: 4607
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4607
Log:
new
Added:
trunk/packages/tuareg-mode/bugs/
trunk/packages/tuareg-mode/bugs/1.46-indentation-bug.ml
trunk/packages/tuareg-mode/bugs/311155.ml
trunk/packages/tuareg-mode/bugs/445888.ml
Added: trunk/packages/tuareg-mode/bugs/1.46-indentation-bug.ml
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/tuareg-mode/bugs/1.46-indentation-bug.ml?rev=4607&op=file
==============================================================================
--- trunk/packages/tuareg-mode/bugs/1.46-indentation-bug.ml (added)
+++ trunk/packages/tuareg-mode/bugs/1.46-indentation-bug.ml Wed Oct 10 06:04:36 2007
@@ -1,0 +1,12 @@
+(* Bug with Tuareg-mode 1.46. See
+ http://caml.inria.fr/pub/ml-archives/caml-list/2006/09/2cb78d7e6e48b0f56dc9aea9d3845e20.en.html *)
+
+
+if true
+then begin
+ xxx; (* indent 4 after then begin *)
+end (* end does not line up *)
+
+ AC(
+ blah (* indent 4 after constructor, paren*)
+
Added: trunk/packages/tuareg-mode/bugs/311155.ml
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/tuareg-mode/bugs/311155.ml?rev=4607&op=file
==============================================================================
--- trunk/packages/tuareg-mode/bugs/311155.ml (added)
+++ trunk/packages/tuareg-mode/bugs/311155.ml Wed Oct 10 06:04:36 2007
@@ -1,0 +1,3 @@
+(*
+#require "lablgtk2";;
+*)
Added: trunk/packages/tuareg-mode/bugs/445888.ml
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/tuareg-mode/bugs/445888.ml?rev=4607&op=file
==============================================================================
--- trunk/packages/tuareg-mode/bugs/445888.ml (added)
+++ trunk/packages/tuareg-mode/bugs/445888.ml Wed Oct 10 06:04:36 2007
@@ -1,0 +1,4 @@
+(*remove the closing paranthesis, then put it back again *)
+let x = 1
+let y = 2
+let z = 3
More information about the Pkg-ocaml-maint-commits
mailing list