Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wolfe-pack/wolfe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: wolfe-pack/wolfe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: TokenFun
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 42 files changed
  • 1 contributor

Commits on Mar 20, 2015

  1. Configuration menu
    Copy the full SHA
    3fe9fbd View commit details
    Browse the repository at this point in the history
  2. short additional tests

    watercrossing committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    b8bb8f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2015

  1. Configuration menu
    Copy the full SHA
    680294d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2015

  1. Configuration menu
    Copy the full SHA
    9060ced View commit details
    Browse the repository at this point in the history
  2. It compiles, but `Document2.fromString[BasicTokenTest,Sentence2[Basic…

    …TokenTest]]("Hello World")` does not resolve all CanBuildFrom's correctly yet. I think some sort of nested "CanBuildFrom" is needed.
    watercrossing committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    3b5a410 View commit details
    Browse the repository at this point in the history
  3. Fix compiler warnings

    watercrossing committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    4ec2831 View commit details
    Browse the repository at this point in the history
  4. Small changes

    watercrossing committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    72a2461 View commit details
    Browse the repository at this point in the history
  5. Refactoring

    watercrossing committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    f876629 View commit details
    Browse the repository at this point in the history
  6. NewStructures, take1

    watercrossing committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    a87b890 View commit details
    Browse the repository at this point in the history
  7. NewStructures, take2

    watercrossing committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    ae89820 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2015

  1. Updated TokenSplitter

    watercrossing committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    d46a49a View commit details
    Browse the repository at this point in the history
  2. WiP on blue printing proper splitters.

    I have added some additional "canBuildFromBasic" builders- but I am not sure they are really needed, I think I may remove them again in a future iteration.
    In `TwentyNewsGroupReaderNewStyle.scala`, some implicits are not resolved automatically. needs investigating
    watercrossing committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    3d01d5b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2015

  1. TokenFun, part 20

    watercrossing committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    aeb59f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2015

  1. midstage

    watercrossing committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    d5ca0c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2015

  1. another failed attempt, using F-bound polymorphism through type param…

    …eters (i.e. trait A[B <: A[B]] ), but this failed as I also need to parameterize on the Sentence/Token. The next idea is to parameterize using self types.
    watercrossing committed Apr 15, 2015
    Configuration menu
    Copy the full SHA
    545986b View commit details
    Browse the repository at this point in the history
Loading