Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] 1.1 doc changes

Doc changes checked in.  Of note:

- programming guide implementation appendix updated to say that
  ajc would signal a compile-time error rather than try to
  implement after and around advice on an exception handler
  join point (taking underdeterminate bytecode as putting
  those features out of the control of the compiler).
  If someone objects or can fix this bug, let me know.

- AspectJ-... moved to the docs/dist directory

- README-11.html moved to docs/dist/doc, slightly edited
  to act as a one-time porting/changes guide for 1.1

- README, index, and FAQ updated to query the bug db for
  bugs with "info" keywords, which flag those bugs that
  affect language semantics or parity with Java.

  Jim, Erik, would you add the "info" keyword to:

  Erik:
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=36069

  Jim:
    ?? https://bugs.eclipse.org/bugs/show_bug.cgi?id=29111
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=33636

  Feel free to correct my selection of info bugs.

(Docs not link checked...)

Thanks -
Wes




Back to the top