Skip to content

Commit 25eb1fb

Browse files
committed
0.42.0
1 parent 710f254 commit 25eb1fb

File tree

116 files changed

+321
-507
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+321
-507
lines changed

make/jvm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SOFTWARE.
2828
<artifactId>jvm</artifactId>
2929
<version>1.0-SNAPSHOT</version>
3030
<properties>
31-
<eo.version>0.41.3</eo.version>
31+
<eo.version>0.42.0</eo.version>
3232
<stack-size>32M</stack-size>
3333
<heap-size>2G</heap-size>
3434
</properties>

objects/org/eolang/as-phi.eo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
+architect yegor256@gmail.com
2424
+home https://github.com/objectionary/eo
2525
+package org.eolang
26-
+rt jvm org.eolang:eo-runtime:0.41.3
26+
+rt jvm org.eolang:eo-runtime:0.42.0
2727
+rt node eo2js-runtime:0.0.0
28-
+version 0.41.3
28+
+version 0.42.0
2929

3030
# Turns an object into a phi-term printable to console.
3131
#

objects/org/eolang/bytes.eo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
+architect yegor256@gmail.com
2525
+home https://github.com/objectionary/eo
2626
+package org.eolang
27-
+rt jvm org.eolang:eo-runtime:0.41.3
27+
+rt jvm org.eolang:eo-runtime:0.42.0
2828
+rt node eo2js-runtime:0.0.0
29-
+version 0.41.3
29+
+version 0.42.0
3030

3131
# The object encapsulates a chain of bytes, adding a few
3232
# convenient operations to it. Objects like `int`, `string`,

objects/org/eolang/cage.eo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
+architect yegor256@gmail.com
2424
+home https://github.com/objectionary/eo
2525
+package org.eolang
26-
+rt jvm org.eolang:eo-runtime:0.41.3
26+
+rt jvm org.eolang:eo-runtime:0.42.0
2727
+rt node eo2js-runtime:0.0.0
28-
+version 0.41.3
28+
+version 0.42.0
2929

3030
# This object is doing exactly the same as `memory`, but allows
3131
# to store objects, not only data. In other words, it doesn't

objects/org/eolang/cti.eo

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
+architect yegor256@gmail.com
2424
+home https://github.com/objectionary/eo
2525
+package org.eolang
26-
+rt jvm org.eolang:eo-runtime:0.41.3
27-
+rt node eo2js-runtime:0.0.0
28-
+version 0.41.3
26+
+version 0.42.0
2927

3028
# Compile Time Instruction (CTI).
3129
#

objects/org/eolang/dataized.eo

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
+architect yegor256@gmail.com
2424
+home https://github.com/objectionary/eo
2525
+package org.eolang
26-
+rt jvm org.eolang:eo-runtime:0.41.3
27-
+rt node eo2js-runtime:0.0.0
28-
+version 0.41.3
26+
+version 0.42.0
2927

3028
# The object dataizes `target`, makes new instance of `bytes` from given data and behaves as result
3129
# `bytes`.
@@ -37,7 +35,7 @@
3735
# (dataized some-object).as-bytes > cached
3836
# ```
3937
#
40-
# Dataization is a process of retrieving data (bytes) from an object, by taking its Δ
38+
# Dataization is a process of retrieving data (bytes) from an object, by taking its \Delta
4139
# attribute.
4240
# An example of usage:
4341
#

objects/org/eolang/error.eo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
+architect yegor256@gmail.com
2424
+home https://github.com/objectionary/eo
2525
+package org.eolang
26-
+rt jvm org.eolang:eo-runtime:0.41.3
26+
+rt jvm org.eolang:eo-runtime:0.42.0
2727
+rt node eo2js-runtime:0.0.0
28-
+version 0.41.3
28+
+version 0.42.0
2929

3030
# This object must be used in order to terminate the program
3131
# due to an error. Just make a copy of it with any encapsulated object.

objects/org/eolang/false.eo

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
+architect yegor256@gmail.com
2424
+home https://github.com/objectionary/eo
2525
+package org.eolang
26-
+rt jvm org.eolang:eo-runtime:0.41.3
27-
+rt node eo2js-runtime:0.0.0
28-
+version 0.41.3
26+
+version 0.42.0
2927

3028
# The object is a FALSE boolean state.
3129
[] > false

objects/org/eolang/fs/dir.eo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
+architect yegor256@gmail.com
2525
+home https://github.com/objectionary/eo
2626
+package org.eolang.fs
27-
+rt jvm org.eolang:eo-runtime:0.41.3
27+
+rt jvm org.eolang:eo-runtime:0.42.0
2828
+rt node eo2js-runtime:0.0.0
29-
+version 0.41.3
29+
+version 0.42.0
3030

3131
# Directory in the file system.
3232
# Apparently every directory is a file.

objects/org/eolang/fs/file.eo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
+architect yegor256@gmail.com
2525
+home https://github.com/objectionary/eo
2626
+package org.eolang.fs
27-
+rt jvm org.eolang:eo-runtime:0.41.3
27+
+rt jvm org.eolang:eo-runtime:0.42.0
2828
+rt node eo2js-runtime:0.0.0
29-
+version 0.41.3
29+
+version 0.42.0
3030

3131
# A file on the filesystem.
3232
[path] > file

0 commit comments

Comments
 (0)