-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Rename to argument * Cleanup * Rename `lurk-rs` -> `lurk-beta` * clippy
- Loading branch information
1 parent
4c3fc9b
commit f86d36f
Showing
31 changed files
with
112 additions
and
110 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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,22 +1,22 @@ | ||
# Global Owners: @porcuquine, @huitseeker | ||
* @lurk-lab/lurk-noncircuit | ||
* @argumentcomputer/lurk-noncircuit | ||
|
||
# CI maintenance | ||
/.circleci/** @lurk-lab/lurk-ci | ||
/.config/** @lurk-lab/lurk-ci | ||
/.github/** @lurk-lab/lurk-ci | ||
/.circleci/** @argumentcomputer/lurk-ci | ||
/.config/** @argumentcomputer/lurk-ci | ||
/.github/** @argumentcomputer/lurk-ci | ||
|
||
# Benchmarks | ||
/benches/** @lurk-lab/lurk-benches | ||
/benches/** @argumentcomputer/lurk-benches | ||
|
||
# CLI tools | ||
/src/cli/** @lurk-lab/lurk-cli-tools | ||
/src/cli/** @argumentcomputer/lurk-cli-tools | ||
|
||
# Circuit | ||
/src/circuit/** @lurk-lab/lurk-circuit | ||
/src/lem/circuit.rs @lurk-lab/lurk-circuit | ||
/src/coprocessor/** @lurk-lab/lurk-circuit | ||
/src/coroutine/** @lurk-lab/lurk-circuit | ||
/src/circuit/** @argumentcomputer/lurk-circuit | ||
/src/lem/circuit.rs @argumentcomputer/lurk-circuit | ||
/src/coprocessor/** @argumentcomputer/lurk-circuit | ||
/src/coroutine/** @argumentcomputer/lurk-circuit | ||
|
||
# Evaluation model | ||
/src/lem/eval.rs @lurk-lab/lurk-lem | ||
/src/lem/eval.rs @argumentcomputer/lurk-lem |
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
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
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
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
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
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
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
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
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
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
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
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,3 +1,3 @@ | ||
[submodule "lurk-lib"] | ||
path = lurk-lib | ||
url = https://github.com/lurk-lab/lurk-lib.git | ||
url = https://github.com/argumentcomputer/lurk-lib.git |
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
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
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
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
Oops, something went wrong.