Re: the ScriptingMojo

From: Chapman Flack <chap(at)anastigmatix(dot)net>
To: Kartik Ohri <kartikohri13(at)gmail(dot)com>
Cc: pljava-dev(at)lists(dot)postgresql(dot)org
Subject: Re: the ScriptingMojo
Date: 2020-08-23 13:58:28
Message-ID: 5F427604.5010103@anastigmatix.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

On 08/23/20 07:26, Kartik Ohri wrote:
> Hi!
> I have implemented the changes according to your patches and pushed them. I
> have added a dispatcher object to the script to provide the correct linking
> recipe at runtime. I also noticed a couple of things that are valid for
> both Nashorn and Graal. While instantiating a java class using a javascript
> object, no error is thrown if a method is missing or mismatches arguments
> (number or type). Only when the function is invoked, an exception is thrown
> if there are any issues.

Well, I would like it better if they noticed it earlier, but I can live with
that.

Commit d5977c5 is the latest one I am seeing ... ?

Regards,
-Chap

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Kartik Ohri 2020-08-23 14:27:42 Re: the ScriptingMojo
Previous Message Kartik Ohri 2020-08-23 11:26:00 Re: the ScriptingMojo