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

Add @combine for more manual reduction #117

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Add @combine for more manual reduction #117

wants to merge 24 commits into from

Commits on Jan 29, 2022

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

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    8d97cdf View commit details
    Browse the repository at this point in the history
  2. Use Transducers@0.4.69

    tkf committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    59967e5 View commit details
    Browse the repository at this point in the history
  3. Install StaticArrays

    tkf committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    48b0b86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fcff32 View commit details
    Browse the repository at this point in the history
  5. Fix InitSpec error message

    tkf committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    8e452d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    678c06b View commit details
    Browse the repository at this point in the history
  7. Fix doctests

    tkf committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    2786ed7 View commit details
    Browse the repository at this point in the history
  8. Tweaking documentation

    tkf committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    e68d5ff View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Fix a typo

    tkf committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    a4bcf27 View commit details
    Browse the repository at this point in the history
  2. Revert "Use Transducers@0.4.69"

    This reverts commit 59967e5.
    tkf committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    a72b5e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c89fa2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec70d2d View commit details
    Browse the repository at this point in the history
  5. Don't run doctest on 1.8-DEV

    tkf committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    5e62e42 View commit details
    Browse the repository at this point in the history
  6. Revert "Disable strict for makedocs for now"

    This reverts commit 7fcff32.
    tkf committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    5d0d84e View commit details
    Browse the repository at this point in the history
  7. Add @combine to API docs

    tkf committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    a03a6b6 View commit details
    Browse the repository at this point in the history
  8. Remove @combine-in-loop syntax

    This reverts commit f2f4f3c.
    tkf committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    6445879 View commit details
    Browse the repository at this point in the history
  9. Move @combine macro definition

    tkf committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    cb2dcce View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    bcaf1ad View commit details
    Browse the repository at this point in the history
  2. Add @completebasecase macro

    tkf committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    a163ae9 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Explicitly name left acc

    tkf committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    6192649 View commit details
    Browse the repository at this point in the history
  2. Tweaking docs

    tkf committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    a99272f View commit details
    Browse the repository at this point in the history
  3. Better break example

    tkf committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    2779e01 View commit details
    Browse the repository at this point in the history
  4. Tweaking docs

    tkf committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    6d9c396 View commit details
    Browse the repository at this point in the history