Skip to content

Commit

Permalink
New release for eo-0.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor authored and yegor256 committed Jan 29, 2024
1 parent 1d605bd commit 996288a
Show file tree
Hide file tree
Showing 51 changed files with 177 additions and 72 deletions.
4 changes: 2 additions & 2 deletions objects/org/eolang/as-phi.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

# Turns an object into a φ-term
[x] > as-phi /string
4 changes: 2 additions & 2 deletions objects/org/eolang/bool.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

[as-bytes] > bool
as-bytes > @
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 @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

[] > bytes
# Equals to another object
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/cage.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

# This object is doing exactly the same as "memory", but allows
# you to store objects, not only data. In other words, it doesn't
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/cti.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

# Compile Time Instruction.
# Make possible to highlight deprecated methods.
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/error.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

# This object must be used in order to terminate the program
# due to an error. Just make a copy of it with any encapsulated object.
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/float.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

[as-bytes] > float
as-bytes > @
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/goto.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

# Non-conditional forward and backward jumps. Returns TRUE
# if the backward jump happened, an object provided to
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/heap.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

# Emulation of random-access memory (RAM).
[size] > heap
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/int.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

[as-bytes] > int
as-bytes > @
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/io/stdin.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang.io
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

[] > stdin
# Consumes only one line from the standard input stream
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/io/stdout.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang.io
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

[text] > stdout /bool
4 changes: 2 additions & 2 deletions objects/org/eolang/memory.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

# Storage of data in memory.
[] > memory /bytes
4 changes: 2 additions & 2 deletions objects/org/eolang/nan.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

# Not a number
[] > nan
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/negative-infinity.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

# Negative infinity
[] > negative-infinity
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/nop.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

# Object that always is TRUE
[args] > nop
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/positive-infinity.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

# Positive infinity
[] > positive-infinity
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/ram.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

# Random-access memory (RAM).
[size] > ram
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/rust.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

[code portal params] > rust /?
4 changes: 2 additions & 2 deletions objects/org/eolang/seq.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

# Dataizes all provided steps and returns the
# last one.
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/string.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

[as-bytes] > string
as-bytes > @
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/switch.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

# Allow to choose right options according to cases conditions.
# Parameter cases is the array of two dimensional array, which
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/try.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

# Try, catch and finally. This object helps catch errors created by the
# object 'error'. When being dataized, such objects will crash the problem.
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/tuple.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+architect [email protected]
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.34.1
+version 0.34.1
+rt jvm org.eolang:eo-runtime:0.35.0
+version 0.35.0

# Tuple.
[head tail] > tuple
Expand Down
Binary file modified py/__pycache__/deps.cpython-310.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/org/eolang/as-phi-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
+home https://github.com/objectionary/eo
+tests
+package org.eolang
+version 0.34.1
+version 0.35.0

[] > prints-itself
gt. > @
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/bool-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
+home https://github.com/objectionary/eo
+tests
+package org.eolang
+version 0.34.1
+version 0.35.0

[] > compares-two-bools
eq. > @
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/bytes-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
+home https://github.com/objectionary/eo
+tests
+package org.eolang
+version 0.34.1
+version 0.35.0

[] > takes-part-of-bytes
eq. > @
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/cage-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
+home https://github.com/objectionary/eo
+tests
+package org.eolang
+version 0.34.1
+version 0.35.0

[] > writes-into-cage
[z] > a
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/cti-test.eo
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
+home https://github.com/objectionary/eo
+tests
+package org.eolang
+version 0.34.1
+version 0.35.0

[] > just-prints-warning
eq. > @
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/float-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
+home https://github.com/objectionary/eo
+package org.eolang
+tests
+version 0.34.1
+version 0.35.0

[] > less-true
eq. > @
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/goto-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
+home https://github.com/objectionary/eo
+tests
+package org.eolang
+version 0.34.1
+version 0.35.0

[] > goto-jumps-backwards
memory 0 > i
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/heap-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
+home https://github.com/objectionary/eo
+tests
+package org.eolang
+version 0.34.1
+version 0.35.0

[] > allocates-and-uses
"Hello, друг!" > txt
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/int-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
+home https://github.com/objectionary/eo
+tests
+package org.eolang
+version 0.34.1
+version 0.35.0

[] > less-true
eq. > @
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/io/stdout-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
+home https://github.com/objectionary/eo
+tests
+package org.eolang.io
+version 0.34.1
+version 0.35.0

[] > prints-string-to-console
stdout > @
Expand Down
Loading

0 comments on commit 996288a

Please sign in to comment.