Skip to content
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

Lineup #29

Merged
merged 24 commits into from Apr 16, 2014
Merged

Lineup #29

merged 24 commits into from Apr 16, 2014

Commits on Feb 15, 2014

  1. Copy the full SHA
    499eeca View commit details
    Browse the repository at this point in the history
  2. marking state changes

    WardCunningham committed Feb 15, 2014
    Copy the full SHA
    5d32587 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2014

  1. Copy the full SHA
    206ded4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d322367 View commit details
    Browse the repository at this point in the history
  3. handmade call graph to guide refactoring

    See discussion in github issues.
    #19
    WardCunningham committed Feb 16, 2014
    Copy the full SHA
    4f3b3f5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5fa73e6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3764c42 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    86c3bc6 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    4b41dee View commit details
    Browse the repository at this point in the history
  8. flipping through history changes lineup

    I rewrote the logic here to avoid anything more
    complicated that pushing or poping pages.
    
    I struggled to find algorithm that was symetric
    between old and new pages. Both loops now 
    preserve the prefix (pages that are matching)
    which I moved out of logic and into a variable.
    
    This was expressed as an 'unless' statement but
    coffeescript messed up the application of 
    demorgan's law.
    WardCunningham committed Feb 16, 2014
    Copy the full SHA
    2fc67a0 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    e6095a6 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    35e4bf8 View commit details
    Browse the repository at this point in the history
  11. we don't patch in missing array operations any more

    This was only used once, very early. I've hunted
    for the spot but can't find it. The error message
    should be clear to anyone who knows that we've
    removed this global modification.
    WardCunningham committed Feb 16, 2014
    Copy the full SHA
    807dd5f View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    b25a2b9 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    65fe476 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    d5c01f8 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    7d2c1fe View commit details
    Browse the repository at this point in the history
  16. cleaner handling of newPage from future and template

    This is the first operation that depends on the
    lineup being correct. It makes sense that it 
    should be first. It struggled (and still does some)
    to pull all the pieces together.
    WardCunningham committed Feb 16, 2014
    Copy the full SHA
    f3c9f0e View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    b50db26 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    4848711 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2014

  1. Copy the full SHA
    07b5459 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5fc7f8d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    eaa9614 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    81e56c2 View commit details
    Browse the repository at this point in the history