Revision a34ff20549a8d87fc88b4dfaa87d5b1f0fd5298a authored by Shuhei Kadowaki on 22 June 2023, 06:15:33 UTC, committed by GitHub on 22 June 2023, 06:15:33 UTC
Code analysis tools such as JET.jl use `Meta.parse` to get a Julia code representation from
textual data, or to display diagnostic messages when the input data is invalid. In such
scenario it would be beneficial if these diagnostic messages could refer to the original
file name of the input data. This commit allows `Meta.parse` to accept the optional
`filename::AbstractString` argument for this purpose. If an error occurs, the `filename` can
be included in the diagnostic information. The default value is set to `"none"`, thus
preserving existing behavior.
1 parent fbb8d6c
Raw File
.git-blame-ignore-revs
# .git-blame-ignore-revs
# whitespace: end text files with single newlines
3903fa54a638d4546ef50e56f91f0705a8ab11ef
# whitespace: use only UNIX line endings (\n)
e66bfa5dd32f93e76068c00ad882c1fc839c5af8
# whitespace: replace non-breaking space => space
100a741e7ab38c91d48cc929bb001afc8e09261f
# whitespace: replace tabs => space
b03e8ab9c7bd3e001add519571858fa04d6a249b
back to top