forked from bamboo/boojay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
48 lines (38 loc) · 1.53 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
ROADMAP
=======
******** Acknowledgement Release **************
* code completion for java library types
* move boojay to separate google project (http://code.google.com/p/boojay/)
* update monolipse site
********* Resolution Release ***************
* ant tasks
* refactor all primitive dependent information into a PrimitiveInfo() tuple with things like
* array store opcode
* array load opcode
* type descriptor
* bean properties
** 'get(arg)' is the indexer (default member)
** resident test runner
** internal macros work again
** different color for macro application (known macros are displayed with different colors than unknown ones)
** support for referencing jar files and class file directories
* external callables
** automatically insert default parameterless ctor
* monolipse integration
** "Run As JUnit Tests"
* events
* monolipse wizard: new boojay project
* code literal for expression pairs: [| $first: $second |]
********** Pursuance Release ***************
* monolipse: drop mono and boo dependencies for windows version - it should not require anything other than update site
* monolipse integration
** resident incremental compiler
*** builder just sends delta information to the compiler
which maintains the dependency tree and it's able to recompile
required files on demand
** deferred namespace implementation on top of a directory or jar file
** meta-programming by invoking the boojay compiler on temporary files generated from code literals
* GetHashCode
* duck typing
*********** Psalm Release ****************
...