alchitry / Alchitry-Labs-V2

Full rewrite of Alchitry Labs
https://alchitry.com/
GNU General Public License v3.0
14 stars 2 forks source link

Bug in /src/main/kotlin/com/alchitry/labs2/parsers/lucidv2/parsers/ExprParser.kt:1263:17 Unresolved reference 'evaluator'. #20

Closed natalieagus closed 2 months ago

natalieagus commented 2 months ago

I'm afraid commit fb0c72b4165bfc381ec6dc8095288b2762a81d5e caused build issue, potentially this line under:

/src/main/kotlin/com/alchitry/labs2/parsers/lucidv2/parsers/ExprParser.kt:

image

Build error is as follows:

> Task :compileKotlin FAILED
e: file://Alchitry-Labs-V2/src/main/kotlin/com/alchitry/labs2/parsers/lucidv2/parsers/ExprParser.kt:1263:17 Unresolved reference 'evaluator'.

FAILURE: Build failed with an exception.
alchitry commented 2 months ago

Ah, this was a merge mistake. Try the verilog branch. This will likely be merged in today anyway.