-
Notifications
You must be signed in to change notification settings - Fork 26
Cleanup: Fix core-test Deps Order, Remove Unused, etc.
#798
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
Open
E-A-Griffin
wants to merge
48
commits into
jank-lang:main
Choose a base branch
from
E-A-Griffin:egriffin/fix-deps-order
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
3318f6a
Cleanup
E-A-Griffin a34db21
More cleanup
E-A-Griffin 5d2962b
Fix cljr
E-A-Griffin c0d160c
Next round
E-A-Griffin f22abf6
More!
E-A-Griffin 973c7ed
Remove superfluous paren
E-A-Griffin 6c11aa6
WIP
E-A-Griffin e90f46b
WIP
E-A-Griffin c465449
Fix more parens
E-A-Griffin 6b3f32b
More!
E-A-Griffin 26b4cd2
Whoops
E-A-Griffin ca84a17
Add back
E-A-Griffin 3e0462f
clj the kondo
E-A-Griffin 35a9520
WIP
E-A-Griffin 3013965
int
E-A-Griffin 15eb3f7
Next batch
E-A-Griffin 9b603cc
Some more
E-A-Griffin d2404b0
WIP
E-A-Griffin 1205632
Next round
E-A-Griffin 3315e4f
Another round
E-A-Griffin b7e3b54
4 more
E-A-Griffin 41208d8
mooooooore
E-A-Griffin 156e7f5
Trickier ones
E-A-Griffin 2237df4
Fix num
E-A-Griffin 127f496
Next round
E-A-Griffin 94c39ad
more more more!
E-A-Griffin 106fa4c
Fix parse-double
E-A-Griffin 0c613a7
Next one
E-A-Griffin 68550c0
Fix `parse-uuid`
E-A-Griffin 21c87de
Tricky ones
E-A-Griffin a857580
Fix `parse-long`
E-A-Griffin 4bdfbe5
updates
E-A-Griffin b7fec87
Fix
E-A-Griffin 3b01e56
Fix
E-A-Griffin cef0b39
Fix `unsigned-bit-shift-right`
E-A-Griffin dd97a5e
Last batch
E-A-Griffin a22a4b5
grammar
E-A-Griffin 51aaf9e
Add space
E-A-Griffin 1dfabf0
`is` before `testing`
E-A-Griffin 7b4c9ad
Missed a whole batch
E-A-Griffin 9115b23
is before testing
E-A-Griffin fd023c8
Move common case to `:default`
E-A-Griffin 9b902bd
Remove whitespace
E-A-Griffin 7cf4f00
Whoops
E-A-Griffin 0e18e31
Some more cleanup
E-A-Griffin a351ad0
Some more
E-A-Griffin b6d8611
Syntax!
E-A-Griffin e738003
Provide defaults
E-A-Griffin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,13 @@ | ||
| (ns clojure.core-test.bit-clear | ||
| (:require [clojure.test :as t :refer [deftest testing is are]] | ||
| [clojure.core-test.portability #?(:cljs :refer-macros :default :refer) [when-var-exists]])) | ||
| (:require [clojure.test :as t :refer [are deftest is]] | ||
| [clojure.core-test.portability #?(:cljs :refer-macros :default :refer) [when-var-exists]])) | ||
|
|
||
| (when-var-exists clojure.core/bit-clear | ||
| (when-var-exists bit-clear | ||
| (deftest test-bit-clear | ||
| #?(:cljs (is (= 0 (bit-clear nil 1))) | ||
| :default (is (thrown? #?(:clj Exception :cljr Exception) (bit-clear nil 1)))) | ||
| :default (is (thrown? Exception (bit-clear nil 1)))) | ||
| #?(:cljs (is (= 0 (bit-clear 1 nil))) | ||
| :default (is (thrown? #?(:clj Exception :cljr Exception) (bit-clear 1 nil)))) | ||
| :default (is (thrown? Exception (bit-clear 1 nil)))) | ||
|
|
||
| (are [ex a b] (= ex (bit-clear a b)) | ||
| 3 11 3))) |
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
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
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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added
cljrspecific largest double