Closed aantron closed 3 years ago
...if the location information is rich enough to allow it. From:
let bisect_file = ast_convenience_str_opt !Common.bisect_file in (*here*)let bisect_silent = ast_convenience_str_opt !Common.bisect_silent in
to
let bisect_file = ast_convenience_str_opt !Common.bisect_file in(*here*) let bisect_silent = ast_convenience_str_opt !Common.bisect_silent in
It seems better how it is.
...if the location information is rich enough to allow it. From:
to