11#+title: backlog
22#+author: ardumont
33
4- * DONE 0.0.1 [100%]
5- CLOSED: [2014-10-29 Wed 16:37]
4+ * IN-PROGRESS 0.0.5 [16%]
65- [X] Prepare backlog
7- - [X] First implementation
8- - [X] Add some documentation
9- - [X] Ensure everything is ok [100%]
10- - [X] Fix prompt regexp
11- - [X] Ensure the psci-mode-map is loaded
12- - [X] Load file in the current session
13- - [X] Load module in the current session
14- - [X] Add purescript-mode-hook function to extend bindings to load file or module
15- - [X] Permit the loading of dependencies modules
16- - [X] Send the reset command
17- * DONE 0.0.2 [100%]
18- CLOSED: [2014-10-29 Wed 18:03]
19- - [X] Run the psci command from the folder containing the .psci file
20- - [X] Improve the modules (re)loading by removing existing files (.psci_modules/node_modules folder)
21- - [X] Improve the module (re)loading by removing existings files (inside .psci_modules folder)
22- - [X] Create melpa recipe https://github.com/ardumont/melpa/blob/add-new-recipe-psci/recipes/psci
23- * DONE 0.0.3 [100%]
24- CLOSED: [2014-10-29 Wed 18:54]
25- - [X] Update version
26- - [X] Add to marmalade - https://marmalade-repo.org/packages/psci
27- - [X] Add to el-get - https://github.com/ardumont/el-get/blob/add-psci-recipe/recipes/psci.rcp
28- - [X] Update documentation regarding installation steps
29- - [X] Update documentation regarding usage
6+ - [ ] Update version
7+ - [ ] Add quit session
8+ - [ ] Reorganize code for a better readability
9+ - [ ] Rename functions accoding to fully compliant emacs conventions?
10+ - [ ] Make psci's default completion work
3011* DONE 0.0.4 [100%]
3112CLOSED: [2014-10-29 Wed 20:08]
3213- [X] Update version
@@ -40,3 +21,29 @@ CLOSED: [2014-10-29 Wed 20:08]
4021- [X] Update documentation about the minor-mode activation and setup
4122- [X] Avoid version function and var. Use directly the package information.
4223- [X] Update call to setq default-directory
24+ * DONE 0.0.3 [100%]
25+ CLOSED: [2014-10-29 Wed 18:54]
26+ - [X] Update version
27+ - [X] Add to marmalade - https://marmalade-repo.org/packages/psci
28+ - [X] Add to el-get - https://github.com/ardumont/el-get/blob/add-psci-recipe/recipes/psci.rcp
29+ - [X] Update documentation regarding installation steps
30+ - [X] Update documentation regarding usage
31+ * DONE 0.0.2 [100%]
32+ CLOSED: [2014-10-29 Wed 18:03]
33+ - [X] Run the psci command from the folder containing the .psci file
34+ - [X] Improve the modules (re)loading by removing existing files (.psci_modules/node_modules folder)
35+ - [X] Improve the module (re)loading by removing existings files (inside .psci_modules folder)
36+ - [X] Create melpa recipe https://github.com/ardumont/melpa/blob/add-new-recipe-psci/recipes/psci
37+ * DONE 0.0.1 [100%]
38+ CLOSED: [2014-10-29 Wed 16:37]
39+ - [X] Prepare backlog
40+ - [X] First implementation
41+ - [X] Add some documentation
42+ - [X] Ensure everything is ok [100%]
43+ - [X] Fix prompt regexp
44+ - [X] Ensure the psci-mode-map is loaded
45+ - [X] Load file in the current session
46+ - [X] Load module in the current session
47+ - [X] Add purescript-mode-hook function to extend bindings to load file or module
48+ - [X] Permit the loading of dependencies modules
49+ - [X] Send the reset command
0 commit comments