Open Source Comes to Campus/JHU/Tasks: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Paulproteus
(Created page with "= List of good-looking tasks = == brlcad == General contact: brlcad (Sean) on #brlcad * Summary: Moving comments from .c to .h * [http://brlcad.org/wiki/Quickies#VERY_EASY:...")
 
imported>Paulproteus
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= List of good-looking tasks =
= List of straightforward-looking tasks =


== brlcad ==
== brlcad ==
Line 14: Line 14:


General contact: FIXME. Language: C. Version control system: ??.
General contact: FIXME. Language: C. Version control system: ??.

A bitesize bug:


* [http://savannah.gnu.org/bugs/?27264 Fix GNU Patch to print errors to stderr]
* [http://savannah.gnu.org/bugs/?27264 Fix GNU Patch to print errors to stderr]
* Note: Might affect quite a few files
* Note: Might affect quite a few files

Another bitesize bug:


* [http://savannah.gnu.org/bugs/?28453 Better error reporting for no disk space]
* [http://savannah.gnu.org/bugs/?28453 Better error reporting for no disk space]
* Notes: Looks fairly straightforward at a first glance...
* Notes: Looks fairly straightforward at a first glance...

== PostgreSQL ==

General contact: Snow-Man (Stephen) on #postgresql. Language: C. Version control system: git.

* [http://wiki.postgresql.org/wiki/Reviewing_a_Patch Be a PostgreSQL patch reviewer]
* Note: [http://commitfest.postgresql.org/action/commitfest_view?id=15 Use the PostgreSQL Commitfest application]

* [http://wiki.postgresql.org/wiki/Todo Review the PostgreSQL TODO list]
* Note: Discuss your approach to a given problem on -hackers.

== BioPython ==

Task:

* [https://redmine.open-bio.org/issues/3301 Bio.ExPASy sprot_search_ful has wrong cgi address]
* Note: This should be a fairly simple, bitesize change. However, it may be difficult to figure out what the ''right'' CGI address is!

Task:

* [https://redmine.open-bio.org/issues/3340 Fix the tutorial to stop referring to nonexistent BioPython functionality]
* Note: This should be fairly simple. It requires finding the tutorial!

Latest revision as of 18:16, 15 September 2012

List of straightforward-looking tasks

brlcad

General contact: brlcad (Sean) on #brlcad

GNU patch

General contact: FIXME. Language: C. Version control system: ??.

A bitesize bug:

Another bitesize bug:

PostgreSQL

General contact: Snow-Man (Stephen) on #postgresql. Language: C. Version control system: git.

BioPython

Task:

Task: