You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
Stop using debug_render and write proper formatting logic.
Probably belongs in ditto-fmt (e.g. ditto_fmt::format_type).
There should be a heuristic for unnamed type variable formatting that attempts to assign them single letter names (a, b, c, ...) avoiding collisions with existing named variables.
Types should ideally be printed with consideration for their typing Environment - i.e. they should be rendered as they would appear in the module source given the imports.
Use it for type errors, the LSP #142, generated docs #63 etc.
The text was updated successfully, but these errors were encountered:
Stop using
debug_render
and write proper formatting logic.Probably belongs in
ditto-fmt
(e.g.ditto_fmt::format_type
).There should be a heuristic for unnamed type variable formatting that attempts to assign them single letter names (
a
,b
,c
, ...) avoiding collisions with existing named variables.Types should ideally be printed with consideration for their typing
Environment
- i.e. they should be rendered as they would appear in the module source given the imports.Use it for type errors, the LSP #142, generated docs #63 etc.
The text was updated successfully, but these errors were encountered: