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

Lparallel overhaul #16

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

Lparallel overhaul #16

wants to merge 50 commits into from

Commits on Apr 27, 2023

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

Commits on Apr 28, 2023

  1. package: Add lpara nickname.

    Ambrevar committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    2503dd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00839a0 View commit details
    Browse the repository at this point in the history
  3. gitmodules: Remove Calispel.

    We now exclusively use Lparallel.
    Ambrevar committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    4e3132b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7450455 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    558264e View commit details
    Browse the repository at this point in the history
  6. README: Add Roadmap section.

    Ambrevar committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    c9c24b4 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Fix performance issue.

    Turns out that serapeum:count-cpus is really slow.
    Ambrevar committed May 31, 2023
    Configuration menu
    Copy the full SHA
    42a019b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e789105 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    255a5f8 View commit details
    Browse the repository at this point in the history
  4. Fix ECL support.

    Ambrevar committed May 31, 2023
    Configuration menu
    Copy the full SHA
    6d92054 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a41ab5 View commit details
    Browse the repository at this point in the history
  6. Nullify kernels on destroy.

    Ambrevar committed May 31, 2023
    Configuration menu
    Copy the full SHA
    520d6f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0c757b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    333fc53 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    80563ca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1ca6cdb View commit details
    Browse the repository at this point in the history
  11. tests: Add performance test.

    Ambrevar committed May 31, 2023
    Configuration menu
    Copy the full SHA
    97d6be2 View commit details
    Browse the repository at this point in the history
  12. Bufferize input.

    This avoids spamming `update-source' when the input is updated too fast (< input-delay).
    Ambrevar committed May 31, 2023
    Configuration menu
    Copy the full SHA
    ed91c92 View commit details
    Browse the repository at this point in the history
  13. Remove outdated comment.

    Ambrevar committed May 31, 2023
    Configuration menu
    Copy the full SHA
    78d3a0d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c62bfb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    dc5c776 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be0393d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b28d0ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67b4cc6 View commit details
    Browse the repository at this point in the history
  5. Bind processed suggestion properly.

    So far we were only using the old suggestion.  It worked because all the default
    filters modify the suggestion in place, but this is not a guarantee.
    Ambrevar committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    4c3346c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    223132c View commit details
    Browse the repository at this point in the history
  7. Fix result-channel type and docstring.

    There is no lpara:promise type, in fact the type is not exported.
    Ambrevar committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    ea2bba2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2eeed30 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    adda76e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a6a254 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9ced467 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ca652f9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c2e586b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

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

Commits on Jun 6, 2023

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

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    4021fc0 View commit details
    Browse the repository at this point in the history
  2. Support extraneous elements in attributes.

    So an attribute may not only be (KEY VALUE) but also (KEY VALUE EXTRA-1 ... EXTRA-N).
    Ambrevar committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    3996087 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d263b2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab3866f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3a8b86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b584c45 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c84707 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

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

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    19f2816 View commit details
    Browse the repository at this point in the history
  2. Replace update-notifier with update-hook.

    update-notifier was not practical (non-broadcasting, plus accumulating).
    It also involved more set up on the client side.
    Ambrevar committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    cdef02f View commit details
    Browse the repository at this point in the history
  3. gitmodules: Add nhooks.

    Ambrevar committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    870bd0d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Add funcall-with-delay.

    Ambrevar committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    6dbee0d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. DRAFT: delayed-future.

    Ambrevar committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    0023989 View commit details
    Browse the repository at this point in the history
  2. CLEANUP

    Ambrevar committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    1f19271 View commit details
    Browse the repository at this point in the history