Re: [fpc-pascal] JSON RPC changes in 3.3.1

2022-09-29 Thread Hairy Pixels via fpc-pascal
Yes you indeed fixed it! Thanks again. > On Sep 29, 2022, at 9:35 PM, Michael Van Canneyt > wrote: > > > First see if it fixes your problem, then thank me ;-) > > Michael. > > On Thu, 29 Sep 2022, Hairy Pixels wrote: > >> Thanks Michael! >> >>> On Sep 29, 2022, at 9:29 PM, Michael Van

Re: [fpc-pascal] JSON RPC changes in 3.3.1

2022-09-29 Thread Hairy Pixels via fpc-pascal
Thanks Michael! > On Sep 29, 2022, at 9:29 PM, Michael Van Canneyt via fpc-pascal > wrote: > > Yes. It was committed & pushed yesterday. > Regards, Ryan Joseph ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] JSON RPC changes in 3.3.1

2022-09-29 Thread Michael Van Canneyt via fpc-pascal
On Thu, 29 Sep 2022, Hairy Pixels via fpc-pascal wrote: On Sep 28, 2022, at 10:56 PM, Michael Van Canneyt wrote: The error "Can't find class 'initialize' with method 'initialize'" is an error (uninitialized variable) that has now been fixed. You mean you just fixed it in trunk? I

Re: [fpc-pascal] JSON RPC changes in 3.3.1

2022-09-29 Thread Hairy Pixels via fpc-pascal
> On Sep 28, 2022, at 10:56 PM, Michael Van Canneyt > wrote: > > The error "Can't find class 'initialize' with method 'initialize'" is an > error (uninitialized variable) that has now been fixed. You mean you just fixed it in trunk? I hope so. It was driving me crazy trying to figure out

Re: [fpc-pascal] JSON RPC changes in 3.3.1

2022-09-28 Thread Michael Van Canneyt via fpc-pascal
On Wed, 28 Sep 2022, Hairy Pixels via fpc-pascal wrote: On Sep 28, 2022, at 1:34 PM, Luca Olivetti via fpc-pascal wrote: Maybe related to this? https://lists.freepascal.org/pipermail/pas2js/2022-September/00.html The question then is did they change something in 3.3.1 in regards

Re: [fpc-pascal] JSON RPC changes in 3.3.1

2022-09-28 Thread Luca Olivetti via fpc-pascal
El 28/9/22 a les 8:51, Hairy Pixels via fpc-pascal ha escrit: On Sep 28, 2022, at 1:34 PM, Luca Olivetti via fpc-pascal wrote: Maybe related to this? https://lists.freepascal.org/pipermail/pas2js/2022-September/00.html The question then is did they change something in 3.3.1 in

Re: [fpc-pascal] JSON RPC changes in 3.3.1

2022-09-28 Thread Hairy Pixels via fpc-pascal
> On Sep 28, 2022, at 1:51 PM, Hairy Pixels wrote: > > The question then is did they change something in 3.3.1 in regards to how > parameters can be sent? The error "Parameters must be passed in an object or > an array.” Suggests maybe I was sending the params as some other type and > this

Re: [fpc-pascal] JSON RPC changes in 3.3.1

2022-09-28 Thread Hairy Pixels via fpc-pascal
> On Sep 28, 2022, at 1:34 PM, Luca Olivetti via fpc-pascal > wrote: > > Maybe related to this? > > https://lists.freepascal.org/pipermail/pas2js/2022-September/00.html The question then is did they change something in 3.3.1 in regards to how parameters can be sent? The error

Re: [fpc-pascal] JSON RPC changes in 3.3.1

2022-09-28 Thread Luca Olivetti via fpc-pascal
El 28/9/22 a les 3:06, Hairy Pixels via fpc-pascal ha escrit: :: <~~ pascal-language-server 6: {'message': 'Parameters must be passed in an object or an array.', 'code': -32602} Maybe related to this? https://lists.freepascal.org/pipermail/pas2js/2022-September/00.html (though I'm

[fpc-pascal] JSON RPC changes in 3.3.1

2022-09-27 Thread Hairy Pixels via fpc-pascal
So I got the project building after changing the enums but now after running the server breaks after sending the first request and I get the error "'No class "initialize" with method "initialize" was found”. Here’s a little snippet of the messages I got back but I don’t even know where to