 | Fallback to poll from epoll (from the conference road map).
Implemented, but further testing is needed, as well as updated documentation. |
 | New Windows build environment.
This is for the normal Unix/Windows/VC8 hybrid. As always, this will
probably be the last one to be solved. But we know that Pike can be
built in cygwin now, so if someone wants to get that up and running
and write a description of how it's done it would acctually be enough
for a release in a pinch. |
 | Building external modules should work.
If someone wants to look at this before the weekend it's not massively
complicated, just a lot of mechanical checking through the scripts and
then testing to see why variables aren't propagated as they should. |
 | An API for safely creating temporary files. Possibly wrapping
mkstemp/mkdtemp.
This is a non-blocker, but would be nice. Fairly trivial to make
prototypes of if someone wants to pitch in. |
 | Testing of new features. Among others, tab completion in HILFE is
very new and has not seen much testing yet. Take a look at the
CHANGES
to find out about other new features. |
 | Write testcases. Any test cases really, but if you need idea then take a look at the
ChangeLog and pick one change. Then check the test suite to see if
there is something there that might cover the area mentioned in the
log entry. If not invent a test. |
 | Improve the documentation. Find undocumented features in the
reference, find out how they work (try it, search for examples or ask for help)
and write a description. the CHANGES list also has items that need completion |