[Mono-bugs] [Bug 580185] assembly version redirection fails to work properly
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Mar 3 06:43:57 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=580185
http://bugzilla.novell.com/show_bug.cgi?id=580185#c12
--- Comment #12 from Marek Habersack <mhabersack at novell.com> 2010-03-03 12:43:56 CET ---
(In reply to comment #11)
> Few points:
>
> +static inline gboolean
> +info_versions_equal (MonoAssemblyBindingInfo *left, MonoAssemblyBindingInfo
> *right)
> +{
> ...
> +
> + if (left->has_new_version && !info_compare_versions (&left->new_version,
> &right->new_version))
> + return FALSE;
>
> Shouldn't it check for right->has_new_version as well?
Nope, that check is made a few lines above:
if (left->has_new_version != right->has_new_version)
return FALSE;
New patch coming up.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list