Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check solution/language reports many errors #15

Open
ghost opened this issue Jul 28, 2016 · 0 comments
Open

Check solution/language reports many errors #15

ghost opened this issue Jul 28, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 28, 2016

Most of the errors that would nice to be fixed are in the languages or solutions starting from migrationtest all the way down:
Easy fixes:

  • migrationtest->test: Unresolved references
  • Phrase must be deconvoluted at \n
  • ListScope is not of a subtype of Scope: import jetbrains.mps.scope instead of MPS.Core/jetbrains.mps.scope@java_stub
  • GeneNameSizes: remove property value (duplicated)
  • Target module org.campagnelab.metar.r.stubs should be imported
  • type java.lang.Object is not a subtype of string -> change type of declared variable to string
  • reference IResource is out of search scope-> import
    These fixes reduce the number of errors probably from > 100 to ~ 50.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants