[graalvm-dev] Graal contributing

Foivos Zakkak fzakkak at redhat.com
Mon Oct 26 06:31:45 PDT 2020


Hello Andrew,

I would start by reading
https://github.com/graalvm/graaljs/blob/master/CONTRIBUTING.md

AFAIK all graalvm projects follow the github flow
https://guides.github.com/introduction/flow/ and PRs should be opened
against the master branch.

HTH

Foivos

On 24/10/2020 14:50, Андрей Костюк wrote:
> Hello team!
>
> I have implemented the "map access" functionality, example:
>
> ```
> var HashMap = Java.type('java.util.HashMap');
>
> let map = new HashMap();
> map.put('name', 'Tom');
> map.put('age', 12);
>
> print(map['name']); // => Tom
> print(map.age);     // => 12
> ```
>
> Related issues:
> https://github.com/graalvm/graaljs/issues/143
> <https://github.com/graalvm/graaljs/issues/143>
> https://github.com/graalvm/graaljs/issues/302
> <https://github.com/graalvm/graaljs/issues/302>
>
> The changes affected two repositories:
> github.com/graalvm/graaljs.git <http://github.com/graalvm/graaljs.git>
> github.com/oracle/graal.git <http://github.com/oracle/graal.git>
>
> I branched from brunches:
> `release/graal-vm/20.2`
>
> Can you please tell me what is your git & release flow and in which
> branches to make pull requests?
> What's the best way to do this?
>
> Thanks!
>
> -- 
> Best regards, Andrew Kostyuk
>
> _______________________________________________
> GraalVM-Dev mailing list
> GraalVM-Dev at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/graalvm-dev

-- 
Foivos Zakkak
Senior Software Engineer, R&D Middleware
Red Hat
7B40 69D9 29BA AE91 C0B3 220A 0846 BFD1 03F0 4EA1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oss.oracle.com/pipermail/graalvm-dev/attachments/20201026/dcd41dfd/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_0xCC102CF429A69A3B.asc
Type: application/pgp-keys
Size: 1757 bytes
Desc: not available
Url : http://oss.oracle.com/pipermail/graalvm-dev/attachments/20201026/dcd41dfd/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 495 bytes
Desc: OpenPGP digital signature
Url : http://oss.oracle.com/pipermail/graalvm-dev/attachments/20201026/dcd41dfd/attachment-0001.bin 


More information about the GraalVM-Dev mailing list