-
Notifications
You must be signed in to change notification settings - Fork 4
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
RD-10767 typealias in top level declarations #400
Conversation
Rounding is done last so that we don't round days. It was a mistake. Added a test that would fail without the patch (both computations would mistakenly return 30 days).
We make sure sbt will launch with the right JVM in `code-checks` steps We took advantage of this PR to align sdk use java version
/publish
|
The method
getProgramDescription
in theRql2CompilerService
class is looping through all top level declarations.After some discussion we decided to make the program-description return Option-Types for declarations (both in output types and parameters)