tricktron / frege-lsp-server

Frege Language Server Using the Language Server Protocol
MIT License
1 stars 0 forks source link

Add `-make` compile flag to resolve dependent modules #14

Closed tricktron closed 2 years ago

tricktron commented 3 years ago

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

tricktron commented 2 years ago

Fixed with #15.