Closed tricktron closed 2 years ago
Dependent modules currently lead to errors: https://github.com/tricktron/frege-vscode/issues/7#issue-1062806602
Add the -make compiler flag to let the compiler resolve the dependencies first, so that it knows what it must compile first: https://github.com/tricktron/frege-lsp-server/blob/8e2a0fd2a155f552a9e9ac39cb385af50825e353/src/main/frege/ch/fhnw/thga/TypeSignature.fr#L21
-make
Fixed with #15.
Problem
Dependent modules currently lead to errors: https://github.com/tricktron/frege-vscode/issues/7#issue-1062806602
Possible solution
Add the
-make
compiler flag to let the compiler resolve the dependencies first, so that it knows what it must compile first: https://github.com/tricktron/frege-lsp-server/blob/8e2a0fd2a155f552a9e9ac39cb385af50825e353/src/main/frege/ch/fhnw/thga/TypeSignature.fr#L21