cpack_repository/commit
Notes how to deal with links
author | Jan Wielemaker |
---|---|
Mon May 30 11:40:41 2011 +0200 | |
committer | Jan Wielemaker |
Mon May 30 11:40:41 2011 +0200 | |
commit | 148d4626f714a4bb0f466913b855cfce9ef3dc5f |
tree | 5bda0f3116c1a7b7854c49ea9f8efdff250499e2 |
parent | 24ea64a4388724519f1612747b79c815968e210c |
Diff style: patch stat
diff --git a/TODO.txt b/TODO.txt index fb45da0..e732623 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,6 +1,14 @@ ---+ Thoughts and issues ----++ Wishlist: +---++ Port + + * Avoid the need for links by creating a file that loads the real + file: + + :- module(win_link_<orig_module>, []). + :- reexport(<path-to-orig-module). + +---++ Wishlist * Allow owner/user to overrule problems (notably undefined predicates).