Closed boygao1992 closed 3 years ago
Switch to use psa for building PS code which has finer control over warnings than purs (under the hood of spago build).
psa
purs
spago build
Removed the following types of warnings:
UnusedImport
MissingKindDeclaration
UnusedDeclaration
UnusedName
UserDefinedWarning
What does this pull request do?
Switch to use
psa
for building PS code which has finer control over warnings thanpurs
(under the hood ofspago build
).Removed the following types of warnings:
UnusedImport
MissingKindDeclaration
UnusedDeclaration
UnusedName
UserDefinedWarning