mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 16:18:23 +03:00
b2a1cd55d2
close #7555 Compiler passes after `GenerateMethodBodies` expect the method body to be a function. After fixing the pass, the compilation returns a proper compiler error: ``` built-distribution/enso-engine-0.0.0-dev-linux-amd64/enso-0.0.0-dev/lib/Standard/Table/0.0.0-dev/src/Data/Column.enso:869:22: error: Methods must have only one definition of the `this` argument, and it must be the first. 869 | round self round self (decimal_places:Integer = 0) (use_bankers:Boolean = False) = Value_Type.expect_numeric self <| | ^~~~ Aborting due to 1 errors and 0 warnings. ``` |
||
---|---|---|
.. | ||
java | ||
rust | ||
scala | ||
README.md |
Libraries
This directory contains the libraries that should remain in this project, but that are not technically part of the main language implementation itself.