Skip to content
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

remove JuliaSyntaxHighlighting from 1.11 #55217

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,6 @@ Standard library changes
* The new `@styled_str` string macro provides a convenient way of creating a
`AnnotatedString` with various faces or other attributes applied ([#49586]).

#### JuliaSyntaxHighlighting

* A new standard library for applying syntax highlighting to Julia code, this
uses `JuliaSyntax` and `StyledStrings` to implement a `highlight` function
that creates an `AnnotatedString` with syntax highlighting applied.

#### Libdl

* A new `LazyLibrary` type is exported from `Libdl` for use in building chained lazy library
Expand Down

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions stdlib/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
/Distributed
/StyledStrings-*
/StyledStrings
/JuliaSyntaxHighlighting-*
/JuliaSyntaxHighlighting
/*_jll/StdlibArtifacts.toml
/*/Manifest.toml
/*.image
4 changes: 0 additions & 4 deletions stdlib/JuliaSyntaxHighlighting.version

This file was deleted.

1 change: 0 additions & 1 deletion stdlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ STDLIBS = Artifacts Base64 CRC32c Dates FileWatching \

STDLIBS_EXT = Pkg Statistics LazyArtifacts LibCURL DelimitedFiles Downloads ArgTools \
Tar NetworkOptions SuiteSparse SparseArrays StyledStrings SHA Distributed \
JuliaSyntaxHighlighting

$(foreach module, $(STDLIBS_EXT), $(eval $(call stdlib-external,$(module),$(shell echo $(module) | tr a-z A-Z))))

Expand Down
5 changes: 0 additions & 5 deletions stdlib/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ deps = ["Markdown"]
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
version = "1.11.0"

[[deps.JuliaSyntaxHighlighting]]
deps = ["StyledStrings"]
uuid = "dc6e5ff7-fb65-4e79-a425-ec3bc9c03011"
version = "1.11.0"

[[deps.LLD_jll]]
deps = ["Artifacts", "Libdl", "Zlib_jll", "libLLVM_jll"]
uuid = "d55e3150-da41-5e91-b323-ecfd1eec6109"
Expand Down
1 change: 0 additions & 1 deletion stdlib/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ FileWatching = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
Future = "9fa8497b-333b-5362-9e8d-4d0656e87820"
GMP_jll = "781609d7-10c4-51f6-84f2-b8444358ff6d"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
JuliaSyntaxHighlighting = "dc6e5ff7-fb65-4e79-a425-ec3bc9c03011"
LLD_jll = "d55e3150-da41-5e91-b323-ecfd1eec6109"
LLVMLibUnwind_jll = "47c5dbc3-30ba-59ef-96a6-123e260183d9"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
Expand Down
2 changes: 1 addition & 1 deletion stdlib/stdlib.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ STDLIBS_WITHIN_SYSIMG := \

INDEPENDENT_STDLIBS := \
ArgTools Base64 CRC32c Dates DelimitedFiles Distributed Downloads Future \
InteractiveUtils JuliaSyntaxHighlighting LazyArtifacts LibGit2 LibCURL Logging \
InteractiveUtils LazyArtifacts LibGit2 LibCURL Logging \
Markdown Mmap NetworkOptions Profile Printf Pkg REPL Serialization SharedArrays \
SparseArrays Statistics StyledStrings SuiteSparse_jll Tar Test TOML Unicode UUIDs \
dSFMT_jll GMP_jll libLLVM_jll LLD_jll LLVMLibUnwind_jll LibUnwind_jll LibUV_jll \
Expand Down