Zufu Liu

Results 52 issues of Zufu Liu

https://mlir.llvm.org/ https://mlir.llvm.org/docs/LangRef/

enhancement
🎨lexer

enhancement
🎨lexer

Currently OCaml file is opened as *F# Source*, it's better to use a separate lexer, as the two language is a bit different.

enhancement
🎨lexer

Assuming class/interface `Abc` is obfuscated to `a`, the call `Abc.class.getName()` is then changed to `a.class.getName()` with is incorrect, the result no longer equals. This still occurred with 6.2.2, I think...

enhancement

PR for issue #99 and issue #100.

Use filled node with different color for graph output, make it's clean for top level package and it's dependencies. Changes in `dump_graphviz(tree, output_format='dot')`: ```python dependencies = set() for deps in...

enhancement

Suggest change `project_name` to lower case, since pip package name is case insensitive. Packages like Pillow, Pygments and PyYAML often has different spellings in other package's dependency list. This will...

bug
duplicate

Thanks for the greater work 👍, I now use the library in Notepad2 (https://github.com/zufuliu/notepad2 by commit https://github.com/zufuliu/notepad2/commit/481377287679fd85e9c2d16f8f9220e0e30a6ac6). I found manually expanded/unrolled version of the two functions are about 2x faster...

See PR #722, @atauzki 👍 is working on integrating [Boost regex](https://github.com/boostorg/regex) , after the changes are merged most if not all [regex](https://github.com/zufuliu/notepad2/issues?q=is%3Aissue+is%3Aopen+label%3Aregex) issues should be fixed. At the end our...

✅enhancement
💪help wanted
🌐i18n
regex
ui

Column wrap currently doesn't work for CJK (where space is not used), also column should also be counted using East Asian Width (https://www.unicode.org/reports/tr11/).

✅enhancement
unicode
word wrap