Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move FunctionSignature to display, remove write_joined | Ville Penttinen | 2019-04-09 | 1 | -23/+35 |
| | | | | | write_joined is replaced with `join_to_string::join` which provides the necessary functionality. | ||||
* | Refactor CallInfo function signatures to new FunctionSignature type | Ville Penttinen | 2019-04-09 | 1 | -0/+51 |
This is used by CallInfo to create a pretty printed function signature that can be used with completions and other places as well. |