commit | a05bf33d9a66cfd81654f77a4ded72a2a899466c | [log] [tgz] |
---|---|---|
author | Eric Bruneton <ebruneton@free.fr> | Thu Apr 26 20:26:14 2018 +0200 |
committer | Eric Bruneton <ebruneton@free.fr> | Thu Apr 26 20:26:14 2018 +0200 |
tree | 30322518844f61049a54b7069b7cfd655e1b53ed | |
parent | b3f727516e969ac154605034cbb89b9471351ef8 [diff] |
Add an experimental suffix to the new features (also mark them deprecated and show a big warning in the Javadoc). Revert to ASM6 for the default api of the visitors, and use ASM7_EXPERIMENTAL only in tests (only exception: Trace*Visitor classes, which are final). This pattern could allow us to develop any new feature directly in 'master'.