Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion make/jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>jvm</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
<eo.version>0.58.8</eo.version>
<eo.version>0.59.0</eo.version>
<stack-size>32M</stack-size>
<heap-size>2G</heap-size>
</properties>
Expand Down
6 changes: 3 additions & 3 deletions objects/org/eolang/bytes.eo
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
+alias org.eolang.txt.sprintf
+alias org.eolang.tt.sprintf
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.58.8
+rt jvm org.eolang:eo-runtime:0.59.0
+rt node eo2js-runtime:0.0.0
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:22
Expand Down
2 changes: 1 addition & 1 deletion objects/org/eolang/cti.eo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint unit-test-missing
Expand Down
2 changes: 1 addition & 1 deletion objects/org/eolang/dataized.eo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT

Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/error.eo
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.58.8
+rt jvm org.eolang:eo-runtime:0.59.0
+rt node eo2js-runtime:0.0.0
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint unit-test-missing
Expand Down
2 changes: 1 addition & 1 deletion objects/org/eolang/false.eo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:12
Expand Down
12 changes: 6 additions & 6 deletions objects/org/eolang/fs/dir.eo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
+alias org.eolang.txt.sprintf
+alias org.eolang.tt.sprintf
+alias org.eolang.fs.tmpdir
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang.fs
+rt jvm org.eolang:eo-runtime:0.58.8
+rt jvm org.eolang:eo-runtime:0.59.0
+rt node eo2js-runtime:0.0.0
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:18
Expand Down Expand Up @@ -153,8 +153,8 @@
seq > @
*
(d.resolved "foo/bar").as-dir.made
(d.resolved "foo/bar/test.txt").as-file.touched
(d.resolved "foo/bar/test.tt").as-file.touched
(d.resolved "x/y/z").as-dir.made
(d.resolved "x/y/z/a.txt").as-file.touched
(d.as-dir.walk "**/*.txt").length.eq 2
(d.resolved "x/y/z/a.tt").as-file.touched
(d.as-dir.walk "**/*.tt").length.eq 2
(dir tmpdir.tmpfile.deleted).made.as-path > d
10 changes: 5 additions & 5 deletions objects/org/eolang/fs/file.eo
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
+alias org.eolang.fs.file
+alias org.eolang.fs.path
+alias org.eolang.fs.tmpdir
+alias org.eolang.txt.sprintf
+alias org.eolang.txt.text
+alias org.eolang.tt.sprintf
+alias org.eolang.tt.text
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang.fs
+rt jvm org.eolang:eo-runtime:0.58.8
+rt jvm org.eolang:eo-runtime:0.59.0
+rt node eo2js-runtime:0.0.0
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:27
Expand Down Expand Up @@ -257,7 +257,7 @@

# Tests that a non-existent file is properly detected as not existing.
[] +> tests-check-if-absent-file-does-not-exist
(file "absent.txt").exists.not > @
(file "absent.tt").exists.not > @

# Tests that the file object returns itself after deletion operation.
[] +> tests-returns-self-after-deleting
Expand Down
10 changes: 5 additions & 5 deletions objects/org/eolang/fs/path.eo
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
+alias org.eolang.fs.dir
+alias org.eolang.fs.file
+alias org.eolang.sys.os
+alias org.eolang.structs.list
+alias org.eolang.txt.regex
+alias org.eolang.txt.text
+alias org.eolang.sm.os
+alias org.eolang.ss.list
+alias org.eolang.tt.regex
+alias org.eolang.tt.text
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang.fs
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:56
Expand Down
6 changes: 3 additions & 3 deletions objects/org/eolang/fs/tmpdir.eo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
+alias org.eolang.fs.dir
+alias org.eolang.fs.file
+alias org.eolang.sys.getenv
+alias org.eolang.sys.os
+alias org.eolang.sm.getenv
+alias org.eolang.sm.os
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang.fs
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT

Expand Down
2 changes: 1 addition & 1 deletion objects/org/eolang/go.eo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:53
Expand Down
6 changes: 3 additions & 3 deletions objects/org/eolang/i16.eo
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
+alias org.eolang.txt.sprintf
+alias org.eolang.tt.sprintf
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.58.8
+rt jvm org.eolang:eo-runtime:0.59.0
+rt node eo2js-runtime:0.0.0
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:19
Expand Down
6 changes: 3 additions & 3 deletions objects/org/eolang/i32.eo
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
+alias org.eolang.txt.sprintf
+alias org.eolang.tt.sprintf
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.58.8
+rt jvm org.eolang:eo-runtime:0.59.0
+rt node eo2js-runtime:0.0.0
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:18
Expand Down
6 changes: 3 additions & 3 deletions objects/org/eolang/i64.eo
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
+alias org.eolang.txt.sprintf
+alias org.eolang.tt.sprintf
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.58.8
+rt jvm org.eolang:eo-runtime:0.59.0
+rt node eo2js-runtime:0.0.0
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:18
Expand Down
2 changes: 1 addition & 1 deletion objects/org/eolang/io/bytes-as-input.eo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang.io
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:47
Expand Down
8 changes: 4 additions & 4 deletions objects/org/eolang/io/console.eo
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
+alias org.eolang.sys.os
+alias org.eolang.sys.posix
+alias org.eolang.sys.win32
+alias org.eolang.sm.os
+alias org.eolang.sm.posix
+alias org.eolang.sm.win32
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang.io
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:82
Expand Down
2 changes: 1 addition & 1 deletion objects/org/eolang/io/copied.eo
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang.io
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT

Expand Down
2 changes: 1 addition & 1 deletion objects/org/eolang/io/dead-input.eo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang.io
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT

Expand Down
2 changes: 1 addition & 1 deletion objects/org/eolang/io/dead-output.eo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang.io
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT

Expand Down
2 changes: 1 addition & 1 deletion objects/org/eolang/io/input-length.eo
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang.io
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT

Expand Down
2 changes: 1 addition & 1 deletion objects/org/eolang/io/malloc-as-output.eo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang.io
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:43
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/io/stdin.eo
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
+alias org.eolang.io.console
+alias org.eolang.sys.line-separator
+alias org.eolang.sm.line-separator
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang.io
+version 0.58.8
+version 0.59.0
+unlint unit-test-missing
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion objects/org/eolang/io/stdout.eo
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang.io
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT

Expand Down
2 changes: 1 addition & 1 deletion objects/org/eolang/io/tee-input.eo
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang.io
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:43
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/malloc.eo
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.58.8
+rt jvm org.eolang:eo-runtime:0.59.0
+rt node eo2js-runtime:0.0.0
+version 0.58.8
+version 0.59.0
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
+spdx SPDX-License-Identifier: MIT

Expand Down
Loading
Loading