Svetlana Isakova
f97572143e
Visit/Accept methods for MultiDeclarations
2012-08-17 22:04:33 +04:00
Andrey Breslav
86e40073c5
KT-2625 Parse multiple assignment to variables
...
New PSI element types introduced.
Parsing procedure for properties reused.
Extra syntactic elements (receiver, type) are prohibited in the parser
#KT-2625 Fixed
2012-08-17 22:04:33 +04:00
Andrey Breslav
d38d4e2e2b
Name parsing extracted from parseFunction() and parseProperty()
2012-08-17 22:04:33 +04:00
Pavel V. Talanov
0796c98c81
Temporary workaround for KT-2619 Exception on using java enum in when.
2012-08-17 21:35:57 +04:00
Alexander Udalov
dc2d21e0c9
test data for position manager
2012-08-17 18:38:47 +04:00
Alexander Udalov
8ddeddc895
PositionManager test framework
2012-08-17 18:29:03 +04:00
Alexander Udalov
f6b741674b
fix getJvmInternalName for trait's implemented members
2012-08-17 18:18:53 +04:00
Alexander Udalov
eed755aae1
move getJvmInternalName to JetPositionManager
2012-08-17 18:18:52 +04:00
Alexander Udalov
8e9ad9c2ef
record NAMESPACE_IS_SRC for root namespace
2012-08-17 18:18:52 +04:00
Natalia.Ukhorskaya
6b70d8200b
Android module: codegen tests with java aren't supported yet
2012-08-17 18:13:13 +04:00
Svetlana Isakova
ffc256f805
test for obsolete task
...
#KT-1358 fixed
2012-08-17 15:10:34 +04:00
James Strachan
1c763dabe2
uncommented test now KT-1718 is fixed
2012-08-17 10:47:29 +01:00
James Strachan
816a2598c6
fixed up the JDBC code to work with the new Iterator API
2012-08-17 10:01:08 +01:00
James Strachan
ecbd4daefb
avoid unnecessary verbose type parameters now the type inferencer is better
2012-08-17 09:44:52 +01:00
James Strachan
a4e80c7d5d
disabled failing KDocTest for now
2012-08-17 09:43:58 +01:00
Nikolay Krasko
2fd5e01da8
KT-1389 Ctrl-Alt-B on class declaration does not work - Multifile tests
...
#KT-1389 Fixed
2012-08-16 21:21:29 +04:00
Nikolay Krasko
60b20374da
KT-1389 Ctrl-Alt-B on class declaration does not work - Include location part into test data
...
#KT-1389 In Progress
2012-08-16 21:21:28 +04:00
Nikolay Krasko
5d1a488312
KT-1389 Ctrl-Alt-B on class declaration does not work - create a special renderer for showing JetLightClass in implementations list
...
#KT-1389 In Progress
2012-08-16 21:21:27 +04:00
Nikolay Krasko
1b4603a64a
KT-1389 Ctrl-Alt-B on class declaration does not work - one more test, remove class info from test info, fix order of test data
...
#KT-1389 In Progress
2012-08-16 21:21:27 +04:00
Nikolay Krasko
0b97b14642
KT-1389 Ctrl-Alt-B on class declaration does not work
...
#KT-1389 In Progress
2012-08-16 21:21:26 +04:00
Pavel V. Talanov
52a933e179
Iterating over iterator.
2012-08-16 20:24:57 +04:00
Pavel V. Talanov
e184bf7a8f
Remove Iterator#get_hasNext since val hasNext convention is dropped.
2012-08-16 20:24:37 +04:00
Svetlana Isakova
ec556e2abc
val hasNext changed to fun in test
2012-08-16 18:39:24 +04:00
Svetlana Isakova
d2e33c8900
tests for obsolete/fixed issues
...
#KT-1038 fixed
#KT-1127 fixed
#KT-1145 fixed
#KT-1410 fixed
#KT-1718 fixed
#KT-2286 fixed
#KT-1431 fixed
#KT-2394 fixed
2012-08-16 18:39:24 +04:00
Svetlana Isakova
fc858aec59
comments improved
2012-08-16 18:39:24 +04:00
Svetlana Isakova
96d99d19f3
generates remove method
...
throwing exception
in Kotlin class extending Iterator
2012-08-16 18:39:24 +04:00
Svetlana Isakova
293452e375
removed not further generated file
...
from standard library
2012-08-16 18:39:24 +04:00
Svetlana Isakova
f3146a9697
hasNext changes to fun in js tests
2012-08-16 18:39:24 +04:00
Svetlana Isakova
a5aaa3dadc
remove java's Iterator,Iterable
...
from java script mirror to java standard library
2012-08-16 18:39:24 +04:00
Svetlana Isakova
6625c8987b
removed unnecessary reference
...
to java.util.Iterator
2012-08-16 18:39:24 +04:00
Svetlana Isakova
1b28604268
java Iterable/Iterator replaced to jet ones
...
in completion, js tests
2012-08-16 18:39:23 +04:00
Svetlana Isakova
240fcf8599
fix 'Generate imports' action
...
(substitute type arguments)
overridden shouldn't be original
2012-08-16 18:39:23 +04:00
Svetlana Isakova
396588f0c3
added jet.Iterator in import
...
(KT-2606 to avoid it)
2012-08-16 18:39:23 +04:00
Svetlana Isakova
77ef3d34ab
not to generate extensions
...
to java Iterable/Iterator
2012-08-16 18:39:23 +04:00
Svetlana Isakova
2c0ec86603
hasNext invocation changed
2012-08-16 18:39:23 +04:00
Svetlana Isakova
266cd5d4e7
not generate methods for java Iterable/Iterator
...
in standard library
2012-08-16 18:39:23 +04:00
Svetlana Isakova
ca6d7e643e
use kotlin Iterable/Iterator
...
instead of java Iterable/Iterator
in Kotlin code in library
2012-08-16 18:39:23 +04:00
Svetlana Isakova
df93a26839
use kotlin Iterable/Iterator
...
instead of java Iterable/Iterator
in Kotlin code in tests
2012-08-16 18:39:23 +04:00
Svetlana Isakova
701295fc04
removed kotlin Iterable, Iterator
...
from kotlin runtime
inner classes 'MyIterator' renamed (it appeared in error messages)
2012-08-16 18:39:23 +04:00
Svetlana Isakova
7f9c332326
added mapping for Iterable
...
jet.Iterable -> java.lang.Iterable
jet.Iterator -> java.util.Iterator
in generating java byte code
2012-08-16 18:39:23 +04:00
Svetlana Isakova
3d1f71b355
added mapping for Iterable:
...
java.lang.Iterable -> jet.Iterable
java.util.Iterator -> jet.Iterator
in java classes loading
2012-08-16 18:39:23 +04:00
Svetlana Isakova
e1281953e7
tests changed
...
val hasNext -> fun hasNext()
2012-08-16 18:39:23 +04:00
Svetlana Isakova
f96fe4879a
changed val hasNext to fun hasNext()
...
in Iterator
2012-08-16 18:39:23 +04:00
Svetlana Isakova
65ddcd0473
No repeat 'many impl member not implemented' error
...
in a subclass if there is one in a superclass
2012-08-16 18:39:23 +04:00
Svetlana Isakova
6e67bd64fa
test for KT-2407
...
#KT-2407 fixed
2012-08-16 18:39:22 +04:00
Alex Tkachman
eb608f2ae9
green code
2012-08-16 17:05:23 +03:00
Pavel V. Talanov
72d8de3b7b
Merge remote-tracking branch 'origin/master'
2012-08-16 17:54:20 +04:00
Alex Tkachman
17a9772fee
test for obsolete KT-1649
2012-08-16 15:48:45 +03:00
Pavel V. Talanov
358d8fe658
Use packaged js libraries from dist in maven browser-example target.
2012-08-16 15:18:00 +04:00
Pavel V. Talanov
ced3209170
Merge remote-tracking branch 'origin/master'
2012-08-16 13:21:49 +04:00