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 docs on data-backed ScriptContext #6759

Merged
merged 3 commits into from
Jan 6, 2025

Address review comment

bd9591f
Select commit
Loading
Failed to load commit list.
Merged

Add docs on data-backed ScriptContext #6759

Address review comment
bd9591f
Select commit
Loading
Failed to load commit list.
Garnix CI / check plutus-ir-test [x86_64-linux] succeeded Jan 6, 2025 in 10m 2s

Run results

Build succeeded

Details

Last 100 lines of logs:

        NonStrict
          nonStrict1:                                                                 OK
        nonStrict:                                                                    OK (0.60s)
          +++ OK, passed 99 tests.
      RecSplit.Tests
        RecSplit
          truenonrec:                                                                 OK (0.01s)
          mutuallyRecursiveTypes:                                                     OK
          mutuallyRecursiveValues:                                                    OK
          selfrecursive:                                                              OK
          small:                                                                      OK
          big:                                                                        OK (0.01s)
        recSplit:                                                                     OK (0.30s)
          +++ OK, passed 99 tests.
      Rename.Tests
        Rename
          allShadowedDataNonRec:                                                      OK
          allShadowedDataRec:                                                         OK
          paramShadowedDataNonRec:                                                    OK (0.01s)
          paramShadowedDataRec:                                                       OK
        rename:                                                                       OK (0.32s)
          +++ OK, passed 99 tests.
      RewriteRules.Tests
        RewriteRules
          equalsInt.pir:                                                              OK
          divideInt.pir:                                                              OK
          multiplyInt.pir:                                                            OK
          let.pir:                                                                    OK
          unConstrConstrDataFst.pir:                                                  OK (0.01s)
          unConstrConstrDataSnd.pir:                                                  OK
          unConstrConstrDataFst.pir.eval:                                             OK (0.03s)
        rewriteRules:                                                                 OK (0.55s)
          +++ OK, passed 99 tests.
      StrictLetRec.Tests
        Transform
          StrictLetRec
            strictLetRec:                                                             OK (0.05s)
            traces:                                                                   OK (0.03s)
      StrictifyBindings.Tests
        StrictifyBindings
          pure1:                                                                      OK
          impure1:                                                                    OK
          unused:                                                                     OK (0.01s)
          conapp:                                                                     OK
        strictifyBindings:                                                            OK (0.54s)
          +++ OK, passed 99 tests.
      ThunkRecursions.Tests
        ThunkRecursions
          listFold:                                                                   OK (0.01s)
          listFoldTrace:                                                              OK (0.01s)
          monoMap:                                                                    OK
          errorBinding:                                                               OK
          mutuallyRecursiveValues:                                                    OK
          preserveEffectOrder:                                                        OK
          preserveStrictness:                                                         OK
        thunkRecursions:                                                              OK (0.43s)
          +++ OK, passed 99 tests.
      Unwrap.Tests
        Unwrap
          unwrapWrap:                                                                 OK
        unwrap:                                                                       OK (0.29s)
          +++ OK, passed 99 tests.
    TypeCheck.Tests
      TypeCheck
        letInLet:                                                                     OK
        listMatch:                                                                    OK (0.01s)
        maybe:                                                                        OK
        ifError:                                                                      OK
        mutuallyRecursiveTypes:                                                       OK
        mutuallyRecursiveValues:                                                      OK
        nonrec1:                                                                      OK
        nonrec2:                                                                      OK (0.01s)
        nonrec3:                                                                      OK
        nonrec4:                                                                      OK
        nonrec6:                                                                      OK
        nonrec7:                                                                      OK
        nonrec8:                                                                      OK
        rec1:                                                                         OK (0.01s)
        rec2:                                                                         OK
        rec3:                                                                         OK
        rec4:                                                                         OK
        nonrecToRec:                                                                  OK
        nonrecToNonrec:                                                               OK
        oldLength:                                                                    OK
        strictValue:                                                                  OK
        strictNonValue:                                                               OK
        strictNonValue2:                                                              OK
        strictNonValue3:                                                              OK
        strictValueNonValue:                                                          OK
        strictValueValue:                                                             OK
        strictNonValueDeep:                                                           OK
        even3Eval:                                                                    OK (0.02s)
        sameNameDifferentEnv:                                                         OK (0.01s)
        typeLet:                                                                      OK
        typeLetRec:                                                                   OK (0.01s)
        wrongDataConstrReturnType:                                                    OK (0.01s)
        nonSelfRecursive:                                                             OK (0.01s)
        typeLetWrong:                                                                 OK (0.01s)

All 323 tests passed (1.95s)