- some reasons it's nice to have (semi-)automatic "formatting" of data
- readable evaluation results
- for efficient perception
- for sharing with others
- for recording as part of expressing a test
- for documentation
- readable evaluation results
This file contains hidden or 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
* minor fixes pr candidate items | |
* change comments | |
/* Use counter to keep track of number of '=' seen */ <- should be backticks? | |
* initially missed things | |
* popstate has a for loop surrounding most of its code | |
* atsign's non-default cases all return...the default case leads to code | |
after the switch statement (slightly confusing?) | |
* unknown items |
This file contains hidden or 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
$ cargo test | |
Compiling proc-macro2 v1.0.93 | |
Compiling unicode-ident v1.0.15 | |
Compiling cfg-if v1.0.0 | |
Compiling libc v0.2.172 | |
Compiling shlex v1.3.0 | |
Compiling equivalent v1.0.1 | |
Compiling itoa v1.0.14 | |
Compiling stable_deref_trait v1.2.0 | |
Compiling serde_json v1.0.142 |
This file contains hidden or 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
$ cargo test | |
Compiling proc-macro2 v1.0.93 | |
Compiling unicode-ident v1.0.15 | |
Compiling cfg-if v1.0.0 | |
Compiling libc v0.2.172 | |
Compiling shlex v1.3.0 | |
Compiling equivalent v1.0.1 | |
Compiling itoa v1.0.14 | |
Compiling stable_deref_trait v1.2.0 | |
Compiling serde_json v1.0.142 |
This file contains hidden or 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
$ cargo test | |
Compiling proc-macro2 v1.0.93 | |
Compiling unicode-ident v1.0.15 | |
Compiling cfg-if v1.0.0 | |
Compiling libc v0.2.172 | |
Compiling shlex v1.3.0 | |
Compiling equivalent v1.0.1 | |
Compiling itoa v1.0.14 | |
Compiling stable_deref_trait v1.2.0 | |
Compiling serde_json v1.0.142 |
This file contains hidden or 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
$ cargo test | |
Compiling proc-macro2 v1.0.93 | |
Compiling unicode-ident v1.0.15 | |
Compiling cfg-if v1.0.0 | |
Compiling libc v0.2.172 | |
Compiling shlex v1.3.0 | |
Compiling equivalent v1.0.1 | |
Compiling itoa v1.0.14 | |
Compiling stable_deref_trait v1.2.0 | |
Compiling serde_json v1.0.142 |
This file contains hidden or 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
$ cargo test | |
Compiling proc-macro2 v1.0.93 | |
Compiling unicode-ident v1.0.15 | |
Compiling cfg-if v1.0.0 | |
Compiling libc v0.2.172 | |
Compiling shlex v1.3.0 | |
Compiling itoa v1.0.14 | |
Compiling equivalent v1.0.1 | |
Compiling stable_deref_trait v1.2.0 | |
Compiling serde_json v1.0.142 |
This file contains hidden or 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
diff --git a/lib/parser.janet b/lib/parser.janet | |
index d3c81ef..ec18ef5 100644 | |
--- a/lib/parser.janet | |
+++ b/lib/parser.janet | |
@@ -345,9 +345,9 @@ | |
(unless (= cols (length line)) | |
(error "columns must be equal across rows"))) | |
(array/push rows | |
- (map (fn [x] @{:type :td | |
- :indent 0 |
pull_request_target
- What is the difference between pull_request and pull_request_target event in GitHubActions
- pull_request
- pull_request_target
- When to Use pull_request_target Instead of pull_request in GitHub Actions
- GitHub Actions improvements for fork and pull request workflows
general
- GitHub's Secure use reference
- [Configuring default setup fo
- https://github.com/sogaiu/janet-docstring-notes
- https://gist.github.com/sogaiu/5f27607d85896e1fda1c7b1ea0702d32
- https://gist.github.com/sogaiu/7e647f176b993f3b7133aebe00467b9a
- https://gist.github.com/sogaiu/cd8989cbbe0b923363dc05225facf9ad
- https://gist.github.com/sogaiu/569daccc3dbab7b8e27efa1529d5c778
- https://gist.github.com/sogaiu/e542d5e307fbea1fe2aefcc215da5d9a
- https://gist.github.com/sogaiu/73d1ac4e6bea5452e62a1dd2a5808de2