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

Introduce params argument #3

Merged
merged 9 commits into from
Jul 25, 2023
Merged

Introduce params argument #3

merged 9 commits into from
Jul 25, 2023

Commits on Jul 23, 2023

  1. Introduce params argument

    Allow the definition of params which should be passed to the function run. This allows for simpler use of functions not specifically created for use with the data structure passed by Q.
    
    See readme for examples
    gpedic committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    78923da View commit details
    Browse the repository at this point in the history
  2. Update q_test.exs

    gpedic committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    fd5617a View commit details
    Browse the repository at this point in the history
  3. Update q_test.exs

    gpedic committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    de48cb0 View commit details
    Browse the repository at this point in the history
  4. update documentation

    gpedic committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    5f00709 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    gpedic committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    3c835d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. update typespecs

    * add the option to pass a {mod, fun} tuple which will default args to []
    gpedic committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b8b8715 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    gpedic committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3af8016 View commit details
    Browse the repository at this point in the history
  3. Update q.ex

    gpedic committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a596edd View commit details
    Browse the repository at this point in the history
  4. Update q_test.exs

    gpedic committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    22d41f9 View commit details
    Browse the repository at this point in the history