Mailinglist Archive: zypp-commit (348 mails)
| < Previous | Next > |
[zypp-commit] r9086 - /trunk/sat-solver/src/solver.c
- From: mlschroe@xxxxxxxxxxxxxxxx
- Date: Tue, 11 Mar 2008 10:45:41 -0000
- Message-id: <20080311104541.BBE6328D20@xxxxxxxxxxxxxxxx>
Author: mlschroe
Date: Tue Mar 11 11:45:41 2008
New Revision: 9086
URL: http://svn.opensuse.org/viewcvs/zypp?rev=9086&view=rev
Log:
- delete wrong comment. the learnt rule cannot be added twice
as it conflicts with the current decision. So it is correct
to just disable it.
Modified:
trunk/sat-solver/src/solver.c
Modified: trunk/sat-solver/src/solver.c
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/sat-solver/src/solver.c?rev=9086&r1=9085&r2=9086&view=diff
==============================================================================
--- trunk/sat-solver/src/solver.c (original)
+++ trunk/sat-solver/src/solver.c Tue Mar 11 11:45:41 2008
@@ -637,9 +637,7 @@
/* conflict with a learnt rule */
/* can happen when packages cannot be installed for
* multiple reasons. */
- /* we disable the learnt rule for now as an easy workaround */
- /* (this may cause that a learnt rule gets added multiple
- * times, which should not harm) */
+ /* we disable the learnt rule in this case */
disablerule(solv, r);
continue;
}
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
Date: Tue Mar 11 11:45:41 2008
New Revision: 9086
URL: http://svn.opensuse.org/viewcvs/zypp?rev=9086&view=rev
Log:
- delete wrong comment. the learnt rule cannot be added twice
as it conflicts with the current decision. So it is correct
to just disable it.
Modified:
trunk/sat-solver/src/solver.c
Modified: trunk/sat-solver/src/solver.c
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/sat-solver/src/solver.c?rev=9086&r1=9085&r2=9086&view=diff
==============================================================================
--- trunk/sat-solver/src/solver.c (original)
+++ trunk/sat-solver/src/solver.c Tue Mar 11 11:45:41 2008
@@ -637,9 +637,7 @@
/* conflict with a learnt rule */
/* can happen when packages cannot be installed for
* multiple reasons. */
- /* we disable the learnt rule for now as an easy workaround */
- /* (this may cause that a learnt rule gets added multiple
- * times, which should not harm) */
+ /* we disable the learnt rule in this case */
disablerule(solv, r);
continue;
}
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |