Skip to content
Success

Changes

Summary

  1. document why sprintf still exists despite asprintf (details)
  2. rewrite doc comment (details)
  3. update comment according to @octatron's suggestion (details)
  4. Update stdlib/format.mli (details)
  5. Avoid an undefined variable warning from Make (details)
  6. parsetree: map on all locations in toplevel directives (details)
Commit 8111f3ecc16664ed399681b1ef4b8f5d6c8b2ed2 by emile.trotignon
document why sprintf still exists despite asprintf
The file was modifiedstdlib/format.mli (diff)
The file was modifiedstdlib/format.mli (diff)
Commit 86a5432a8f3664b2b7fa921bc2c8d7affd2802e9 by emile.trotignon
update comment according to @octatron's suggestion
The file was modifiedstdlib/format.mli (diff)
Commit 382d57bc0f9855e3615646184222976898fa3675 by noreply
Update stdlib/format.mli

Co-authored-by: Antonin Décimo <antonin.decimo@gmail.com>
The file was modifiedstdlib/format.mli (diff)
Commit 49755dbc183b5f5b5a0c3466fe8cfd4eb728ae03 by antonin
Avoid an undefined variable warning from Make

Co-authored-by: David Allsopp <david.allsopp@metastack.com>
The file was modifiedMakefile.common (diff)
Commit ba67146c64f9abd8928d19b2e19b42f4b2ba1195 by Florian Angeletti
parsetree: map on all locations in toplevel directives
The file was modifiedChanges (diff)
The file was modifiedparsing/ast_iterator.ml (diff)
The file was modifiedparsing/ast_mapper.ml (diff)