genericptr / pascal-language-server

LSP server implementation for Pascal
GNU General Public License v3.0
53 stars 15 forks source link

Upgrade to FPC 3.3.1 #5

Closed genericptr closed 2 years ago

genericptr commented 2 years ago

Building with FPC 3.3.1 is giving errors that there no class initialize with a method named initialize. Something must have changed with the JSON RPC streamer. Publishing indexed enums was deprecated also (which is fixed now).

genericptr commented 2 years ago

Fixed in 3.3.1 trunk now. JSON RPC bug, not related to the server.