~elementary-apps/elementaryos/+git/vala-language-server:wip/scheduler

Last commit made on 2022-04-18
Get this branch:
git clone -b wip/scheduler https://git.launchpad.net/~elementary-apps/elementaryos/+git/vala-language-server

Branch merges

Branch information

Recent commits

5765afe... by Princeton Ferro

WIP

94bece3... by Princeton Ferro

add scheduler

199259f... by Princeton Ferro

outline file search into find_file()

cb6cda7... by Princeton Ferro

outline functions

less lambdas means cleaner-looking backtraces

83bfbda... by Princeton Ferro

project moved to vala-lang on github

d00ac74... by Princeton Ferro

use class symbol range for code action

de13d8c... by Princeton Ferro

code improvements

- rename methods and files to simpler and easier names
- base Vls.Server off of Jsonrpc.Server
- don't use function pointers and hash tables for handling requests

648d6f2... by Princeton Ferro

call hierarchy: fix vala 0.48 build

0661f9b... by Princeton Ferro

lookup_symbols() handles default constructor

19d96c2... by Princeton Ferro

handle OCEs in call hierarchy

we still need to fix SymbolReferences.list_in_file()