File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ determined by evaluating `ENV["JULIA_EDITOR"]`.
11
11
12
12
The environment variables that Julia uses generally start with ` JULIA ` . If
13
13
[ ` InteractiveUtils.versioninfo ` ] ( @ref ) is called with the keyword ` verbose=true ` , then the
14
- output will list defined environment variables relevant for Julia, including
15
- those for which ` JULIA ` appears in the name .
14
+ output will list any defined environment variables relevant for Julia,
15
+ including those which include ` JULIA ` in their names .
16
16
17
17
!!! note
18
18
@@ -148,10 +148,10 @@ $(DEPOT_PATH[1])/logs/repl_history.jl
148
148
149
149
### ` JULIA_PKGRESOLVE_ACCURACY `
150
150
151
- A positive ` Int ` that determines how much time the max-sum subroutine
152
- ` MaxSum.maxsum() ` of the package dependency resolver
153
- will devote to attempting satisfying constraints before giving up: this value is
154
- by default ` 1 ` , and larger values correspond to larger amounts of time.
151
+ A positive ` Int ` that determines how much time the package dependency resolver's max-sum
152
+ subroutine ` MaxSum.maxsum() ` will devote to attempting to satisfy constraints before giving
153
+ up. This value's default is ` 1 ` , with higher values corresponding to longer amounts of
154
+ time.
155
155
156
156
Suppose the value of ` $JULIA_PKGRESOLVE_ACCURACY ` is ` n ` . Then
157
157
You can’t perform that action at this time.
0 commit comments