-
Notifications
You must be signed in to change notification settings - Fork 323
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
Run whole test/Base_Tests with NI #10296
Changes from all commits
29a0920
51bc321
2aa81cd
354808a
20f9589
d636711
c3a97c1
d61e5d2
dc38371
4a7a5df
6efc514
3f02060
35ca49c
501c07d
377bd2a
466f222
a9cda6f
0d902b2
31e3798
cae2521
30ce7c3
0695d1b
ec2ea1f
d03ba23
3e5e0b0
3c52ea7
07e7770
d59f6f7
9f4569a
b9d221f
5328f66
ec0918f
c2f9eb5
04bfdcd
6ab352e
961c3ec
7d73811
b222ed0
e819e74
fc24808
0dec33e
41ef406
582f3be
403e0d6
cc14d91
34424ae
71cfc0d
2b9be62
a1bff6e
4c2089f
c4fb3db
31a3de8
b2caa90
1bae374
562e611
b8b4aae
8d0684c
bfa60b4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,10 @@ polyglot java import java.time.temporal.TemporalAdjuster | |
polyglot java import java.time.temporal.TemporalAdjusters | ||
polyglot java import java.time.temporal.TemporalUnit | ||
polyglot java import org.enso.base.time.CustomTemporalUnits | ||
polyglot java import org.enso.base.time.Date_Utils | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Shouldn't these imports also be kept in There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. My decision making process was:
In this case the failure was in |
||
polyglot java import org.enso.base.time.Date_Period_Utils | ||
polyglot java import org.enso.base.time.Date_Time_Utils | ||
polyglot java import org.enso.base.time.Time_Of_Day_Utils | ||
polyglot java import org.enso.base.Time_Utils | ||
|
||
## Represents a unit of time longer on the scale of days (longer than a day). | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once this is integrated, the
runEngineDistribution
command is going to be way faster. Thanks @Akirathan for the idea.