Skip to content

Commit

Permalink
New release for eo-0.35.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor authored and yegor256 committed Mar 7, 2024
1 parent 6c250a1 commit 1b0bad4
Show file tree
Hide file tree
Showing 51 changed files with 76 additions and 76 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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# 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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# Boolean.
[as-bytes] > bool
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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# Bytes.
[] > bytes
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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# 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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# 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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# 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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# Float.
[as-bytes] > float
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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# 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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# 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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# Integer.
[as-bytes] > int
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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang.io
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# Stdin.
[] > stdin
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,8 +23,8 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang.io
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# Stdout.
[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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# 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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# 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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# 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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# 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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# 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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# 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,8 +23,8 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# Rust insert.
[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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# Dataizes all provided steps and returns the last one.
[steps] > seq /?
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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# String.
[as-bytes] > string
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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# 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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# 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 yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang
+rt jvm org.eolang:eo-runtime:0.35.5
+version 0.35.5
+rt jvm org.eolang:eo-runtime:0.35.8
+version 0.35.8

# 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.35.5
+version 0.35.8

# Test.
[] > prints-itself
Expand Down
3 changes: 1 addition & 2 deletions 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.35.5
+version 0.35.8

# Test.
[] > compares-two-bools
Expand Down Expand Up @@ -81,7 +81,6 @@
01-.as-bytes.eq TRUE
00-.as-bytes.eq FALSE

# Test.
[] > complex-bool-expression-in-while
memory 0 > m
seq > res
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.35.5
+version 0.35.8

# Test.
[] > takes-part-of-bytes
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.35.5
+version 0.35.8

# Test.
[] > writes-into-cage
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.35.5
+version 0.35.8

# Test.
[] > just-prints-warning
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.35.5
+version 0.35.8

# Test.
[] > less-true
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.35.5
+version 0.35.8

# Test.
[] > goto-jumps-backwards
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.35.5
+version 0.35.8

# Test.
[] > allocates-and-uses
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.35.5
+version 0.35.8

# Test.
[] > less-true
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.35.5
+version 0.35.8

# Test.
[] > prints-string-to-console
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/io/tupled-stdout-test.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.35.5
+version 0.35.8

# Single tupled stdout.
[] > tupled-stdout-single
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/io/tupled-stdout.eo
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
+architect yegor256@gmail.com
+home https://github.com/objectionary/eo
+package org.eolang.io
+version 0.35.5
+version 0.35.8

# An object for testing entire applications that accepts arguments in the form of a tuple.
[args] > tupled-stdout
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/memory-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.35.5
+version 0.35.8

# Test.
[] > writes-into-memory
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/nan-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.35.5
+version 0.35.8

# Test.
[] > nan-not-eq-number
Expand Down

0 comments on commit 1b0bad4

Please sign in to comment.