Skip to content

v0.7.4+2

Compare
Choose a tag to compare
@matanlurey matanlurey released this 31 Jan 18:05
· 310 commits to master since this release
fffde65
  • BUG FIX: ConstantReader.revive() now properly returns no URL fragment
    when the constant expression is resolved from a top-level or static-field.
    The documentation had said otherwise, and it was impossible to tell the
    difference between a constructor and a field. Now, fields are always in
    the form of accessor = {clazz}.{field} or {topLevelField}.

  • Fix file URIs on windows.