From 620f0a5e59cfbcb39200bee939291ead0d4585e0 Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Tue, 4 Dec 2018 13:47:38 +0100 Subject: [PATCH 1/2] community: Nicolas Harrand becomes integrator Dear all, I'd like to nominate Nicolas Harrand (@nharrand) to become an integrator in Spoon. Nicolas has done several key contributions over the past year: * he has added support for paths in order to uniquely identify AST nodes (#1874), this feature is unique (to my knowledge, it does not exist in any other source code analysis library for Java), and enables original source code analysis over time and versions. * he has added support for analysis of binary files with decompilation (#2455) * he has laid down the foundations of a modularized Spoon, which will likely be key in the future * he has ported Spoon to JDK 11 (#2789). This kind of infrastructure contribution is also very important in the long term. In addition, Nicolas has proven his ability to communicate constructively and respectfully over issues and pull-requests. What do you think? --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 21f6a9bec1c..3539f774b56 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,7 @@ How to become integrator? The integrators are the developers who have made signi Current integrators (alphabetical order): +- Nicolas Harrand [@nharrand](https://github.com/nharrand/) - Benjamin Danglot @danglotb - Thomas Durieux @tdurieux - Martin Monperrus @monperrus From b5054eaaafca0c75e0f2247faed39bbde423e006 Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Sat, 8 Dec 2018 18:20:51 +0100 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3539f774b56..9b2559e8398 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ The integrators are the developers who have write access to the repository. The How to become integrator? The integrators are the developers who have made significant contributions over the last 12 months (gliding window). Significance is assessed by the current set of integrators who co-opt the new ones. -Current integrators (alphabetical order): +Current integrators: - Nicolas Harrand [@nharrand](https://github.com/nharrand/) - Benjamin Danglot @danglotb