Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
ilc2010
Commits
2a469490
Commit
2a469490
authored
Oct 19, 2010
by
Robert P. Goldman
Browse files
Some todo's, minor updates to dependency bugs.
parent
4cffecbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
talk-outline.org
View file @
2a469490
...
...
@@ -13,6 +13,10 @@
** DONE Center institutions under authors
** DONE Finish "Future Directions"
[[*Future directions]]
** TODO Fix "Pathname limitations" slide
*** Needs structure
*** Table? Something to make the before and after stand out
*** Add the missing trailing slash in module pathnames to the slide...
* COMMENT Possible theme for enhancements section
...
...
@@ -171,7 +175,7 @@ sub-bullet under a major header.
** Pathname Limitations
*** #p"foo/bar" can never be portable. "foo/bar" can be.
***
*Core idea:*
#p"foo/bar" can never be portable. "foo/bar" can be.
*** (:file "foo") ==> #p"foo.lisp"
...
...
@@ -181,8 +185,7 @@ sub-bullet under a major header.
*** (:file "foo/bar") ==> before: non portable ASDF2: #p"foo/bar.lisp"
***** (:file "foo-bar" :pathname #.(merge-pathnames (make-pathname :name "bar" :directory '(:relative "foo") :type "lisp" :defaults \*load-truename\*) \*load-truename\*))
**** (:file "foo-bar" :pathname #.(merge-pathnames (make-pathname :name "bar" :directory '(:relative "foo") :type "lisp" :defaults \*load-truename\*) \*load-truename\*))
*** (:static-file "README") ==> #p"README"
...
...
@@ -216,6 +219,14 @@ sub-bullet under a major header.
** Dependency Bugs
*** Changes within a module didn't cause recompilation of dependent components
*** Changes on module dependencies didn't cause recompilation of module components
*** Remember: systems are modules!
*** Partially fixed --- see future directions
** Portability
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment