Matthew Pocock

Avatar
  • Total activity 13
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 5
  • Created

    project with a lot of red

    Hi,I'm working on a project that uses a lot of path-dependent types, and although it compiles, intellij highlights a lot of it in red. A lot of it seems to be to do with failing to unify A#X with a...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    linking multiple projects

    Hi,I frequently work on multiple projects in parallel. For example, at the moment I have one project that is a wrapper around graphviz, another than is a DSL for probability expressions, and then a...
    • 1 follower
    • 0 comments
    • 1 vote
  • Created

    debugging implicits

    Hi,Working with implicits can be a complete nightmayer. The scala plugin is improving, but not quite there yet. Sometimes it is able to tell me which implicit is being used but sometimes gets it wr...
    • 5 followers
    • 14 comments
    • 0 votes
  • Created

    decompilation

    Hi,I'm trying to navigate around an existing library that I only have access to as a jar. What I really need is a decompiled view of the classes without source, and for searching/find to look insid...
    • 4 followers
    • 4 comments
    • 0 votes
  • Created

    attaching method parameters to properties files

    Hi,I'm not sure how scala-specific this is, but here goes. I have this method:def findMessage(msg: String): StringIt looks up msg in a properties file. I have been searching for, but can't find som...
    • 2 followers
    • 3 comments
    • 0 votes