Skip to content

Commit

Permalink
Prefix ocamldebug modules to minimize clashes
Browse files Browse the repository at this point in the history
Prefix ocamldebug modules with 'ocamldebug_' to minimize eventual
clashes with user modules when running load_printer.

Some modules already had the 'debugger_' prefix. For those, we replaced
'debugger_' with 'ocamldebug_'.
  • Loading branch information
sonologico committed May 31, 2020
1 parent 5c9d5db commit 647b416
Show file tree
Hide file tree
Showing 68 changed files with 734 additions and 638 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Expand Up @@ -73,9 +73,9 @@ _build
/bytecomp/opcodes.ml
/bytecomp/opcodes.mli

/debugger/debugger_lexer.ml
/debugger/debugger_parser.ml
/debugger/debugger_parser.mli
/debugger/ocamldebug_lexer.ml
/debugger/ocamldebug_parser.ml
/debugger/ocamldebug_parser.mli
/debugger/ocamldebug

/emacs/ocamltags
Expand Down

0 comments on commit 647b416

Please sign in to comment.