Skip to content
Merged
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.59.0</eo.version>
<eo.version>0.59.1</eo.version>
<stack-size>32M</stack-size>
<heap-size>2G</heap-size>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/bytes.eo
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.59.0
+rt jvm org.eolang:eo-runtime:0.59.1
+rt node eo2js-runtime:0.0.0
+version 0.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 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.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 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.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 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.59.0
+rt jvm org.eolang:eo-runtime:0.59.1
+rt node eo2js-runtime:0.0.0
+version 0.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 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.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:12
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/fs/dir.eo
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang.fs
+rt jvm org.eolang:eo-runtime:0.59.0
+rt jvm org.eolang:eo-runtime:0.59.1
+rt node eo2js-runtime:0.0.0
+version 0.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:18
Expand Down
9 changes: 4 additions & 5 deletions objects/org/eolang/fs/file.eo
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
+alias org.eolang.fs.path
+alias org.eolang.fs.tmpdir
+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.59.0
+rt jvm org.eolang:eo-runtime:0.59.1
+rt node eo2js-runtime:0.0.0
+version 0.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:27
Expand Down Expand Up @@ -301,9 +300,9 @@
and.
f.exists
contains.
text f.path
f.path
joined.
text path.separator
path.separator
* "foo" "bar"
(tmpdir.as-path.resolved "foo/bar").@ > resolved
resolved.tmpfile > f
Expand Down
67 changes: 32 additions & 35 deletions objects/org/eolang/fs/path.eo
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
+alias org.eolang.sm.os
+alias org.eolang.ss.list
+alias org.eolang.tt.regex
+alias org.eolang.tt.text
+alias org.eolang.tt.index-of
+alias org.eolang.tt.last-index-of
+alias org.eolang.tt.replaced
+alias org.eolang.tt.split
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang.fs
+version 0.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:56
Expand Down Expand Up @@ -44,8 +47,8 @@
posix joined-path
string > joined-path
as-bytes.
joined.
text separator
QQ.tt.joined
separator
paths

# POSIX specified path.
Expand Down Expand Up @@ -79,12 +82,12 @@
uri-as-bytes.size.plus -1
1
separator
joined. > path
text separator
QQ.tt.joined > path
separator
reduced.
list
split.
text uri
split
uri
separator
*
[accum segment] >>
Expand Down Expand Up @@ -176,10 +179,9 @@
txt.length.minus
number slice-start-idx
uri > pth!
text > txt
string pth
string pth > txt
plus. > slice-start-idx!
txt.last-index-of separator
last-index-of txt separator
1

# Takes the extension part from the provided `path`, for example:
Expand Down Expand Up @@ -209,9 +211,8 @@
txt.length.minus
number slice-start-idx
basename > base!
text > txt
string base
txt.last-index-of "." > slice-start-idx!
string base > txt
last-index-of txt "." > slice-start-idx!

# Takes the directory name from the provided `path`, for example:
# |------------------------------|--------------------|
Expand Down Expand Up @@ -239,9 +240,8 @@
as-bytes.
txt.slice 0 len
uri > pth!
text > txt
string pth
txt.last-index-of separator > len!
string pth > txt
last-index-of txt separator > len!

# Windows specified path.
# Here `uri` is file system URI which may contain forward slashes '/'.
Expand Down Expand Up @@ -280,13 +280,13 @@
# Replaces slashes '/' with valid windows separator '\'.
[uri] > separated-correctly
if. > @
(pth.index-of path.posix.separator).eq -1
(index-of pth path.posix.separator).eq -1
string uri-as-bytes
string replaced
string replaced-slash
uri > uri-as-bytes!
text > pth
string uri-as-bytes
pth.replaced > replaced!
string uri-as-bytes > pth
replaced > replaced-slash!
pth
regex "/\\//"
separator

Expand Down Expand Up @@ -331,12 +331,12 @@
uri-as-bytes.size.plus -1
1
separator
joined. > path!
text separator
QQ.tt.joined > path!
separator
reduced.
list
split.
text driveless
split
driveless
^.separator
*
[accum segment] >>
Expand Down Expand Up @@ -453,10 +453,9 @@
txt.length.minus
number slice-start-idx
uri > pth!
text > txt
string pth
string pth > txt
plus. > slice-start-idx!
txt.last-index-of separator
last-index-of txt separator
1

# Takes the extension part from the provided `path`, for example:
Expand Down Expand Up @@ -486,9 +485,8 @@
txt.length.minus
number slice-start-idx
basename > base!
text > txt
string base
txt.last-index-of "." > slice-start-idx!
string base > txt
last-index-of txt "." > slice-start-idx!

# Takes the directory name from the provided `path`, for example:
# |------------------------------|--------------------|
Expand All @@ -512,9 +510,8 @@
as-bytes.
txt.slice 0 len
uri > pth!
text > txt
string pth
txt.last-index-of separator > len!
string pth > txt
last-index-of txt separator > len!

# Tests that the path separator is determined correctly based on the operating system.
[] +> tests-determines-separator-depending-on-os
Expand Down
2 changes: 1 addition & 1 deletion objects/org/eolang/fs/tmpdir.eo
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang.fs
+version 0.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 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.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:53
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/i16.eo
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.59.0
+rt jvm org.eolang:eo-runtime:0.59.1
+rt node eo2js-runtime:0.0.0
+version 0.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:19
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/i32.eo
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.59.0
+rt jvm org.eolang:eo-runtime:0.59.1
+rt node eo2js-runtime:0.0.0
+version 0.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:18
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/i64.eo
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.59.0
+rt jvm org.eolang:eo-runtime:0.59.1
+rt node eo2js-runtime:0.0.0
+version 0.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 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.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:47
Expand Down
2 changes: 1 addition & 1 deletion objects/org/eolang/io/console.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.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 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.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 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.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 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.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 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.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 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.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:43
Expand Down
2 changes: 1 addition & 1 deletion objects/org/eolang/io/stdin.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.59.0
+version 0.59.1
+unlint unit-test-missing
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 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.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 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.59.0
+version 0.59.1
+spdx SPDX-FileCopyrightText: Copyright (c) 2016-2026 Objectionary.com
+spdx SPDX-License-Identifier: MIT
+unlint redundant-object:43
Expand Down
Loading
Loading