Whole module IR serialization/deserialization.

With public descriptors inserted and wrapped ones used instead of the locals.
This commit is contained in:
Alexander Gorshenev
2018-06-14 17:27:03 +03:00
committed by alexander-gorshenev
parent 21852ec2a3
commit cfe153c742
75 changed files with 4500 additions and 2998 deletions
+4 -1
View File
@@ -397,7 +397,10 @@ task bundle(type: (isWindows()) ? Zip : Tar) {
}
destinationDir = file('.')
if (!isWindows()) {
if (isWindows()) {
zip64 true
} else {
extension = 'tar.gz'
compression = Compression.GZIP
}