[fpc-pascal] Pascal Language Server

Ryan Joseph genericptr at gmail.com
Fri Apr 24 11:34:06 CEST 2020



> On Apr 24, 2020, at 4:25 PM, Arjan Adriaanse <arjan at adriaan.se> wrote:
> 
> Indeed with the current way JSON streaming is handled, optional values
> are not considered.  This needs more work and the issue is tracked
> here https://github.com/arjanadriaanse/pascal-language-server/issues/7
> [1].

We may need to rip up your nice streaming system and iterate over properties then. Sven recently added custom attributes in the trunk which we could use to mark the published properties (I think) but then we're inside the JSON RPC library and we may lose control over this process.

Regards,
	Ryan Joseph



More information about the fpc-pascal mailing list