lp://qastaging/~divmod-dev/divmod.org/830357-endpoint-port

Created by Tristan Seligmann and last modified
Get this branch:
bzr branch lp://qastaging/~divmod-dev/divmod.org/830357-endpoint-port
Members of Divmod-dev can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Divmod-dev
Project:
Divmod
Status:
Development

Recent revisions

2717. By Tristan Seligmann

Check description type encoding.

2716. By Tristan Seligmann

Expand test coverage.

2715. By Tristan Seligmann

Start refactoring PortTestsMixin to separate out the tests that will be useful for EndpointPort.

2714. By Tristan Seligmann

Probably a complete implementation, without tests.

2713. By Tristan Seligmann

Remove unused variable.

2712. By Tristan Seligmann

Update hardcoded usage/exception messages.

The Mantissa tests hardcode some Twisted usage text and exception messages in
places; this text has changed in Twisted, resulting in test failures. While
it would be better if the tests were brittle, updating the tests to match the
new text is sufficient for now.

2711. By Tristan Seligmann

Change FinalizingCache to cope with PyPy weakref callback behaviour.

Author: mithrandi
Reviewer: exarkun, lvh

On CPython, weakref callbacks always run before any other code has a chance to
observe the broken weakref. On PyPy, this is not the case; code may run between
the weakref being broken, and the weakref callback being run, thus potentially
encountering a weakref which is broken but has not (yet) had its callback
invoked. This branch makes changes to tolerate this situation.

2710. By Jean-Paul Calderone

Display the contents of different kinds of containers differently.

This introduces the `ConceptTemplate` helper for which different kinds of containers
may supply different template strings. This allows the expression of the contents of
different containers to result in different text.

This change introduces templates for several common container types already supported
in Imaginary: locations, actors, and box-style things.

2709. By Jean-Paul Calderone

In the unit tests for actions, fix an assumption of 32 bit pointers in the Python runtime.

Author: jerith
Reviewer: exarkun

This changes some simple text matching logic in the test suite to accept up to 16 digits in
a Python id value (on CPython representing a pointer to the C structure representing the
Python object). This makes the test valid on 64 bit systems where pointers can point further.

2708. By Jean-Paul Calderone

Introduce an absolute minimum of Python 3 compatibility in Combinator

Author: glyph, exarkun
Reviewer: mithrandi, exarkun

This is the minimum possible change to let a Combinator environment
peacefully co-exist with use of Python 3.3. It fixes enough syntax
errors so that the parts of Combinator that get imported to configure
`sys.path` will not produce annoying exceptions in the normal course
of development in a Combinator-enabled environment.

This does not mean Combinator works with Python 3.3, only that it will
not spew annoying exceptions and tracebacks under common usage.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://qastaging/divmod.org
This branch contains Public information 
Everyone can see this information.

Subscribers