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

I249 gfm lists #330

Merged
merged 28 commits into from
Mar 17, 2020
Merged

I249 gfm lists #330

merged 28 commits into from
Mar 17, 2020

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    4e104e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fba8ba4 View commit details
    Browse the repository at this point in the history
  3. First parse all consecutive list items, then append the resulting lis…

    …ts to the result WIP [amend-me]
    
    code for appending lists from list items written, working on parse_list_items now
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    b686557 View commit details
    Browse the repository at this point in the history
  4. First parse all consecutive list items, then append the resulting lis…

    …ts to the result, works
    
    GFM List test pass (with exception of looseness which I will rethink later)
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    ab229e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1ccaf4 View commit details
    Browse the repository at this point in the history
  6. GFM Compatibility for Lists ok with the exception of looseness which …

    …still needs some fixes
    
      - Tests adapted
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    f20fe93 View commit details
    Browse the repository at this point in the history
  7. GFM Compatibility for Lists ok with the exception of looseness which …

    …still needs some fixes
    
      - Returning only one list now
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    8411f18 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2d47c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69e5280 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    32b6ded View commit details
    Browse the repository at this point in the history
  11. as_html* uses as_ast now...

            TODO:
            - Fix tests
            - Eliminate Dead Code
            - Update Doc
            - Add tests from real test data
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    9127d91 View commit details
    Browse the repository at this point in the history
  12. as_html* uses as_ast now... [amend-me]

            DONE:
            - Fixed tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
                 hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
                 paragraph, reflink, setext, tables, utf8)
    
            TODO:
            - Eliminate Dead Code
            - Update Doc
            - Add tests from real test data
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    42012de View commit details
    Browse the repository at this point in the history
  13. as_html* uses as_ast now...

            DONE:
            - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
                 hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
                 paragraph, reflink, setext, tables, utf8)
            - Fixed doctests
    
            DOING:
            - Fixing and removing (redundant) regression tests
    
            TODO:
            - Fix other tests
            - Eliminate Dead Code
            - Update Doc
            - Add tests from real test data
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    e2dde8a View commit details
    Browse the repository at this point in the history
  14. as_html* uses as_ast now...

            DONE:
            - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
                 hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
                 paragraph, reflink, setext, tables, utf8)
            - Fixed doctests
    
            DOING:
            - Fixing and removing (redundant) regression tests next: i072
    
            TODO:
            - Fix other tests
            - Eliminate Dead Code
            - Update Doc
            - Add tests from real test data
            - Check for INLINE CODE possibilities
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    ce197c0 View commit details
    Browse the repository at this point in the history
  15. as_html* uses as_ast now...

            DONE:
            - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
                 hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
                 paragraph, reflink, setext, tables, utf8)
            - Fixed doctests
    
            DOING:
            - Fixing and removing (redundant) regression tests next: i088
    
            TODO:
            - Fix other tests
            - Eliminate Dead Code
            - Update Doc
            - Add tests from real test data
            - Check for INLINE CODE possibilities
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    003dfdd View commit details
    Browse the repository at this point in the history
  16. as_html* uses as_ast now...

            DONE:
            - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
                 hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
                 paragraph, reflink, setext, tables, utf8)
            - Fixed doctests
    
            DOING:
            - Fixing and removing (redundant) regression tests next: i099
    
            TODO:
            - Fix other tests
            - Eliminate Dead Code
            - Update Doc
            - Add tests from real test data
            - Check for INLINE CODE possibilities
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    10fae2b View commit details
    Browse the repository at this point in the history
  17. as_html* uses as_ast now...

            DONE:
            - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
                 hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
                 paragraph, reflink, setext, tables, utf8)
            - Fixed doctests
    
            DOING:
            - Fixing and (re)moving (redundant) regression tests next: i123
    
            TODO:
            - Fix other tests
            - Eliminate Dead Code
            - Update Doc
            - Add tests from real test data
            - Check for INLINE CODE possibilities
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    7ead3d0 View commit details
    Browse the repository at this point in the history
  18. as_html* uses as_ast now...

            DONE:
            - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
                 hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
                 paragraph, reflink, setext, tables, utf8)
            - Fixed doctests
    
            DOING:
            - Fixing and (re)moving (redundant) regression tests next: i240
    
            TODO:
            - Fix other tests
            - Eliminate Dead Code
            - Update Doc
            - Add tests from real test data
            - Check for INLINE CODE possibilities
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    b891360 View commit details
    Browse the repository at this point in the history
  19. as_html* uses as_ast now...

            DONE:
            - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
                 hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
                 paragraph, reflink, setext, tables, utf8)
            - Fixed doctests
            - Fixed and (re)moved regression tests (some are remaining on purpose for now)
    
            TODO:
            - Fix regressions on `acceptance/html` tests
            - Check smarty pants output is tested in `acceptance/html` tests
            - Fix other tests
            - Eliminate Dead Code
            - Update Doc
            - Add tests from real test data
            - Check for INLINE CODE possibilities
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    adf0036 View commit details
    Browse the repository at this point in the history
  20. as_html* uses as_ast now...

            DONE:
            - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
                 hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
                 paragraph, reflink, setext, tables, utf8)
            - Fixed doctests
            - Fixed and (re)moved regression tests (some are remaining on purpose for now)
            - Fixed regressions on `acceptance/html` tests
    
            TODO:
            - Check smarty pants output is tested in `acceptance/html` tests
            - Fix other tests
            - Eliminate Dead Code
            - Update Doc
            - Add tests from real test data
            - Check for INLINE CODE possibilities
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    15a29e6 View commit details
    Browse the repository at this point in the history
  21. as_html* uses as_ast now...

            DONE:
            - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
                 hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
                 paragraph, reflink, setext, tables, utf8)
            - Fixed doctests
            - Fixed and (re)moved regression tests (some are remaining on purpose for now)
            - Fixed regressions on `acceptance/html` tests
            - Checked smarty pants output is tested in `acceptance/html` tests
    
            TODO:
            - Fix other tests
            - Eliminate Dead Code
            - Update Doc
            - Add tests from real test data
            - Check for INLINE CODE possibilities
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    7a25517 View commit details
    Browse the repository at this point in the history
  22. as_html* uses as_ast now...

            DONE:
            - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
                 hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
                 paragraph, reflink, setext, tables, utf8)
            - Fixed doctests
            - Fixed and (re)moved regression tests (some are remaining on purpose for now)
            - Fixed regressions on `acceptance/html` tests
            - Checked smarty pants output is tested in `acceptance/html` tests
            - Fixed tests
    
            TODO:
            - Eliminate Dead Code
            - Update Doc
            - Add tests from real test data
            - Check for INLINE CODE possibilities
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    6db222d View commit details
    Browse the repository at this point in the history
  23. as_html* uses as_ast now... [amend-me]

            DONE:
            - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
                 hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
                 paragraph, reflink, setext, tables, utf8)
            - Fixed doctests
            - Fixed and (re)moved regression tests (some are remaining on purpose for now)
            - Fixed regressions on `acceptance/html` tests
            - Checked smarty pants output is tested in `acceptance/html` tests
            - Fixed tests
    
            DOING:
              Dead Code Elimination (html_renderer, inline)
    
            TODO:
             Update Doc
            - Add tests from real test data
            - Check for INLINE CODE possibilities
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    704812e View commit details
    Browse the repository at this point in the history
  24. as_html* uses as_ast now...

            DONE:
            - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
                 hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
                 paragraph, reflink, setext, tables, utf8)
            - Fixed doctests
            - Fixed and (re)moved regression tests (some are remaining on purpose for now)
            - Fixed regressions on `acceptance/html` tests
            - Checked smarty pants output is tested in `acceptance/html` tests
            - Fixed tests
            - Dead Code Elimination (html_renderer, inline, more checks in PR Review)
    
            TODO:
             Update Doc
            - Add tests from real test data
            - Check for INLINE CODE possibilities
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    13e9735 View commit details
    Browse the repository at this point in the history
  25. as_html* uses as_ast now...

        DONE:
        - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
             hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
             paragraph, reflink, setext, tables, utf8)
        - Fixed doctests
        - Fixed and (re)moved regression tests (some are remaining on purpose for now)
        - Fixed regressions on `acceptance/html` tests
        - Checked smarty pants output is tested in `acceptance/html` tests
        - Fixed tests
        - Dead Code Elimination (html_renderer, inline, more checks in PR Review)
    
        TODO:
         Update Doc
        - Add tests from real test data
        - Check for INLINE CODE possibilities
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    d68d472 View commit details
    Browse the repository at this point in the history
  26. as_html* uses as_ast now...

        DONE:
        - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
             hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
             paragraph, reflink, setext, tables, utf8)
        - Fixed doctests
        - Fixed and (re)moved regression tests (some are remaining on purpose for now)
        - Fixed regressions on `acceptance/html` tests
        - Checked smarty pants output is tested in `acceptance/html` tests
        - Fixed tests
        - Dead Code Elimination (html_renderer, inline, more checks in PR Review)
        - Doc updated
    
        TODO:
        - Add tests from real test data
        - Check for INLINE CODE possibilities
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    301554d View commit details
    Browse the repository at this point in the history
  27. as_html* uses as_ast now...

        DONE:
        - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
             hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
             paragraph, reflink, setext, tables, utf8)
        - Fixed doctests
        - Fixed and (re)moved regression tests (some are remaining on purpose for now)
        - Fixed regressions on `acceptance/html` tests
        - Checked smarty pants output is tested in `acceptance/html` tests
        - Fixed tests
        - Dead Code Elimination (html_renderer, inline, more checks in PR Review)
        - Doc updated
        - Add tests from real test data
    
        TODO:
        - Check for INLINE CODE possibilities
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    57f7336 View commit details
    Browse the repository at this point in the history
  28. Fixes: #249;

        DONE:
        - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
             hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
             paragraph, reflink, setext, tables, utf8)
        - Fixed doctests
        - Fixed and (re)moved regression tests (some are remaining on purpose for now)
        - Fixed regressions on `acceptance/html` tests
        - Checked smarty pants output is tested in `acceptance/html` tests
        - Fixed tests
        - Dead Code Elimination (html_renderer, inline, more checks in PR Review)
        - Doc updated
        - Add tests from real test data
    
        - Check for INLINE CODE possibilities => no conclusive performance gain
    RobertDober committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    0215195 View commit details
    Browse the repository at this point in the history