lp:~divmod-dev/divmod.org/sine-scheduler-2924

Created by Glyph Lefkowitz and last modified
Get this branch:
bzr branch lp:~divmod-dev/divmod.org/sine-scheduler-2924
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

2643. By exarkun

Replace Scheduler/SubScheduler uses with IScheduler adaptions

2642. By exarkun

Branching to 'sine-scheduler-2924'

2641. By exarkun

Merge scheduler-nonitem-1408-2

Author: exarkun
Reviewer: glyph
Fixes: #1408

Introduce an in-memory-only `IScheduler` adapter for `Store` which supercedes
the `Scheduler` and `SubScheduler` item classes. `Scheduler` and `SubScheduler`
still exist, but they will be deprecated shortly, and then upgraded out of
existence. The correct way to get the scheduler for a store is to adapt the
store to `IScheduler`. This will succeed without any particular database
state being created to support it.

2640. By exarkun

Merge pyflakes-redefined-by-subclass-2171

Author: exarkun
Reviewer: glyph
Fixes: #2171

Correct Pyflakes' checking of newly defined class names and the base names used
in their definition. Previously these were checked in the wrong order relative to
each other, resulting in some spurious warnings and some warnings being omitted.

2639. By exarkun

Apply mantissa-index.patch

Author: exarkun
Reviewer: glyph
Fixes: #2893

Link to the Mantissa stats document from the Mantissa documentation index.

2638. By exarkun

Merge coiterate-2887

Author: exarkun
Reviewer: glyph
Fixes: #2887

Switch all remaining uses of `epsilon.cooperator.iterateInReactor` to
`twisted.internet.task.coiterate`.

2637. By exarkun

Apply transact.patch

Author: exarkun
Reviewer: glyph
Fixes: #1629

Add a docstring to `axiom.store.Store.transact`.

2636. By exarkun

Apply quotient.patch

Author: exarkun
Reviewer: glyph
Fixes: #1846

Update the Quotient Quick Start guide to reflect the procedure which is
currently correct.

2635. By exarkun

Apply safer.patch

Author: exarkun
Reviewer: glyph
Fixes: #1964

Ensure that global state mutated by `test_brokenReferenceException` is restored to its
original value even if the test fails.

2634. By exarkun

Merge no-chatola-2267-2

Author: exarkun
Reviewer: glyph
Fixes: #2267

Remove the chatola example and the links to it from the examples index.

Branch metadata

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

Subscribers