-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: jmcardon <jose@kadena.io>
- Loading branch information
Showing
1 changed file
with
43 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
* @jwiegley @emilypi | ||
/src-ghc/Pact/ApiReq.hs @sirlensalot @jwiegley @emilypi | ||
/src-ghc/Pact/Bench.hs @sirlensalot @jwiegley @emilypi | ||
/src-ghc/Pact/Coverage.hs @sirlensalot @jwiegley @emilypi | ||
/src-ghc/Pact/Coverage/Report.hs @sirlensalot @jwiegley @emilypi | ||
/src-ghc/Pact/Interpreter.hs @sirlensalot @jwiegley @emilypi | ||
/src/Crypto/Hash/Blake2Native.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Compile.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Eval.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Gas.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Native.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Native/Capabilities.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Native/Db.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Native/Ops.hs @jmcardon @jwiegley @emilypi | ||
/src/Pact/Parse.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Persist.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/PersistPactDb.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Repl.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Repl/Lib.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Repl/Types.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Runtime/Capabilities.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Runtime/Typecheck.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Typechecker.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Types/API.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Types/Advice.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Types/Capability.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Types/Codec.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Types/Command.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Types/Continuation.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Types/Exp.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Types/Hash.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Types/Info.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Types/KeySet.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Types/PactError.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Types/PactValue.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Types/Parser.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Types/Persistence.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Types/Purity.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Types/RPC.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Types/Runtime.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Types/Term.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Types/Type.hs @sirlensalot @jwiegley @emilypi | ||
/src/Pact/Types/Typecheck.hs @sirlensalot @jwiegley @emilypi | ||
* @jwiegley @emilypi @jmcardon | ||
/src-ghc/Pact/ApiReq.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src-ghc/Pact/Bench.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src-ghc/Pact/Coverage.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src-ghc/Pact/Coverage/Report.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src-ghc/Pact/Interpreter.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Crypto/Hash/Blake2Native.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Compile.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Eval.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Gas.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Native.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Native/Capabilities.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Native/Db.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Native/Ops.hs @jmcardon @jwiegley @emilypi @jmcardon | ||
/src/Pact/Parse.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Persist.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/PersistPactDb.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Repl.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Repl/Lib.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Repl/Types.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Runtime/Capabilities.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Runtime/Typecheck.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Typechecker.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Types/API.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Types/Advice.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Types/Capability.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Types/Codec.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Types/Command.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Types/Continuation.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Types/Exp.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Types/Hash.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Types/Info.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Types/KeySet.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Types/PactError.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Types/PactValue.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Types/Parser.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Types/Persistence.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Types/Purity.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Types/RPC.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Types/Runtime.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Types/Term.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Types/Type.hs @sirlensalot @jwiegley @emilypi @jmcardon | ||
/src/Pact/Types/Typecheck.hs @sirlensalot @jwiegley @emilypi @jmcardon |