Anisimova Karina

Results 12 comments of Anisimova Karina

@mximp I have a problem. As discussed, I skipped PullMojo in case of no internet connection. But because of this, there is a problem with the fibonacci test and eo-runtime...

@mximp Files not found when compiling. For example, here are a few: ``` [ERROR] /home/karina/eo/eo-runtime/src/main/java/org/eolang/Data.java:[30,22] cannot find symbol symbol: class EOfloat location: package EOorg.EOeolang [ERROR] /home/karina/eo/eo-runtime/src/main/java/org/eolang/Data.java:[31,22] cannot find symbol symbol:...

@mximp I'm not sure I understand how to run it so that the downloaded files are not deleted. I tried like this: ``` mvn clean install mvn test ``` But...

@yegor256 The ticket https://github.com/objectionary/eo/issues/1130 is still open, so I can't test properly.

@mximp sure. But can you give me more information, please. Do I understand correctly that the problem is that when we run `mvn clean install` without an internet connection, an...

@mximp I have a question: I found that all primitive types in xmir should be save as byte, but than I tried use double-qouted string after parsing it is still...

@mximp As it works now. It works for bool, int, so they are saved as bytes. The issue about save all primitives in byte is not closed yet. Maybe for...

@mximp Do I understand correctly that when I do a transpile, I have to store the filenames in `target/eo/transpiled.csv.` The next time I want to transpile a file and it...

@yegor256 I fixed style according to xcop, it should be fine now.