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
.codecov.yml
coverage:
  status:
    project: off
    patch: off
back to top