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 the supports to use Funcref and Data.Closure's {callable} in Data.List #511

Merged
merged 90 commits into from
Jun 9, 2018

Commits on May 4, 2017

  1. Data.List: Refactor .find()

    aiya000 committed May 4, 2017
    Configuration menu
    Copy the full SHA
    ae9b549 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2017

  1. Data.List: Add .uncons()

    aiya000 committed May 8, 2017
    Configuration menu
    Copy the full SHA
    4f7d012 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf73d3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1d61aa View commit details
    Browse the repository at this point in the history
  4. Data.List: Upgrade .foldl1() for newer .foldl1()

    Modify document of .foldl1()
    Modify test of .foldl1()
    aiya000 committed May 8, 2017
    Configuration menu
    Copy the full SHA
    45ec2ce View commit details
    Browse the repository at this point in the history
  5. Data.List: Add funcref support to .foldr()

    Upgrade the implementation of .foldr()
    Modify test of .foldr()
    Add document of .foldr()
    aiya000 committed May 8, 2017
    Configuration menu
    Copy the full SHA
    ab3d0e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    728d085 View commit details
    Browse the repository at this point in the history
  7. Data.List: Upgrade .foldr1() for newer .foldr()

    Add document of .foldr1()
    Modify test of .foldr1()
    aiya000 committed May 8, 2017
    Configuration menu
    Copy the full SHA
    146e632 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa9d651 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Data.List:Add function types support to .uniq_by()

    Add funcref support
    Add Data.Closure support
    aiya000 committed May 9, 2017
    Configuration menu
    Copy the full SHA
    a18ebb9 View commit details
    Browse the repository at this point in the history
  2. Data.List: Refactor test

    aiya000 committed May 9, 2017
    Configuration menu
    Copy the full SHA
    59ceb22 View commit details
    Browse the repository at this point in the history
  3. Data.List: Refactor List.vim

    aiya000 committed May 9, 2017
    Configuration menu
    Copy the full SHA
    e0f7f22 View commit details
    Browse the repository at this point in the history
  4. Data.List: Add function types support to .sort()

    Add funcref support
    Add Data.Closure support
    Add Notice to document
    Add test
    aiya000 committed May 9, 2017
    Configuration menu
    Copy the full SHA
    b9a1729 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Configuration menu
    Copy the full SHA
    bf45b53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a650e93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02957b3 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2017

  1. Configuration menu
    Copy the full SHA
    5596e16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aa0c6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee9163b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdea04c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2017

  1. Data.List: Refactor List.vim

    aiya000 committed May 14, 2017
    Configuration menu
    Copy the full SHA
    391c136 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

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

Commits on May 26, 2017

  1. Data.List.Closure: Add .map()

    Data.List: Remove callable support from .map()
    aiya000 committed May 26, 2017
    Configuration menu
    Copy the full SHA
    1afb2ce View commit details
    Browse the repository at this point in the history
  2. Data.List.Closure: Add .foldl()

    Data.List: Remove closure support of .foldl()
    aiya000 committed May 26, 2017
    Configuration menu
    Copy the full SHA
    7435ca8 View commit details
    Browse the repository at this point in the history
  3. Data.List.Closure: Add .foldl1()

    Data.List: Remove closure support of .foldl1()
    aiya000 committed May 26, 2017
    Configuration menu
    Copy the full SHA
    ccfe6c6 View commit details
    Browse the repository at this point in the history
  4. Data.List.Closure: Add .foldr()

    Data.List: Remove closure support of .foldr()
    aiya000 committed May 26, 2017
    Configuration menu
    Copy the full SHA
    9880799 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54aab47 View commit details
    Browse the repository at this point in the history
  6. Data.List.Closure: Add .uniq_by()

    Data.List: Remove closure support of .uniq_by()
    aiya000 committed May 26, 2017
    Configuration menu
    Copy the full SHA
    73f25c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5c9994 View commit details
    Browse the repository at this point in the history
  8. Data.List.Closure: Add .max_by()

    Data.List: Remove closure support of .max_by()
    aiya000 committed May 26, 2017
    Configuration menu
    Copy the full SHA
    4efd830 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e516d7 View commit details
    Browse the repository at this point in the history
  10. Data.List.Closure: Add .min_by()

    Data.List: Remove closure support of .min_by()
    aiya000 committed May 26, 2017
    Configuration menu
    Copy the full SHA
    939a15e View commit details
    Browse the repository at this point in the history
  11. Data.List.Closure: Add .span()

    Data.List: Remove closure support of .span()
    aiya000 committed May 26, 2017
    Configuration menu
    Copy the full SHA
    19530d9 View commit details
    Browse the repository at this point in the history
  12. Data.List.Closure: Add .break()

    Data.List: Remove closure support of .break()
    aiya000 committed May 26, 2017
    Configuration menu
    Copy the full SHA
    0b11038 View commit details
    Browse the repository at this point in the history
  13. Data.List.Closure: Add .take_while()

    Data.List: Remove closure support of .take_while()
    aiya000 committed May 26, 2017
    Configuration menu
    Copy the full SHA
    31018b7 View commit details
    Browse the repository at this point in the history
  14. Data.List.Closure: Add .drop_while()

    Data.List: Remove closure support of .drop_while()
    aiya000 committed May 26, 2017
    Configuration menu
    Copy the full SHA
    208f95f View commit details
    Browse the repository at this point in the history
  15. Data.List.Closure: Add .sort()

    Data.List: Remove closure support of .sort()
    aiya000 committed May 26, 2017
    Configuration menu
    Copy the full SHA
    035e386 View commit details
    Browse the repository at this point in the history
  16. Data.List.Closure: Add .sort_by()

    Data.List: Remove closure support of .sort_by()
    aiya000 committed May 26, 2017
    Configuration menu
    Copy the full SHA
    de3c1f2 View commit details
    Browse the repository at this point in the history
  17. Data.List: Fix vim7.4 problem

    aiya000 committed May 26, 2017
    Configuration menu
    Copy the full SHA
    32d212a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2cb4929 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    52a038f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    87fc333 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8783d30 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    995f95b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fbf0a88 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c95fea6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2017

  1. Configuration menu
    Copy the full SHA
    70b6caf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dc64cb View commit details
    Browse the repository at this point in the history
  3. Data.List: Refactor .vim for s:_get_unary_caller()

    Rename s:_get_caller() to s:_get_unary_caller()
    aiya000 committed May 27, 2017
    Configuration menu
    Copy the full SHA
    eb5a887 View commit details
    Browse the repository at this point in the history
  4. Data.List: Refactor test

    Integrate duplicated functions to one
    Rename functions
    aiya000 committed May 27, 2017
    Configuration menu
    Copy the full SHA
    9533e48 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2017

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

Commits on May 31, 2017

  1. Configuration menu
    Copy the full SHA
    3a8eadc View commit details
    Browse the repository at this point in the history
  2. Data.List: Add funcref support to .find_last_index

    Add funcref support to .find_last_index()
    aiya000 committed May 31, 2017
    Configuration menu
    Copy the full SHA
    a2f9ce6 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

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

Commits on Jul 17, 2017

  1. Data.List: Refactor test

    aiya000 committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    a00e375 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ddcea7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8ad537 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a4a67d View commit details
    Browse the repository at this point in the history
  5. Data.List.Closure: Add .all()

    aiya000 committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    d27f498 View commit details
    Browse the repository at this point in the history
  6. Data.List.Closure: Add .any()

    aiya000 committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    6f1bfab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f38f09 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b32562 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7b2e6fe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0610193 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    44e703f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7365b11 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bf79288 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    576bc6f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    96e7b70 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2017

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

Commits on Dec 13, 2017

  1. Configuration menu
    Copy the full SHA
    100969a View commit details
    Browse the repository at this point in the history
  2. Data.List: Fix documents

    Now, the support of Data.Closure with Data.List is moved to Data.List.Closure
    aiya000 committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    a3c9513 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54db79a View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. WIP

    aiya000 committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    1184a01 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Do not use func-closure.

    Milly committed May 8, 2018
    Configuration menu
    Copy the full SHA
    c4f8ea0 View commit details
    Browse the repository at this point in the history
  2. Fix variable type mismatch.

    Milly committed May 8, 2018
    Configuration menu
    Copy the full SHA
    e421a6d View commit details
    Browse the repository at this point in the history
  3. Prevent EVL103 at vimlint.

    Milly committed May 8, 2018
    Configuration menu
    Copy the full SHA
    80ad747 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60b6756 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Merge pull request #1 from Milly/add_funcref_impl_datalist

    func-closure を使わない実装
    aiya000 authored May 9, 2018
    Configuration menu
    Copy the full SHA
    818aaa9 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Configuration menu
    Copy the full SHA
    60e38db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e16fecc View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Configuration menu
    Copy the full SHA
    d25429e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    407f538 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4867402 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b661bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b751d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Data.List: Fix test for vim before 7.4.358.

    Thanks Milly, tyru
    aiya000 committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    e9981f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. Configuration menu
    Copy the full SHA
    a27efb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31845cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06120c8 View commit details
    Browse the repository at this point in the history