Changes between Initial Version and Version 1 of Ticket #1435, comment 13
- Timestamp:
- 2011-08-14T03:07:10Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1435, comment 13
initial v1 10 10 There are trade-offs between more missed alarms (in the extreme, allowing all versions except ones that we know don't work) and more false alarms (in the extreme, forbidding all versions except ones that we know work). Our current practice is to err much more toward the former extreme -- we don't like to exclude versions of dependencies unless we have good reason to think that they won't work. Documenting this and deciding whether to change it, is the topic of #1452. (gdt had some good suggestions on that ticket.) 11 11 12 So as far as I understand, to change our requirement on {{{zope.interface}}} in keeping with our current practice would be to set it to {{{zope.interface >3.6.4, > 3.6.4}}}. The previous release had no constraint at all on which version of {{{zope.interface}}}: [source:trunk/src/allmydata/_auto_deps.py?annotate=blame&rev=5069#L17 _auto_deps.py rev 5069 line 17]12 So as far as I understand, to change our requirement on {{{zope.interface}}} in keeping with our current practice would be to set it to {{{zope.interface < 3.6.4, > 3.6.4}}}. The previous release had no constraint at all on which version of {{{zope.interface}}}: [source:trunk/src/allmydata/_auto_deps.py?annotate=blame&rev=5069#L17 _auto_deps.py rev 5069 line 17]