File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ $ brew tap redgreenio/tap
1414$ brew install twd
1515```
1616
17+ ## Updates
18+
19+ ``` bash
20+ $ brew upgrade twd
21+ ```
22+
1723## Quick start
1824
1925Build the project first and then run the command line tool.
@@ -30,12 +36,9 @@ For more options, run `twd watch --help`.
3036
3137## Known issues
3238
33- - The tool does not work well with classes with lambda expressions and anonymous classes. This is something I am working
34- on actively to fix. This has to do with the special characters in the class names and
35- the [ edge bundling graph] ( https://observablehq.com/@d3/bilevel-edge-bundling ) source code that I am using.
39+ - Support to visualise recursive methods is not yet available.
3640
37- - Kotlin classes have synthetic methods that are not visible in the source code. These methods are shown in the
38- diagram. This is yet another limitation of the tool at the moment.
41+ - Kotlin synthetic functions are also visible in the diagram.
3942
4043## Licenses
4144
You can’t perform that action at this time.
0 commit comments