Commit Graph

4 Commits

Author SHA1 Message Date
enbrain 5b07c63f69
Fix 1.18-pre1 record signatures (#2820) 2021-11-12 10:35:00 +00:00
enbrain 2db595cdf3
Fix the issue where superinterfaces are not included in signatures (#2799) 2021-10-29 21:34:00 +01:00
enbrain c1f479284f
Fix record signatures (#2797) 2021-10-28 15:45:04 +01:00
liach 544daf01e8
Manually adding signature back for records to aid decompilers and javadoc gen (#2683)
* Manually adding signature back for records to aid decompilers and
javadoc gen

Signed-off-by: liach <liach@users.noreply.github.com>

* Fix more bad notations

Now fake source errors are only packages + cannot extend record

Signed-off-by: liach <liach@users.noreply.github.com>

* Export signatures to extras/record_signatures.json

Signed-off-by: liach <liach@users.noreply.github.com>

* Add newline

* Load the map immediately into memory than lazily

Co-authored-by: liach <liach@users.noreply.github.com>
2021-09-20 13:00:25 +01:00