This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Merge pull request
#98
from tsloughter/master
don't mark dep as seen before calling handle_dep
pull/100/head
Fred Hebert
10 years ago
parent
7238f2e7e8
c298a713f0
commit
53248a2ba0
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rebar_prv_install_deps.erl
+ 1
- 1
src/rebar_prv_install_deps.erl
View File
@ -249,7 +249,7 @@ update_src_deps(Profile, Level, SrcDeps, PkgDeps, SrcApps, State, Update, Seen,
,
StateAcc1
,
StateAcc1
,
LocksAcc
)
;
,
LocksAcc
)
;
_
-
>
_
-
>
maybe_fetch
(
AppInfo
,
false
,
SeenAcc
1
)
,
maybe_fetch
(
AppInfo
,
false
,
SeenAcc
)
,
handle_dep
(
AppInfo
handle_dep
(
AppInfo
,
SrcDepsAcc
,
SrcDepsAcc
,
PkgDepsAcc
,
PkgDepsAcc
Write
Preview
Loading…
Cancel
Save