Skip to content

Commit ada63d5

Browse files
committed
"bugs" is too strong a word
1 parent 979d7d9 commit ada63d5

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,12 @@ subdirectory:
6767
(require 'feature/subfeature)
6868
```
6969

70-
### Bugs
70+
### Caveats
7171

7272
The renaming is not perfect. If your code uses `intern` or otherwise
7373
reflects on symbols then you have to be aware of the transforms done
7474
by module.el.
7575

76-
A related bug is that autoload cookies aren't rewritten. This seems
76+
Another issue is that autoload cookies aren't rewritten. This seems
7777
reasonably hard to fix, since they can refer to any symbol and so the
7878
cookie extraction code would have to duplicate the importing logic.
79-
80-
This module system does not support having multiple versions of a
81-
module loaded simultaneously. However, that seems like a good feature
82-
to support.
83-
84-
See the issue tracker for other bugs, and for discussion of the
85-
versioning problem.

0 commit comments

Comments
 (0)