|
Bugzilla – Full Text Bug Listing |
| Summary: | ForceUpdate creates a second assembly parsing process | ||
|---|---|---|---|
| Product: | [Mono] MonoDevelop | Reporter: | Michael Hutchinson <mhutchinson> |
| Component: | general | Assignee: | Michael Hutchinson <mhutchinson> |
| Status: | RESOLVED FIXED | QA Contact: | MD Bugs <monodevelop-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | SVN | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE 11.1 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Michael Hutchinson
2009-03-18 00:31:23 UTC
I suspect this might have something to do with bug 484122. I'm not convinced it's handling references correctly either. I think ProjectDom.ForceUpdateRec will only parse the references if they've already been detected, i.e. if the current assembly has been parsed. However, it parses the current assembly *after* parsing its references. Fixed in r129745. Marking fixed. |