Commit 3866ec1
Fix spurious line breaks in pretty-printing of qualified module paths
Remove the `@,` (break hint) from the format string in `pp_msymbol`
when printing multi-component module paths. The break hint allowed
the formatter to insert line breaks between namespace components,
causing output like `G.\nRO.get(x)` or `module Alias = G.\nRO.`
instead of the correct `G.RO.get(x)` and `module Alias = G.RO.`
Fixes #696.1 parent 73bb1f6 commit 3866ec1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
513 | | - | |
| 513 | + | |
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
| |||
0 commit comments