mirror of
https://github.com/enso-org/enso.git
synced 2024-11-26 17:06:48 +03:00
3379ce51f2
Compiler performed name resolution of literals in type signatures but would silently fail to report any problems. This meant that wrong names or forgotten imports would sneak in to stdlib. This change introduces 2 main changes: 1) failed name resolutions are appended in `TypeNames` pass 2) `GatherDiagnostics` pass also collects and reports failures from type signatures IR Updated stdlib so that it passes given the correct gatekeepers in place. |
||
---|---|---|
.. | ||
src | ||
THIRD-PARTY | ||
package.yaml |