Diff for Tasks
Sat, 04/20/2013 - 14:54 by Holger Hans Pet... | Sat, 04/20/2013 - 14:55 by Holger Hans Pet... | ||
---|---|---|---|
next diff > | |||
Changes to Body | |||
Line 3 | Line 3 | ||
=== Smalltalk in Smalltalk (STInST) === | === Smalltalk in Smalltalk (STInST) === | ||
- | ==== Parsing ===== | + | ==== Parsing ==== |
* Make sure the kernel and packages can be loaded with the Smalltalk in Smalltalk parser. | * Make sure the kernel and packages can be loaded with the Smalltalk in Smalltalk parser. | ||
* Currently packages like Glib/GTK can not be parsed. The first one appears to fail because of mixing the syntax in the same file and the later because of a GTK import: Glib statement in the Eval. | * Currently packages like Glib/GTK can not be parsed. The first one appears to fail because of mixing the syntax in the same file and the later because of a GTK import: Glib statement in the Eval. | ||
Line 9 | Line 9 | ||
==== Linting ==== | ==== Linting ==== | ||
- | * Make sure that the linting does not report anything for the built-in packages. | + | * Make sure that the linting does not report anything for the built-in packages. |
+ | |||
+ | |||
+ | === Tooling === | ||
+ | * Work on the Cypress file-in and file-out support. |
Revision of Sat, 04/20/2013 - 14:55:
Tasks
By Holger Hans Pet... - Posted on April 20th, 2013
This is a list of open tasks. Please consult us on the mailinglist before starting to work on these.
Smalltalk in Smalltalk (STInST)
Parsing
- Make sure the kernel and packages can be loaded with the Smalltalk in Smalltalk parser.
- Currently packages like Glib/GTK can not be parsed. The first one appears to fail because of mixing the syntax in the same file and the later because of a GTK import: Glib statement in the Eval.
Linting
- Make sure that the linting does not report anything for the built-in packages.
Tooling
- Work on the Cypress file-in and file-out support.