Max Petrov

Results 133 comments of Max Petrov

@yegor256 what is the point of deleting pulled classes (binaries) in `UnplaceMojo`? It seems that we remove needed files we've just produced with previous steps.

@yegor256 and what is so special about these libs specified for deletion: ``` EOorg/EOeolang/EOhamcrest/** EOorg/EOeolang/EOmath/** EOorg/EOeolang/EOfs/** ```

Got answers to both questions above as part of #1256

@Karina5005 this is fixed now. Please verify and close the task

Closing as resolved

@Karina5005 for fibonacci test it's probably fine - since it's part of `eo-maven-plugin` module and eo runtime is external to it. But why it fails for `eo-runtime` all sources are...

@Karina5005 would the tests fail even objects are located in `~\.eo` folder? EO compilation and tests require external objects. If there is no access to web and required objects were...

@yegor256 can we please merge this

@Karina5005 are you trying to build it in parent eo module? Can you please check your `~/.eo/` folder for those EO files? The idea is that if we are offline...