Difference between revisions of "User:Vincent/todo list"

From Free Pascal wiki
Jump to navigationJump to search
Line 9: Line 9:
 
* [http://www.lazarus.freepascal.org/index.php?name=PNphpBB2&file=viewtopic&p=6373#6373 improve language detection]
 
* [http://www.lazarus.freepascal.org/index.php?name=PNphpBB2&file=viewtopic&p=6373#6373 improve language detection]
 
* create documentation (stubs) for lcl/widgetset. Here details for implementing a widgetset interface can be added, such as assumptions on what the LCL expects. It can help porting the LCL to a new widget set.
 
* create documentation (stubs) for lcl/widgetset. Here details for implementing a widgetset interface can be added, such as assumptions on what the LCL expects. It can help porting the LCL to a new widget set.
* create snapshots based on last released fpc (beside fpc svn head). I will start working on this, once fpc 2.0.4 has been released.
 
 
* creating a source based installer for win32. User can select packages and if they want to have rtl with debug info.
 
* creating a source based installer for win32. User can select packages and if they want to have rtl with debug info.
 
* write a database backend for FPCBots markov response generator to replace the in-memory stringlists and file persistant storage.
 
* write a database backend for FPCBots markov response generator to replace the in-memory stringlists and file persistant storage.

Revision as of 17:40, 24 December 2007

This is a list of things I hope to work on the coming time, so you can see I have great ideas. ;-)

  • create a test suite, that can be run unattended, for example after a nightly build or before a release.
    • make test scripts with autohotkey on windows.
    • automate it all with fpcunit
    • upload the testresults on a html page, so that there is a kind of dash board
    • find alternatives for autohotkey on *nix
  • find out how to setup mediawiki multilingual
  • improve language detection
  • create documentation (stubs) for lcl/widgetset. Here details for implementing a widgetset interface can be added, such as assumptions on what the LCL expects. It can help porting the LCL to a new widget set.
  • creating a source based installer for win32. User can select packages and if they want to have rtl with debug info.
  • write a database backend for FPCBots markov response generator to replace the in-memory stringlists and file persistant storage.
  • write a chm backend for fpdoc

If you have suggestions or comments, feel free to add them to the talk page.