You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/todo.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
## TODOs and ideas
2
2
3
+
* put the rule's target file to ExecContext so that target could be get as let! target = getTarget()
3
4
* change the first page to a tutorial with script and usage examples
4
-
* <== for running tasks one by one. Current one runs in parallel only.
5
+
6
+
* <<< for running tasks one by one. Current one runs in parallel only.
5
7
* rules should accept #seq not just the list
6
8
* switch development to mono under windows
7
9
* idea: xake script as a task. Override/inherit variables. How to change variable on the fly is the original question. (we have got it out of the box, need more info)
@@ -34,6 +36,7 @@
34
36
35
37
## Done (top is recent)
36
38
39
+
* CscPath setting (cscpath in csc builder) allowing to define compiler path
37
40
* allow to specify F# compiler version
38
41
* overriding .xake database file name by options.DbFileName which defines relative db file name
39
42
* redirect compiler output to [Info] category, parse output and log warnings and errors respectively
0 commit comments