Pavel V. Talanov
cd1ca92f74
KT-53: Allow generic parameter passing for properties.
...
Obsolete issue.
#KT-53 Fixed
2012-07-25 14:48:40 +04:00
Pavel V. Talanov
fd78340897
KT-310: Tell the user when something is a property and not a function.
...
#KT-310 Fixed
2012-07-25 14:00:03 +04:00
Pavel V. Talanov
84217393f6
KT-304: Resolve supertype reference to class anyway.
...
#KT-304 Fixed
2012-07-25 14:00:02 +04:00
Pavel V. Talanov
1efd02effe
KT-789 Code generation fails: size property of collections.
...
Only test.
#KT-789 Fixed
2012-07-25 14:00:01 +04:00
Pavel V. Talanov
22af8f7296
KT-304: Resolve supertype reference to class anyway.
...
#KT-304 Fixed
2012-07-25 14:00:01 +04:00
James Strachan
fc4a7cd4dd
added nicer toString() for int ranges
2012-07-25 05:59:01 -04:00
James Strachan
559cfe29c8
added test case for KT-2520
2012-07-25 05:58:09 -04:00
James Strachan
eeb2e024ad
added a test case for KT-2507
2012-07-25 04:57:10 -04:00
Andrey Breslav
ba9bf15bc3
Test data updated to meet cli-parser-1.1 output
2012-07-25 12:40:26 +04:00
Andrey Breslav
217b3379af
Clarifying comments added
2012-07-25 12:38:02 +04:00
Andrey Breslav
6b4aa26122
Main part of ASM 4.0 with renamed packages is now taken directly from IDEA distribution
2012-07-25 12:07:20 +04:00
Andrey Breslav
d8632f81aa
J2K Translator migrated onto Leda
2012-07-25 12:07:20 +04:00
Andrey Breslav
cee77c3b7e
JetCoreEnvironment implementaion over the new environment design in intellij-core
2012-07-25 12:07:20 +04:00
Andrey Breslav
17a5ec5950
Completion API changed in Leda
2012-07-25 12:07:20 +04:00
Andrey Breslav
03f73e8f8c
Visitors in tests migrated to ASM 4.0
2012-07-25 12:07:20 +04:00
Andrey Breslav
6df2017d82
ASM printing API has changed
2012-07-25 12:07:20 +04:00
Andrey Breslav
5f3643804c
Import directives migrated from ASM 3.3 to 4.0 with renamed packages
2012-07-25 12:07:19 +04:00
Andrey Breslav
839c39c70d
Migrate build and project configuration to IntelliJ IDEA 12 (Leda) EAP
...
Major changes: ASM is switched from vanilla 3.3 to a 4.0 with renamed packages,
because this is done inside IDEA and we depend on that transitively.
Thus the jarjar renaming in build.xml, old library binaries deleted.
Also we now depend on exact IDEA build (EAP), not "last successful".
2012-07-25 12:07:19 +04:00
James Strachan
2cf411eaea
added a test case for KT-2515
2012-07-25 04:05:28 -04:00
James Strachan
7d0b03de76
added the dom events API to the kotlin standard library and get it compiling as JS too (not unit tested yet mind you ;)
2012-07-25 02:57:53 +01:00
James Strachan
0ccc0de2fe
add support for java.util.Date for both JVM and JS back ends (we could maybe introduce a kotlin.Date pseudo type one day)
2012-07-25 02:57:53 +01:00
Andrey Breslav
29bc36b69c
Merge pull request #109 from udalov/kt2438
...
KT-2438 Prohibit inner classes with the same name
2012-07-24 07:51:35 -07:00
Andrey Breslav
0b6166a738
Merge pull request #111 from udalov/injectors-crlf
...
Fix line endings in dependency injector generator
2012-07-24 07:36:07 -07:00
Alexander Udalov
7e38c0f70d
Fix line endings in dependency injector generator
...
Copyright text should be printed as is, without
translating line endings to LF. This prevents
injectors from having mixed endings on Windows
with core.autocrlf=true
2012-07-24 18:23:18 +04:00
Alexander Udalov
4712dd759c
KT-2438 Prohibit inner classes with the same name
...
Rewrite checkClassObjectInnerClassNames() to also
check for name clashes between inner classes of a
single class
#KT-2438 Fixed
2012-07-24 16:25:17 +04:00
Pavel V. Talanov
b216bbb844
KT-619 Type inference fails
...
#KT-619 Fixed
2012-07-24 15:53:39 +04:00
James Strachan
6fd3cd0bf0
added support for java.io.Closeable as a standard interface
2012-07-24 11:28:19 +01:00
James Strachan
b25c27bfed
added first cut of the DOM events API (its not all compiling to JS yet though due to Class<T> not being supported)
2012-07-24 11:10:50 +01:00
Nikolay Krasko
a3cbd37e5f
An attempt to to increase idea responsibility
...
#KT-2494 In Progress
2012-07-24 12:59:26 +04:00
Evgeny Gerashchenko
7bf32e238b
Added workaround for backend bug to fix kdoc generator.
2012-07-24 12:52:46 +04:00
Alex Tkachman
f3fa19e35d
private constructors added
2012-07-24 10:59:28 +03:00
Alex Tkachman
a18daaee6d
Merge pull request #110 from evgeny-goldin/master
...
Added "META-INF/build.txt" to Kotlin archives so that Kotlin build number becomes visible in Maven artifacts.
2012-07-23 23:47:13 -07:00
Evgeny Goldin
9eab2c92c8
Added META-INF/build.txt to Kotlin archives so that build number becomes visible in Maven artifacts as well
2012-07-23 20:42:01 +02:00
Alex Tkachman
97abf9ee85
Merge pull request #108 from udalov/kt2423
...
KT-2423 Jump after condition check in inner loop is to the wrong label
2012-07-23 09:59:14 -07:00
Alexander Udalov
6eb4cf5aa5
KT-2423 Jump after condition check in inner loop is to the wrong label
...
#KT-2423 Fixed
2012-07-23 20:11:27 +04:00
Evgeny Gerashchenko
f9b0223ab6
Using kotlin-jdk-annotations.jar from valid location in kotlin-maven-plugin.
2012-07-23 20:06:40 +04:00
Evgeny Gerashchenko
2eb16d2f26
Added private constructor.
2012-07-23 20:06:40 +04:00
Pavel V. Talanov
7de982ba2f
Fix for converting negative floating point to integer values.
2012-07-23 19:50:47 +04:00
Pavel V. Talanov
3ce9022f6b
KT-2342: Type mismatch on Int division.
...
# KT-2342 Fixed
2012-07-23 19:50:47 +04:00
Andrey Breslav
69e1b8d407
More test data for LR
2012-07-23 19:38:27 +04:00
Andrey Breslav
5c94c5988f
Unnecessary code removed
2012-07-23 19:38:27 +04:00
Andrey Breslav
05ad042710
LR: Newly supported test data
2012-07-23 19:38:27 +04:00
Andrey Breslav
1eefbd4c75
Test data updated in accrdance with recent logic chnages in OverrideResolver
2012-07-23 19:38:26 +04:00
Evgeny Gerashchenko
45672cf7e2
Added workaround to KT-2493 to get maven build back to life.
2012-07-23 19:21:43 +04:00
Evgeny Gerashchenko
3af9540702
Fixed compilation of kdoc.
2012-07-23 18:50:36 +04:00
Evgeny Gerashchenko
e76aeb43a8
Removed unnecessary XML escaping.
2012-07-23 18:50:36 +04:00
Evgeny Gerashchenko
6736e3d6d6
Optimized imports in kdoc project.
2012-07-23 18:50:36 +04:00
Evgeny Gerashchenko
aea01d9638
Replaced non-ASCII symbol to fix compilation.
2012-07-23 18:39:28 +04:00
Evgeny Gerashchenko
0c4e23e438
Added assertion in JetCoreEnvironment.addToClasspath() prohibiting to invoke it when environment is initialized.
2012-07-23 17:38:20 +04:00
Evgeny Gerashchenko
7f12dcbc24
Got rid of post-init adding classpath in all tests.
2012-07-23 17:38:20 +04:00