#224 closed defect (fixed)
need Twisted 14 compatibility
Reported by: | dawuud | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.6.5 |
Component: | packaging | Version: | 0.6.4 |
Keywords: | twisted | Cc: | zooko@… |
Description
I noticed a while back that Foolscap doesn't fully support Twisted 14... This unit test, foolscap.test.test_promise fails :
[ERROR] Traceback (most recent call last):
File "/home/human/virtenv-foolscap/local/lib/python2.7/site-packages/twisted/trial/runner.py", line 498, in loadPackage
module = modinfo.load()
File "/home/human/virtenv-foolscap/local/lib/python2.7/site-packages/twisted/python/modules.py", line 383, in load
return self.pathEntry.pythonPath.moduleLoader(self.name)
File "/home/human/virtenv-foolscap/local/lib/python2.7/site-packages/twisted/python/reflect.py", line 303, in namedAny
topLevelPackage = _importAndCheckStack(trialname)
File "/home/human/virtenv-foolscap/local/lib/python2.7/site-packages/twisted/python/reflect.py", line 242, in _importAndCheckStack
return import(importName)
File "/home/human/projects/foolscap-master/foolscap/test/test_promise.py", line 5, in <module>
from foolscap.promise import makePromise, send, sendOnly, when, UsageError?
File "/home/human/projects/foolscap-master/foolscap/promise.py", line 8, in <module>
id = util.unsignedID
exceptions.AttributeError?: 'module' object has no attribute 'unsignedID'
foolscap.test.test_promise
Change History (4)
comment:1 Changed 10 years ago by
Cc: | zooko@… added |
---|
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed (but not yet in a release) in https://github.com/warner/foolscap/commit/2eeabc61c2573652d7482d039644d62d782c2e3a.
comment:4 Changed 10 years ago by
Component: | unknown → packaging |
---|---|
Keywords: | twisted added |
Milestone: | undecided → 0.6.5 |
See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755339. There is a patch there that has been applied to the foolscap package in Debian {testing, unstable}, but I don't know whether it is correct.