Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 21, 2025
1 parent 0d798eb commit 1490ac3
Show file tree
Hide file tree
Showing 27 changed files with 217 additions and 168 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ target/
eo-maven-plugin/lib
eo-runtime/lib
eo-runtime/measures.csv
xs3p.xsl_*
xs3p.xsl_*
2 changes: 1 addition & 1 deletion .mvn/jvm.config
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-Xmx4096m -Xms1024m -XX:+HeapDumpOnOutOfMemoryError
-Xmx4096m -Xms1024m -XX:+HeapDumpOnOutOfMemoryError
16 changes: 8 additions & 8 deletions .ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
---
license_choices:
package_license_choices:
- package_id: "Maven:org.glassfish:javax.json:1.1.4"
license_choices:
- given: CDDL-1.1 OR GPL-2.0-only
choice: CDDL-1.1
- package_id: "Maven:javax.json:javax.json-api:1.1.4"
license_choices:
- given: CDDL-1.1 OR GPL-2.0-only
choice: CDDL-1.1
- package_id: "Maven:org.glassfish:javax.json:1.1.4"
license_choices:
- given: CDDL-1.1 OR GPL-2.0-only
choice: CDDL-1.1
- package_id: "Maven:javax.json:javax.json-api:1.1.4"
license_choices:
- given: CDDL-1.1 OR GPL-2.0-only
choice: CDDL-1.1
excludes:
scopes:
- pattern: "provided.*"
Expand Down
2 changes: 1 addition & 1 deletion .xcop
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--exclude=paper/**.xml
--exclude=paper/**.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@
"%dth Fibonacci number is %d\n"
* n f
e.eq f

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
\begin{ffcode}
%s
\end{ffcode}
\end{document}
\end{document}
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -301,4 +301,3 @@ private static Stream<Arguments> testArgsProvider() {
);
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@
"rand= \"0.5.5\""
"nonexistent = -5"
true > @

Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ cc554ab82909eebbfdacd8a840f9cf42a99b64cf 0.27.0
9c9352890b5d30e1b89c9147e7c95a90c9b8709f 0.28.5
17f89293e5ae6115e9a0234b754b22918c11c602 0.28.6
5f82cc1edffad67bf4ba816610191403eb18af5d 0.28.7
be83d9adda4b7c9e670e625fe951c80f3ead4177 0.28.9
be83d9adda4b7c9e670e625fe951c80f3ead4177 0.28.9
Original file line number Diff line number Diff line change
@@ -1,31 +1,47 @@
{
"graphName" : "eo-math",
"artifacts" : [ {
"id" : "org.eolang:eo-math:jar",
"numericId" : 1,
"groupId" : "org.eolang",
"artifactId" : "eo-math",
"version" : "0.2.3",
"optional" : false,
"scopes" : [ "compile" ],
"types" : [ "jar" ]
}, {
"id" : "org.eolang:eo-runtime:jar",
"numericId" : 2,
"groupId" : "org.eolang",
"artifactId" : "eo-runtime",
"version" : "0.28.0",
"optional" : false,
"scopes" : [ "compile" ],
"types" : [ "jar" ]
}, {
"id" : "org.junit.jupiter:junit-jupiter-api:jar",
"numericId" : 3,
"groupId" : "org.junit.jupiter",
"artifactId" : "junit-jupiter-api",
"version" : "5.9.0",
"optional" : false,
"scopes" : [ "compile" ],
"types" : [ "jar" ]
}]
}
"artifacts": [
{
"artifactId": "eo-math",
"groupId": "org.eolang",
"id": "org.eolang:eo-math:jar",
"numericId": 1,
"optional": false,
"scopes": [
"compile"
],
"types": [
"jar"
],
"version": "0.2.3"
},
{
"artifactId": "eo-runtime",
"groupId": "org.eolang",
"id": "org.eolang:eo-runtime:jar",
"numericId": 2,
"optional": false,
"scopes": [
"compile"
],
"types": [
"jar"
],
"version": "0.28.0"
},
{
"artifactId": "junit-jupiter-api",
"groupId": "org.junit.jupiter",
"id": "org.junit.jupiter:junit-jupiter-api:jar",
"numericId": 3,
"optional": false,
"scopes": [
"compile"
],
"types": [
"jar"
],
"version": "5.9.0"
}
],
"graphName": "eo-math"
}
Original file line number Diff line number Diff line change
@@ -1,104 +1,147 @@
{
"graphName" : "eo-math",
"artifacts" : [ {
"id" : "org.eolang:eo-math:jar",
"numericId" : 1,
"groupId" : "org.eolang",
"artifactId" : "eo-math",
"version" : "0.2.3",
"optional" : false,
"scopes" : [ "compile" ],
"types" : [ "jar" ]
}, {
"id" : "org.eolang:eo-runtime:jar",
"numericId" : 2,
"groupId" : "org.eolang",
"artifactId" : "eo-runtime",
"version" : "0.28.0",
"optional" : false,
"scopes" : [ "compile" ],
"types" : [ "jar" ]
}, {
"id" : "org.junit.jupiter:junit-jupiter-api:jar",
"numericId" : 3,
"groupId" : "org.junit.jupiter",
"artifactId" : "junit-jupiter-api",
"version" : "5.9.0",
"optional" : false,
"scopes" : [ "test" ],
"types" : [ "jar" ]
}, {
"id" : "org.opentest4j:opentest4j:jar",
"numericId" : 4,
"groupId" : "org.opentest4j",
"artifactId" : "opentest4j",
"version" : "1.2.0",
"optional" : false,
"scopes" : [ "test" ],
"types" : [ "jar" ]
}, {
"id" : "org.junit.platform:junit-platform-commons:jar",
"numericId" : 5,
"groupId" : "org.junit.platform",
"artifactId" : "junit-platform-commons",
"version" : "1.9.0",
"optional" : false,
"scopes" : [ "test" ],
"types" : [ "jar" ]
}, {
"id" : "org.apiguardian:apiguardian-api:jar",
"numericId" : 6,
"groupId" : "org.apiguardian",
"artifactId" : "apiguardian-api",
"version" : "1.1.2",
"optional" : false,
"scopes" : [ "test" ],
"types" : [ "jar" ]
}, {
"id" : "org.junit.jupiter:junit-jupiter-params:jar",
"numericId" : 7,
"groupId" : "org.junit.jupiter",
"artifactId" : "junit-jupiter-params",
"version" : "5.9.0",
"optional" : false,
"scopes" : [ "test" ],
"types" : [ "jar" ]
} ],
"dependencies" : [ {
"from" : "org.eolang:eo-math:jar",
"to" : "org.eolang:eo-runtime:jar",
"numericFrom" : 0,
"numericTo" : 1,
"resolution" : "INCLUDED"
}, {
"from" : "org.junit.jupiter:junit-jupiter-api:jar",
"to" : "org.opentest4j:opentest4j:jar",
"numericFrom" : 2,
"numericTo" : 3,
"resolution" : "INCLUDED"
}, {
"from" : "org.junit.jupiter:junit-jupiter-api:jar",
"to" : "org.junit.platform:junit-platform-commons:jar",
"numericFrom" : 2,
"numericTo" : 4,
"resolution" : "INCLUDED"
}, {
"from" : "org.junit.jupiter:junit-jupiter-api:jar",
"to" : "org.apiguardian:apiguardian-api:jar",
"numericFrom" : 2,
"numericTo" : 5,
"resolution" : "INCLUDED"
}, {
"from" : "org.eolang:eo-math:jar",
"to" : "org.junit.jupiter:junit-jupiter-api:jar",
"numericFrom" : 0,
"numericTo" : 2,
"resolution" : "INCLUDED"
}, {
"from" : "org.eolang:eo-math:jar",
"to" : "org.junit.jupiter:junit-jupiter-params:jar",
"numericFrom" : 0,
"numericTo" : 6,
"resolution" : "INCLUDED"
} ]
}
"artifacts": [
{
"artifactId": "eo-math",
"groupId": "org.eolang",
"id": "org.eolang:eo-math:jar",
"numericId": 1,
"optional": false,
"scopes": [
"compile"
],
"types": [
"jar"
],
"version": "0.2.3"
},
{
"artifactId": "eo-runtime",
"groupId": "org.eolang",
"id": "org.eolang:eo-runtime:jar",
"numericId": 2,
"optional": false,
"scopes": [
"compile"
],
"types": [
"jar"
],
"version": "0.28.0"
},
{
"artifactId": "junit-jupiter-api",
"groupId": "org.junit.jupiter",
"id": "org.junit.jupiter:junit-jupiter-api:jar",
"numericId": 3,
"optional": false,
"scopes": [
"test"
],
"types": [
"jar"
],
"version": "5.9.0"
},
{
"artifactId": "opentest4j",
"groupId": "org.opentest4j",
"id": "org.opentest4j:opentest4j:jar",
"numericId": 4,
"optional": false,
"scopes": [
"test"
],
"types": [
"jar"
],
"version": "1.2.0"
},
{
"artifactId": "junit-platform-commons",
"groupId": "org.junit.platform",
"id": "org.junit.platform:junit-platform-commons:jar",
"numericId": 5,
"optional": false,
"scopes": [
"test"
],
"types": [
"jar"
],
"version": "1.9.0"
},
{
"artifactId": "apiguardian-api",
"groupId": "org.apiguardian",
"id": "org.apiguardian:apiguardian-api:jar",
"numericId": 6,
"optional": false,
"scopes": [
"test"
],
"types": [
"jar"
],
"version": "1.1.2"
},
{
"artifactId": "junit-jupiter-params",
"groupId": "org.junit.jupiter",
"id": "org.junit.jupiter:junit-jupiter-params:jar",
"numericId": 7,
"optional": false,
"scopes": [
"test"
],
"types": [
"jar"
],
"version": "5.9.0"
}
],
"dependencies": [
{
"from": "org.eolang:eo-math:jar",
"numericFrom": 0,
"numericTo": 1,
"resolution": "INCLUDED",
"to": "org.eolang:eo-runtime:jar"
},
{
"from": "org.junit.jupiter:junit-jupiter-api:jar",
"numericFrom": 2,
"numericTo": 3,
"resolution": "INCLUDED",
"to": "org.opentest4j:opentest4j:jar"
},
{
"from": "org.junit.jupiter:junit-jupiter-api:jar",
"numericFrom": 2,
"numericTo": 4,
"resolution": "INCLUDED",
"to": "org.junit.platform:junit-platform-commons:jar"
},
{
"from": "org.junit.jupiter:junit-jupiter-api:jar",
"numericFrom": 2,
"numericTo": 5,
"resolution": "INCLUDED",
"to": "org.apiguardian:apiguardian-api:jar"
},
{
"from": "org.eolang:eo-math:jar",
"numericFrom": 0,
"numericTo": 2,
"resolution": "INCLUDED",
"to": "org.junit.jupiter:junit-jupiter-api:jar"
},
{
"from": "org.eolang:eo-math:jar",
"numericFrom": 0,
"numericTo": 6,
"resolution": "INCLUDED",
"to": "org.junit.jupiter:junit-jupiter-params:jar"
}
],
"graphName": "eo-math"
}
Loading

0 comments on commit 1490ac3

Please sign in to comment.