Max Petrov

Results 19 issues of Max Petrov

We need to be able to populate tags with custom values rather than always download it from the web.

enhancement

When `+junit` exists in eo code separate mechanism of Java code generation is enabled. It's driven by `junit.xsl` and `rename-junit-inners.xsl`. It generates inner Java classes for each inner EO object...

bug

The following code fails: ``` final XSL xsl = new XSLDocument( this.getClass().getResourceAsStream("/org/eolang/parser/optimize/globals-to-abstracts.xsl") ).with(new ClasspathSources()); final List tasks = new ArrayList(10); final List exceptions = Collections.synchronizedList(new ArrayList(0)); IntStream.range(1, 11) .forEach( i...

bug
0crat/scope
0crat/role/DEV

After some changes the following error is produced during SODG tests: ```xml Expected: Can't find path '.ρ' (#5) while staying at $Φ.arrays.z.α0.α0.α0 in this XML: 00-00-00-00-00-00-00-2A 00-00-00-00-00-00-00-2B 30-2E-30-2D-53-4E-41-50-53-48-4F-54 32-30-32-33-2D-30-36-2D-30-37-54-30-39-3A-34-33-3A-31-35-2E-32-34-35-36-38-34-5A but:...

question

#1562 goto in EO

When pulled changes include renaming of a file in the result of running `pull.sh` both files are kept in the folder. The was not checked directly but only suspected based...

bug

SVF requires cloning itself from git repo just like it's done in CI configuration `main.yml`: `git clone https://github.com/SVF-tools/SVF.git` Need to add this command into `run.sh`

To consolidate cases for static analysis let's move first case from `clang-tidy-mistakes`: https://github.com/polystat/clang-tidy-mistakes/blob/master/false-negative/buffer-overrun.cpp For that need to create bad/good code fragments for c++, Java, Python. Initial code needs to be...

Running the analyser like this: ``` $awsome-bugs\> sudo .\run.sh ``` Got the following errors: ``` SVF build has started ./run.sh: line 30: cd: SVF: No such file or directory ./run.sh:...