Skip to content

Version 1.6.1

Compare
Choose a tag to compare
@msridhar msridhar released this 27 Jun 22:30
· 194 commits to master since this release

What's Changed

  • Numerous build configuration updates and improvements by @liblit
  • Fix crash in JS CG construction for malformed calls to new Function by @msridhar in #1243
  • Fix NPE in EclipseSourceFileModule ctor by @khatchad in #1261
  • Improve source locations for constructor calls for JS function statements by @msridhar in #1268
  • Properly handle static interface methods as entrypoints by @hjjandy in #1275
  • Support running on JDK 17 by @msridhar in #1281. WALA will now not crash on JDK 17 bytecodes and core functionality has been tested. We have not tested recently-added bytecode features, but would welcome bug reports / pull requests for such features.

New Contributors

Full Changelog: v1.6.0...v1.6.1