-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
good first issueIndicates a good issue for first-time contributors to JuliaIndicates a good issue for first-time contributors to Juliahelp wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull request
Milestone
Description
I keep seeing new users (on Discourse) accidentally using e.g. parse("1")
to go from a String to a literal. This is a few hundred times slower than parse(Int, "1")
but in most cases, it works. I think that the function to parse source code should be named differently to avoid this. I also think it is ok if it has a slightly uglier name, e.g. parse_sourcecode
just to be clear about what it does.
x-ref: see #24455 for the resolution.
fredrikekre, DrKrar, simonster, joshday and schneiderfelipe
Metadata
Metadata
Assignees
Labels
good first issueIndicates a good issue for first-time contributors to JuliaIndicates a good issue for first-time contributors to Juliahelp wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull request