Commit graph

11 commits

Author SHA1 Message Date
EpicPix
bd6be64a11
Revert "Remove declaration of edition 2021"
This reverts commit 21644bc6e1.
2021-10-30 20:41:42 +02:00
EpicPix
21644bc6e1 Remove declaration of edition 2021 2021-10-30 20:38:54 +02:00
6dd9a0df68 Merge remote-tracking branch 'origin/master' into master 2021-10-25 14:20:05 +02:00
2b0c01d9a5 upgrade edition 2021-10-25 14:19:56 +02:00
98efb31660 moving to Java SE16
everything should be done except the attributes
2021-08-28 23:51:56 +02:00
8376d22aa6 moving to Java SE16
everything should be done except the attributes
2021-08-28 23:51:43 +02:00
125b880f7d Partially fixed constant pool lookups and validation
The code compiles, but the tests still don't work
The problem is that it tries to validate the constant pool while parsing the constant pool. This validation needs to be delayed.
2021-08-26 16:18:06 +02:00
a1620476d8 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	crates/file-info/src/ui.rs
2021-08-25 22:06:35 +02:00
2a85d1fdfd Actually good handling of the Constant Pool indecies
The code does not compile yet, because `FromCpInfo<'_>` needs to be implemented for some more types.
2021-08-25 22:04:32 +02:00
2460ab4637 fixed clippy lints 2021-08-23 12:43:56 +02:00
43e2c59e73 moved into seperate crates 2021-08-22 20:52:03 +02:00