Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.02.0dev+trunk: Format module doesn't understand @[<b 4>@] anymore #6415

Closed
vicuna opened this issue May 12, 2014 · 1 comment
Closed

4.02.0dev+trunk: Format module doesn't understand @[<b 4>@] anymore #6415

vicuna opened this issue May 12, 2014 · 1 comment
Assignees

Comments

@vicuna
Copy link

vicuna commented May 12, 2014

Original bug ID: 6415
Reporter: @edwintorok
Assigned to: @gasche
Status: closed (set by @xavierleroy on 2015-12-11T18:27:03Z)
Resolution: fixed
Priority: normal
Severity: minor
Platform: amd64
OS: Debian GNU/Linux
OS Version: sid
Fixed in version: 4.02.0+dev
Category: standard library

Bug description

The Format module in latest trunk prints <b 4> into the output.
This breaks the build of OCamlnet for example (its rpc-generator prints a verbatim
<b 4> into the output).

Steps to reproduce

$ opam switch 4.02.0dev+trunk
$ eval opam config env
$ ocaml
OCaml version 4.03.0+dev0-2014-05-12

Format.printf "@[<b 4>@]@.";;

<b 4>

  • : unit = ()

$ opam switch system
$ eval opam config env

    OCaml version 4.01.0

Format.printf "@[<b 4>@]@.";;

  • : unit = ()
@vicuna
Copy link
Author

vicuna commented May 15, 2014

Comment author: @gasche

Fixed in trunk and 4.02 -- this was a trivial omission.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants