-
Notifications
You must be signed in to change notification settings - Fork 16
Add support for Sixel (take 2) #136
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
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
1630e79
add support for Sixel
IanButterworth f8b68a6
Add support for Sixel (take 2)
MasonProtter 5e132ef
update actions deps
MasonProtter ba6d022
update upload-artifact
MasonProtter f013d60
`get_bool_env` isn't available on 1.6
MasonProtter 7e0955d
try fixing upload-artifact breakage
MasonProtter 4f4f0ed
mark ambiguity test as broken on 1.13 (caused by ImageCore)
MasonProtter 276a9a1
refer to upstream issue
MasonProtter b703d29
make stoneage julia versions happy
MasonProtter d694fd9
bump version
MasonProtter 7d4c81a
compact notation
MasonProtter 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,33 +1,33 @@ | ||
| name = "ReferenceTests" | ||
| uuid = "324d217c-45ce-50fc-942e-d289b448e8cf" | ||
| version = "0.10.6" | ||
| authors = ["Christof Stocker <[email protected]>", "Frames White <[email protected]>", "Johnny Chen <[email protected]>"] | ||
| version = "0.10.5" | ||
|
|
||
| [deps] | ||
| Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" | ||
| DeepDiffs = "ab62b9b5-e342-54a8-a765-a90f495de1a6" | ||
| Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" | ||
| FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" | ||
| ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534" | ||
| LazyModules = "8cdb02fc-e678-4876-92c5-9defec4f444e" | ||
| Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
| SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce" | ||
| Sixel = "45858cf5-a6b0-47a3-bbea-62219f50df47" | ||
| Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
| XTermColors = "c8c2cc18-de81-4e68-b407-38a3a0c0491f" | ||
|
|
||
| [compat] | ||
| BSON = "0.3" | ||
| Colors = "0.10 - 0.13" | ||
| CSVFiles = "1" | ||
| Colors = "0.10 - 0.13" | ||
| DataFrames = "0.21 - 0.22, 1" | ||
| DeepDiffs = "1" | ||
| Distances = "0.7 - 0.10" | ||
| FileIO = "1" | ||
| ImageCore = "0.8.1, 0.9, 0.10" | ||
| ImageMagick = "0.7, 1" | ||
| ImageTransformations = "0.8 - 0.10" | ||
| LazyModules = "0.3" | ||
| Plots = "= 1.39.0" | ||
| Plots = "1.39.0" | ||
| Sixel = "0.1.3" | ||
| TestImages = "0.6, 1" | ||
| XTermColors = "0.2" | ||
| julia = "1.6" | ||
|
|
||
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.