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

Fixes: #3 #5

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Jan 22, 2019

  1. Configuration menu
    Copy the full SHA
    6e92ac8 View commit details
    Browse the repository at this point in the history
  2. Add a (passing) test file for issue tabu-issues-for-future-maintainer#3

    I don't know how one makes up .lvt type of validating file.
    
    	new file:   testfiles/t003.lvt
    jfbu committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    a5a1999 View commit details
    Browse the repository at this point in the history
  3. Add missing \noexpand, suppress \tabu@verbatim and \tabu@rescan

    Use \scantokens directly as it needs now no extra preliminaries.
    jfbu committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    43f7f4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e196660 View commit details
    Browse the repository at this point in the history
  5. Extend tabu-issues-for-future-maintainer#3 test file

    MEMO: we can't have environment spread across multiple lines
    inside alltt-type Verbatim as fancyvrb scopes each input line
    jfbu committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    b28293c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Add "TABU-FIXED (issue tabu-issues-for-future-maintainer#3)" tags, re…

    …-use \tabu@rescan in source code
    
    But \tabu@rescan is now \let to \scantokens
    jfbu committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    03fea8b View commit details
    Browse the repository at this point in the history
  2. Fix a stray space in added code

    jfbu committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    71a8346 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    535c96d View commit details
    Browse the repository at this point in the history
  4. Use a \toks to fix in code added in this PR the collecting of # in body

    This does not fix tabu-issues-for-future-maintainer#6, but only corrects an error in this series of using
    macros to store partially corrected data. Switching to \toks2 also
    allows to avoid \unexpanded\expandafter formulation.
    jfbu committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    f705b5a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Revert a change done at 6e92ac8 to \tabu@collectbody

    Indeed, \tabu@collectbody is called also from \tabu@quick and
    \tabu@nestedmeasure, hence unconditionally removing from it some code
    executed under \iftabuscantokens regime was possibly a bad idea.
    
    Untested.
    jfbu committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    a5dd0a2 View commit details
    Browse the repository at this point in the history