Results 53 comments of Roman Iakovlev

I agree the notation used in paper is the biggest obstacle preventing more implementations (in different languages) of the great ideas published in this paper to exist. I personally also...

It seems there were new settings added to Scalastyle recently, and I've guessed this might be the cause for my issue, since I don't have values for those settings in...

There's no other output (well, besides the warnings Scalastyle produces on other parts of my code). The problem is also reproducible with the `default_config.xml` from current master, so my config...

I've came up with following approach. Not ideal, but gets the job done: ```scala dockerfile in docker := { if (sys.env.get("SOME_VALUE").isDefined) { new Dockerfile { … // some docker file...

Hi! Thanks for reporting this. I've not tested Timeshape on Android, so I don't have an answer right off the bat. However, looking at the stack trace you've provided, it...

Thanks for the detailed explanation! Would you mind adding it to readme? Seems really useful for people running Timeshape on Android.

Thanks for the suggestion, I thought about Gradle as well. The problem with Gradle is that I'm not really familiar with it, whereas Maven is something I use daily. It...

Hello, and thanks for reporting this. Here's some observations. First, in the stack trace you've posted, there's no Timeshape frames present. Instead it fails in the `java.time.*`, triggered by Spring...

Unfortunately, Travis CI has removed support for Oracle JDK version 8 (see the failed build in the #80). I'll try to come up with some alternative approach, but it will...

After some further investigations, I believe the problem is not in the JDK version, but somewhere in Timeshape build. I've reproduced the very same issue locally (zero timestamps on `master`...