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 parallel,sequential & hoistSpec #82

Closed
wants to merge 5 commits into from

Commits on Dec 10, 2018

  1. add seq/par

    safareli committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    d2c0aa9 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. add hoist and example/tests

    safareli committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    48bdf25 View commit details
    Browse the repository at this point in the history
  2. restore handwritten show/eq instances

    the reason is that using generic instance results in:
    
    ```
    /dev/purescript-spec/output/Data.Generic.Rep.Show/index.js:13
    var GenericShowArgs = function (genericShowArgs) {
                                   ^
    
    RangeError: Maximum call stack size exceeded
        at new GenericShowArgs (/dev/purescript-spec/output/Data.Generic.Rep.Show/index.js:13:32)
        at Object.genericShowArgsArgument (/dev/purescript-spec/output/Data.Generic.Rep.Show/index.js:20:12)
        at showGroup (/dev/purescript-spec/output/Test.Spec/index.js:241:228)
        at showGroup (/dev/purescript-spec/output/Test.Spec/index.js:241:456)
    ```
    safareli committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    9057691 View commit details
    Browse the repository at this point in the history
  3. revert whitespace

    safareli committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    c784357 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. add docs for parallel

    safareli committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    6fdd7b3 View commit details
    Browse the repository at this point in the history