Graur Andrew
Graur Andrew
Let's implement it, according to [this](https://arxiv.org/pdf/2206.02585.pdf) paper. e.g. ``` [] > test list > lst * 1 2 3 assert-that > @ lst.found 2 $.equal-to 1 ```
We need to: - [x] move regex atom from `eo.eolang` to `eo.eolang.txt` package - [x] wait until [eo-string](https://github.com/InnoSWP/eo-strings) would be ready to implement it to their project - [ ]...
According to this [paper](https://arxiv.org/pdf/2206.02585.pdf) (p. 7 Digits) we need to add `int8` , `int16` , `int32` and `int128` objects, which are decorators of bytes with a predefined size. They implement...
Closes: #234 What's done: - updated `pip` - replaced old unavailable links
We would like to integrate `pdd` to `objectionary/eo` project. To check `pdd` rules locally. It would be helpful if we would have a maven plugin for this purposes. We can...
## PR-Codex overview This PR adds licensing information and metadata to `socket.eo` and `socket-tests.eo`, and modifies the `Makefile` to include debugging information during testing. ### Detailed summary - Added MIT...
## PR-Codex overview This PR focuses on updating the build and deployment process. ### Detailed summary - Removed a check for a specific version format in the script - Changed...
When I'm trying to get the version of the latest release of this project by https://api.github.com/repos/objectionary/eo-hamcrest/releases/latest I've faced the wrong version. Right now latest tag shows us 0.2.10, but latest...
We better call it `tuple-each` of `list-each`
Accodring to this matchers list: https://hamcrest.org/JavaHamcrest/javadoc/2.1/org/hamcrest/text/package-frame.html