caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* tuareg, parens and indentation
@ 2006-11-21 20:09 Florian Hars
  2006-11-22  7:56 ` [Caml-list] " Hendrik Tews
  0 siblings, 1 reply; 3+ messages in thread
From: Florian Hars @ 2006-11-21 20:09 UTC (permalink / raw)
  To: caml-list

I can't seem to be able to get the same indentation from tuareg 1.46 that
I got from 1.45. While 1.46.1 is considerably less broken in this regard
than 1.46.0, it still messes up "one true paren style"
and matches (at least I couldn't find the parameter to get rid of
the two additional spaces). Code like this (from 1.45.2):

   match foo with
   | None ->
       do_something ();
   | Some bar -> (
       match bar with
       | `A -> ()
       | `B -> ()
     )

or

   if cond then (
     do_something ();
     do_something_else ();
   ) else
     do_yet_another_thing ();

ends up as:

   match foo with
   | None ->
       do_something ();
   | Some bar -> (
	match bar with
	| `A -> ()
	| `B -> ()
       )

and

   if cond then (
       do_something ();
       do_something_else ();
     ) else
     do_yet_another_thing ();

which is not only ugly (code at the same nesting level ends up on different 
indentation levels), but also litters my repository with extensive, useless
whitespace-only patches.

Yours, Florian.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] tuareg, parens and indentation
  2006-11-21 20:09 tuareg, parens and indentation Florian Hars
@ 2006-11-22  7:56 ` Hendrik Tews
  2006-11-23 16:15   ` Albert Cohen
  0 siblings, 1 reply; 3+ messages in thread
From: Hendrik Tews @ 2006-11-22  7:56 UTC (permalink / raw)
  To: caml-list

Florian Hars <hars@bik-gmbh.de> writes:

   I can't seem to be able to get the same indentation from tuareg 1.46 that
   I got from 1.45. While 1.46.1 is considerably less broken in this regard

Revert to 1.45.x, wait and pray. See
http://caml.inria.fr/pub/ml-archives/caml-list/2006/09/854c5c335a3895f643693ebad1e5bfcc.en.html

Even Debian etch has reverted.

Bye,

Hendrik


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] tuareg, parens and indentation
  2006-11-22  7:56 ` [Caml-list] " Hendrik Tews
@ 2006-11-23 16:15   ` Albert Cohen
  0 siblings, 0 replies; 3+ messages in thread
From: Albert Cohen @ 2006-11-23 16:15 UTC (permalink / raw)
  To: Hendrik Tews; +Cc: caml-list

Yes, I'm sorry, versions 1.46.x are still broken, and I don't see the
light these days. Hopefully before the end of the year...

                                                                  Albert

On Wed, Nov 22, 2006 at 08:56:44AM +0100, Hendrik Tews wrote:

> Florian Hars <hars@bik-gmbh.de> writes:
> 
>    I can't seem to be able to get the same indentation from tuareg 1.46 that
>    I got from 1.45. While 1.46.1 is considerably less broken in this regard
> 
> Revert to 1.45.x, wait and pray. See
> http://caml.inria.fr/pub/ml-archives/caml-list/2006/09/854c5c335a3895f643693ebad1e5bfcc.en.html
> 
> Even Debian etch has reverted.
> 
> Bye,
> 
> Hendrik
> 
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs

-- 
Albert Cohen                            http://www-rocq.inria.fr/~acohen


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-11-23 16:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-21 20:09 tuareg, parens and indentation Florian Hars
2006-11-22  7:56 ` [Caml-list] " Hendrik Tews
2006-11-23 16:15   ` Albert Cohen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).