-
Notifications
You must be signed in to change notification settings - Fork 5
bring stack up to date, use Idris 1.2.0 #24
base: master
Are you sure you want to change the base?
Conversation
|
Thanks for the PR! We can't merge this as it stands because it's failing the Travis build (see here for why: likely formatting issues). Outside of that, I think I'd prefer to track the latest version of Idris from Stackage rather than add things to |
|
Thanks for the comment. I don't see anything in the travis log that tells me what went wrong. Exact same command |
|
Could you possibly give me a hand fixing this? Or let me know how to go about fixing it? |
|
Oh, I'm so sorry: I think the buildbot failed because compiling |
|
I think you should revert the Idris version bump for now. The other changes look good. |
|
@mrkgnao - It looks like stackage snapshots no longer contain |
|
@mrkgnao - have a question. I'd be happy to play around with the project and contribute, but I have a bit of a hard time starting and understanding the existing code. Is there a good material to read to get into this embedding idris into haskell? (I'm an advanced haskeller but only starting with Idris) |
|
cc @owickstrom: what should we do about this? @ababkin: I'd suggest you first try looking at the parts that are less involved with the Idris compiler's API, like the optimizations and code transformations. That should give you a feel for what's going on. |
|
@mrkgnao Let me try this locally. I might be able to revive the Docker build I worked on to get the Travis build speed up. |
|
As a quick hack, I tried separating the installs of |
|
I'm fiddling around with a Docker + |
|
@mrkgnao @owickstrom - was just curious if you guys have figured out the above problem with Travis? Is there a setting for it to not timeout? |
|
I haven't had time to do more work on it. The last stuff is on https://github.com/owickstrom/idris-vimscript/tree/update-stack, where I think separating the installations of Idris and other tools helped a bit. |
No description provided.