-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous version
Description
Works in Julia < 1.5 but fails after:
$ julia14 -e 'ARGS=1'
$ julia15 -e 'ARGS=1'
ERROR: cannot assign a value to variable Base.ARGS from module Main
$ julia16 -e 'ARGS=1'
ERROR: cannot assign a value to variable Base.ARGS from module Main
$ julia-master -e 'ARGS=1'
ERROR: cannot assign a value to variable Base.ARGS from module Main
Similar to #34924 but that only happened with const
.
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorregressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous version