Revision b6902aeddc3bfba887c734d87012d56d49e2d710 authored by Claire Foster on 24 May 2023, 21:10:58 UTC, committed by Claire Foster on 17 June 2023, 05:25:12 UTC
This allows `incomplete_tag` to work when Expr(:incomplete) holds a
Meta.ParseError as its child rather than a plain string, as it will when
JuliaSyntax is enabled.
1 parent fd1cec2
Raw File
.gitignore
/*.tar.gz
/tmp
/dist
/dist-extras
/julia
/julia.bat
/usr
/oprofile_data
/usr-staging
/Make.user
/julia-*
/source-dist.tmp
/source-dist.tmp1

*.exe
*.dll
*.dwo
*.do
*.o
*.o.tmp
*.obj
*.so
*.dylib
*.dSYM
*.h.gen
*.jl.cov
*.jl.*.cov
*.jl.mem
*.jl.*.mem
*.ji

/perf*
.DS_Store
.idea/*
.vscode/*
*.heapsnapshot
.cache
# Buildkite: Ignore the entire .buildkite directory
/.buildkite

# Buildkite: Ignore the unencrypted repo_key
repo_key

# Buildkite: Ignore any agent keys (public or private) we have stored
agent_key*
back to top