Skip to content

Commit

Permalink
[GR-3688] Make suite.py jsonifyable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Anzinger committed Dec 12, 2017
1 parent f68e6c8 commit 55bde9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions sdk/mx.sdk/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@
"artifactId" : "graal-sdk"
},
"javadocType": "api",
"description" : """GraalVM is an ecosystem for compiling and running applications written in multiple languages.
GraalVM removes the isolation between programming languages and enables interoperability in a shared runtime.""",
"description" : "GraalVM is an ecosystem for compiling and running applications written in multiple languages.\nGraalVM removes the isolation between programming languages and enables interoperability in a shared runtime.",
},
"WORD_API" : {
"subDir" : "src",
Expand Down
6 changes: 2 additions & 4 deletions truffle/mx.truffle/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,8 +709,7 @@
"distDependencies" : [
"sdk:GRAAL_SDK"
],
"description" : """Truffle is a multi-language framework for executing dynamic languages
that achieves high performance when combined with Graal.""",
"description" : "Truffle is a multi-language framework for executing dynamic languages\nthat achieves high performance when combined with Graal.",
"javadocType": "api",
},

Expand Down Expand Up @@ -754,8 +753,7 @@
"sdk:POLYGLOT_TCK",
],
"exclude" : ["mx:JUNIT"],
"description" : """A collection of tests that can certify language implementation to be compliant
with most recent requirements of the Truffle infrastructure and tooling.""",
"description" : "A collection of tests that can certify language implementation to be compliant\nwith most recent requirements of the Truffle infrastructure and tooling.",
"allowsJavadocWarnings": True,
},

Expand Down

0 comments on commit 55bde9d

Please sign in to comment.