Many thanks Tristan for sharing your experiences here, I'm sure
they'll get me a little closer to finding the root cause of these test
result peculiarities.
On Sat, 5 Aug 2017 at 00:44 Daniel Sutcliffe wrote:
>> For the buildbot:
>> https://buildbot.twistedmatrix.com/buil
aving PyPy be able to run twisted tests with no
FAILs but I have no idea what might be causing this.
Cheers
/dan
--
Daniel Sutcliffe
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
On Thu, Jul 13, 2017 at 4:22 PM, Daniel Sutcliffe wrote:
>>> - the FAIL goes away if the .py is not removed from the plugins dir
>>> and it seems to me that the .py removal is not actually required to
>
On Thu, Jul 13, 2017 at 4:22 PM, Daniel Sutcliffe wrote:
>> - the FAIL goes away if the .py is not removed from the plugins dir
>> and it seems to me that the .py removal is not actually required to
>> strictly test what
>> twisted.test.test_plugin.DeveloperSetupTests.test
> On Thu, Jul 13, 2017 at 5:57 AM, Daniel Sutcliffe wrote:
>> I shall do my best as my intention is to use Twisted in a live
>> environment with PyPy so it would be great if the project viewed these
>> builds as required to be clean sometime in the future. This was just
links to
the buildbot so I have even less excuse for not being more aware.
On Wed, Jul 12, 2017 at 3:36 PM, Daniel Sutcliffe wrote:
>> Am I correct in the fact that Twisted doesn't have Travis-CI builds on
>> PyPy?
On Wed, Jul 12, 2017 at 7:31 PM, Craig Rodrigues wrote:
> The
st thought I'd
put this out there to see if I could get any clues from the more
experienced before I dive in. There seem to be some old tickets that
could vaguely relate...
Am I correct in the fact that Twisted doesn't have Travis-CI
on package that
contains your twisted/plugins/ directory.
Here's a link to a mentioning email on this mailing list back then:
https://twistedmatrix.com/pipermail/twisted-python/2016-September/030782.html
Hope this helps,
/dan
--
Daniel Sutcliffe
On Oct 10, 2016, at 4:38 PM, Daniel Sutcliffe wrote:
> Generically, can I somehow bubble up events through the Service
> hierarchy, or should I communicate with external objects to the
> hierarchy that can bubble down actions from higher up?
On Mon, Oct 10, 2016 at 8:02 PM, Glyph
Thanks for your feedback Glyph, responses embedded below.
On Oct 10, 2016, at 9:41 AM, Daniel Sutcliffe wrote:
> I have a hierarchy of Services some of which is MultiService and other
> parts are my own implementations of IServiceCollection - in some
> situations the child Service ma
down? Or is there a normal pattern here to have messages
bubble up through the Services hierarchy? I'm not seeing anything like
this in the examples I've found or looking through the sources, but
I'm probably missing something.
Cheers
/dan
--
Daniel Sutcliffe
On Fri, Jul 22, 2016 at 11:47 AM, Daniel Sutcliffe wrote:
>>> Well I tried, but the results weren't the best. Trac replied:
>>>> Configuration Error
>>>> Cannot find an implementation of the IRejectHandler interface named
>>>> FilterSystem.
On Wed, Jul 20, 2016 at 5:40 PM, Glyph Lefkowitz
> wrote:
>> You now have wiki-edit superpowers! Use them for good, or at least, the
>> kind of evil which makes a good story.
On Fri, Jul 22, 2016 at 11:47 AM, Daniel Sutcliffe wrote:
> Well I tried, but the results were
ementation of the IRejectHandler interface named
> FilterSystem.
> Please check that the Component is enabled or update the option [spam-filter]
> reject_handler in trac.ini.
Sorry :(
Probably ought to create a ticket for this...
/dan
--
Daniel Sutcliffe
_
> On Jul 19, 2016, at 6:02 AM, Daniel Sutcliffe wrote:
> Hopefully this will make it easy for someone with perms to update.
On Tue, Jul 19, 2016 at 3:12 PM, Glyph Lefkowitz
wrote:
> What's your github handle? We are not stingy with edit permissions, they're
> only
to here:
http://www.list.org/mailman-member/node10.html
Hopefully this will make it easy for someone with perms to update.
Cheers
/dan
--
Daniel Sutcliffe
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
oken, and I can't even remember
exactly how - I just took this as an initiation test and used the
email interface to get here ;)
Cheers
/dan
--
Daniel Sutcliffe
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatr
On Tue, Jun 28, 2016 at 1:49 PM, Daniel Sutcliffe wrote:
> This is what I came up with while trying to get twistd related
> messages all emitted through new logger and thus not have [-] in
> standard textual log:
> https://github.com/twisted/twisted/compare/bb0d1d67...dansut:l
hance of a pointer to a good clear example to emulate?
Also still trying to get my head around whether there should be one
Trac ticket to cover all logger porting effort, or individual tickets
for each porting effort.
Sorry for being such a newb, all help and pointers appreciated.
Cheers
/dan
--
Danie
Delayed response here but hopefully it is still seen as worthwhile
discussion, sorry if it is seems to just be beating a dead horse ;)
On May 10, 2016, at 9:52 AM, Daniel Sutcliffe wrote:
> > Given the ClientService.whenConnected() method is intended to provide
> > access to
On May 10, 2016, at 4:23 PM, Daniel Sutcliffe wrote:
>> Thanks for all the hints and suggestions guys, this was far simpler
>> than I thought it would be and the results are exactly what I imagined
>> without too much effort.
On Sat, May 21, 2016 at 9:44 PM, Glyph
and this can be a start of
something much more generically useful.
Cheers
/dan
--
Daniel Sutcliffe
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Thanks Glyph, I think you have given me a push back in the 'right'
direction - more thoughts and commentary embedded below if you, or
anyone else, has the time.
On May 6, 2016, at 10:19 AM, Daniel Sutcliffe wrote:
[...]
>> The new ClientService class seems like it will f
be able to provide
level and text but it would be better than loosing any possibly useful
log messages from used modules in my mind.
If anyone can enlighten me I would be most appreciative,
Cheers
/dan
--
Daniel Sutcliffe
___
Twisted-Python mailing li
en please just ask, and I
will provide and be most appreciative :)
Cheers
/dan
On Fri, May 6, 2016, 12:23 Daniel Sutcliffe wrote:
>> Hello all, my first post here - only been using Twisted for about a
>> month and am also a relative newcomer to Python but have been coding
>> profes
collected data to a destination at that level, involving
giving the Protocol too much knowledge of how the data is to be
handled.
Any advice, good patterns, or pointers to other projects which do
something similar is appreciated,
Cheers
/dan
--
Daniel
26 matches
Mail list logo