Nikolay Krasko
|
5f3c3d7e2b
|
Fix test for Windows by converting internal line separators too
|
2012-06-15 17:19:17 +04:00 |
|
Svetlana Isakova
|
b940c1efc1
|
Merge pull request #75 from udalov/JetTypeInfo
JetTypeInfo
|
2012-06-15 06:13:58 -07:00 |
|
Alexander Udalov
|
3660d51f34
|
fix DataFlowInfo.equate
|
2012-06-15 17:06:55 +04:00 |
|
Alexander Udalov
|
b2c42f4cc9
|
fix DataFlowInfo.or
|
2012-06-15 17:06:53 +04:00 |
|
Alexander Udalov
|
d454086f28
|
calculate commonDataFlowInfo in visitWhenExpression
|
2012-06-15 17:06:52 +04:00 |
|
Alexander Udalov
|
650cc4ce40
|
delete get/setResultingDataFlowInfo
|
2012-06-15 17:06:49 +04:00 |
|
Alexander Udalov
|
d377a7c070
|
change dataFlowInfo after do-while loop
|
2012-06-15 17:06:47 +04:00 |
|
Alexander Udalov
|
b97d44c480
|
change dataFlowInfo after while loop
|
2012-06-15 17:06:46 +04:00 |
|
Alexander Udalov
|
f5bb00240a
|
change dataFlowInfo after if-then-else construction
|
2012-06-15 17:06:44 +04:00 |
|
Alexander Udalov
|
efe70955dd
|
dataFlowInfoTraversal tests
|
2012-06-15 17:06:41 +04:00 |
|
Nikolay Krasko
|
3c1fb3951b
|
Move IfNotParsed interface to separate class
|
2012-06-15 16:20:03 +04:00 |
|
Nikolay Krasko
|
0171e528da
|
Stubs - remove unnecessary interface extending
|
2012-06-15 16:18:26 +04:00 |
|
Nikolay Krasko
|
33ecb68c27
|
Stubs:
- Activate stub behaviour for named functions
- Move information about stubs implementation to the suffix of class names
|
2012-06-15 16:07:14 +04:00 |
|
Nikolay Krasko
|
98f0919c3d
|
Stubs - Make JetClass use stub base element
|
2012-06-15 16:07:12 +04:00 |
|
Nikolay Krasko
|
e3e1219147
|
Stubs - Remove usage of JetExpressionImpl where interface should be used
|
2012-06-15 16:07:12 +04:00 |
|
Nikolay Krasko
|
eb135ee81d
|
Stubs - Extract interface for JetTypeParameterListOwner. Old implementation renamed to JetNotStubbedParameterListOwner.
|
2012-06-15 16:07:11 +04:00 |
|
Nikolay Krasko
|
7b5c9af33c
|
Stubs - Extract interface for JetNamedDeclaration. Old implementation renamed to JetNotStubbedNamedDeclaration.
|
2012-06-15 16:07:10 +04:00 |
|
Nikolay Krasko
|
0d87012783
|
Stubs - Extract interface for JetDeclaration
|
2012-06-15 16:07:08 +04:00 |
|
Nikolay Krasko
|
c159bc3a8c
|
Stubs - Extract interface for JetElement and JetExpression (Stub psi element should extend StubBasedPsiElementBase but JetElement extended ASTWrapperPsiElement)
|
2012-06-15 16:07:07 +04:00 |
|
Alexander Udalov
|
c3420e864e
|
get resulting DataFlowInfo from JetTypeInfo instead of facade
|
2012-06-15 16:05:45 +04:00 |
|
Alexander Udalov
|
3e79d3c834
|
getType -> getTypeInfo
|
2012-06-15 16:05:43 +04:00 |
|
Alexander Udalov
|
38e7dde8f6
|
visitor methods return JetTypeInfo instead of JetType
|
2012-06-15 16:05:42 +04:00 |
|
Stepan Koltsov
|
309bb96390
|
remove warnings in kdoc code
|
2012-06-15 15:55:50 +04:00 |
|
Stepan Koltsov
|
ec17f75236
|
fix kdoc test on windows
|
2012-06-15 15:41:25 +04:00 |
|
pTalanov
|
bdd83d86f6
|
Modified StdLibTest to check for node types of the created elements
|
2012-06-15 15:08:42 +04:00 |
|
pTalanov
|
c1a2eaf47a
|
Support class objects for native classes
|
2012-06-15 15:08:41 +04:00 |
|
pTalanov
|
ea5f4d428c
|
Refactor NativeInteropTest
|
2012-06-15 15:08:40 +04:00 |
|
James Strachan
|
c6012f1fac
|
applied pull request with thanks https://github.com/JetBrains/kotlin/pull/46
|
2012-06-15 12:02:17 +01:00 |
|
James Strachan
|
d9788f9d3c
|
Merge pull request #65 from udalov/master
File.listFiles(filter)
|
2012-06-15 03:38:00 -07:00 |
|
James Strachan
|
3872ea8cd0
|
Merge pull request #48 from Frostman/iter-impr
Small iterables improvement
|
2012-06-15 03:15:42 -07:00 |
|
James Strachan
|
20a2053027
|
Merge pull request #74 from zolotov/fold-right-bugfix
Fix foldRight implementation for iterables
|
2012-06-15 03:12:28 -07:00 |
|
Alexander Zolotov
|
ae00b0bb15
|
Fix foldRight implementation for iterables
|
2012-06-15 13:22:47 +04:00 |
|
Dmitry Jemerov
|
ef1946eee2
|
fix broken links
|
2012-06-14 22:04:41 +02:00 |
|
Dmitry Jemerov
|
ef2e46abff
|
fix broken link
|
2012-06-14 22:00:54 +02:00 |
|
Stepan Koltsov
|
f074d493c8
|
work around broken kdoc test
|
2012-06-14 22:44:44 +04:00 |
|
Stepan Koltsov
|
4ebefd756d
|
Revert "do not rename classes when -Dshrink=false"
It didn't work because KDoc explicitly uses renamed classes like
org.jetbrains.jet.internal.com.intellij.psi.PsiFile
This reverts commit eeac9a8afe.
|
2012-06-14 21:28:50 +04:00 |
|
Stepan Koltsov
|
eeac9a8afe
|
do not rename classes when -Dshrink=false
(need for debugging)
|
2012-06-14 21:14:25 +04:00 |
|
Stepan Koltsov
|
c30c3df95e
|
vim conf
|
2012-06-14 21:14:18 +04:00 |
|
Stepan Koltsov
|
839413930b
|
better than NPE
|
2012-06-14 19:38:03 +04:00 |
|
Stepan Koltsov
|
e4dfbc5726
|
check compiler exit code in test
|
2012-06-14 19:31:34 +04:00 |
|
Stepan Koltsov
|
85737609b2
|
missing file
|
2012-06-14 18:49:31 +04:00 |
|
James Strachan
|
3546a9ff54
|
added an integration test that compiles the JS unit tests and generates the QUnit test case
|
2012-06-14 15:32:57 +01:00 |
|
Stepan Koltsov
|
1652d1c009
|
clean context to analyze next file
so REPL can be reused after error
this patch adds one more ugly hack to REPL
|
2012-06-14 18:30:49 +04:00 |
|
Stepan Koltsov
|
1c306eefd8
|
test for repl evaluation exception
|
2012-06-14 18:30:49 +04:00 |
|
Stepan Koltsov
|
970c2ae1f9
|
do not exit repl if something went wrong
|
2012-06-14 18:30:49 +04:00 |
|
Stepan Koltsov
|
e0c389b239
|
error visitor
|
2012-06-14 18:30:48 +04:00 |
|
James Strachan
|
3adbb2fdde
|
fixed broken source line number links
|
2012-06-14 14:52:00 +01:00 |
|
Natalia.Ukhorskaya
|
3e777da3ba
|
Fix line separators in tests for windows
|
2012-06-14 17:39:42 +04:00 |
|
Natalia.Ukhorskaya
|
4826723c78
|
Add check for syntactic errors when analyzing files with error checking
|
2012-06-14 17:38:42 +04:00 |
|
Stepan Koltsov
|
b279ce7f9e
|
Revert "poor man Nothing"
This reverts commit e113294185.
|
2012-06-14 17:27:40 +04:00 |
|