Vitaliy.Bibaev
85d83309ae
Support mapNotNull intermediate operation
2018-08-20 05:17:57 +03:00
Vitaliy.Bibaev
eaee6697f2
Make zipWithNext work & add test
2018-08-20 05:17:56 +03:00
Vitaliy.Bibaev
d8bc73367f
Add tests for misc operations
2018-08-20 05:17:56 +03:00
Vitaliy.Bibaev
53209eaeec
Add tests for appending values to sequence operation
2018-08-20 05:17:56 +03:00
Vitaliy.Bibaev
d30a3b2495
Add tests for distinct operations
2018-08-20 05:17:56 +03:00
Vitaliy.Bibaev
fd17d9959a
Add tests for sorting operations
2018-08-20 05:17:56 +03:00
Vitaliy.Bibaev
3114691a02
Remove redundant copyright header in test data
2018-08-20 05:17:55 +03:00
Vitaliy.Bibaev
42aba80eb7
Add tests for flat-mapping operations
2018-08-20 05:17:55 +03:00
Vitaliy.Bibaev
a4e72067a9
Add tests outputs for mapping operation tests
2018-08-20 05:17:55 +03:00
Vitaliy.Bibaev
b31db50ba1
Add tests for mapping operations
2018-08-20 05:17:55 +03:00
Vitaliy.Bibaev
5383ec50d2
Add tests on filtering operations
2018-08-20 05:17:55 +03:00
Vitaliy.Bibaev
9d69b701c1
Add tests for type inference for items in the chain
2018-08-20 05:17:54 +03:00
Vitaliy.Bibaev
c69e0c0d01
Update test data
2018-08-20 05:17:53 +03:00
Vitaliy.Bibaev
14ef19418b
Add tests on different types of chain source
2018-08-20 05:17:52 +03:00
Vitaliy.Bibaev
7c417a59dc
Fix bug when onEach extension call is not found for arrays
2018-08-20 05:17:52 +03:00
Vitaliy.Bibaev
aa7f1073e6
Add tests outputs for collection execution tests
2018-08-20 05:17:51 +03:00
Vitaliy.Bibaev
e3d651ec09
Add tests for filter operation
2018-08-20 05:17:51 +03:00
Vitaliy.Bibaev
338e06ff21
Minor: fix bug in tests/test data
2018-08-20 05:17:51 +03:00
Vitaliy.Bibaev
91348e3b2a
Fix typo in test data
2018-08-20 05:17:51 +03:00
Vitaliy.Bibaev
3b6b6d5770
Fix typos in tests
2018-08-20 05:17:51 +03:00
Vitaliy.Bibaev
d14cc77003
Add tests for types in chains of collection transformation calls
2018-08-20 05:17:50 +03:00
Vitaliy.Bibaev
6b6ccc45f0
Add tests on types of items in java chain operations
2018-08-20 05:17:49 +03:00
Vitaliy.Bibaev
6be340f079
Use getValue method to receive value by key in map variable
2018-08-20 05:17:49 +03:00
Vitaliy.Bibaev
4517d3a3d0
Support primitive boolean arrays
2018-08-20 05:17:48 +03:00
Vitaliy.Bibaev
3acb4285ea
Minor: add missed paren
2018-08-20 05:17:48 +03:00
Vitaliy.Bibaev
5ab76d1eed
Add tests for chain building for kotlin collections
2018-08-20 05:17:47 +03:00
Vitaliy.Bibaev
70f4933d5b
Add tests to check that chain is not build in some hard cases
2018-08-20 05:17:46 +03:00
Vitaliy.Bibaev
bb90c5ad08
Add tests for java stream chain building
2018-08-20 05:17:46 +03:00
Vitaliy.Bibaev
055b0eed97
Fix wrong testdata
2018-08-20 05:17:45 +03:00
Vitaliy.Bibaev
295d340d7c
Add standard stream chain builder tests
2018-08-20 05:17:45 +03:00
Vitaliy.Bibaev
b916fc6ca2
Add simplest execution tests for support of kotlin collection
2018-08-20 05:17:44 +03:00
Vitaliy.Bibaev
2aef583aa7
Add support for tests with debugger
2018-08-20 05:17:44 +03:00
Vitaliy.Bibaev
310bcc48a5
Add psi tests with the simplest test data
2018-08-20 05:17:43 +03:00
Vitaliy.Bibaev
64f399235e
Add tests for kotlin language support in the expressions dsl
2018-08-20 05:17:43 +03:00
Ilmir Usmanov
300876348a
Fix line numbers generation for coerced primitives
...
in coroutines
#KT-25076: Fixed
2018-08-15 13:47:45 +03:00
Nikolay Krasko
f9845bab54
Workaround for the case when some classes are unloaded during ranking (KT-25774)
...
It's important that ranking preserve order of files found
in findFilesByNameInPackage()
It's only a workaround because it's expected for debugger to have
classes unloaded and some valid variants might get bad rank and
rejected because of that.
#KT-25774 Fixed
2018-08-02 14:38:28 +03:00
Yan Zhulanow
a4b3653e1c
Debugger: Navigate to the right file in MPP projects (#KT-25152, #KT-25147)
2018-07-17 20:54:29 +03:00
Yan Zhulanow
a2fdf7d47d
Evaluator: Support when expressions (EA-119639)
2018-07-12 20:36:41 +03:00
Yan Zhulanow
115356b990
Eval4J: Do not report certain kinds of exceptions to EA
2018-07-12 20:36:40 +03:00
Yan Zhulanow
5f43808cfd
Revert "Debugger: Fix breakpoints and stepping for inline-only function lambda arguments (#KT-23064)"
2018-06-08 19:37:20 +03:00
Yan Zhulanow
4dfcb72fa1
Print source file location/contents if possible (EA-120038)
2018-06-08 19:37:20 +03:00
Yan Zhulanow
81f3346329
Evaluate: Fix annotation value evaluation (#KT-23058)
2018-04-02 19:16:46 +03:00
Yan Zhulanow
966480a155
Debugger: A dirty fix for setting breakpoints inside finally {} in case if exception is thrown from try {} (#KT-22654)
2018-04-02 19:14:28 +03:00
Yan Zhulanow
eec9c6bffa
Debugger: Fix breakpoints and stepping for inline-only function lambda arguments (#KT-23064)
2018-04-02 19:14:14 +03:00
Natalia Selezneva
19e7002d02
Evaluate Expression: fix ClassNotFoundException for primitives and arrays
2018-02-14 14:40:31 +03:00
Natalia Selezneva
dbd7ceb5fd
Fix Evaluate Expression for inline functions from multifile package class.
...
Find main class generated for debugger by its name instead of relativePath length.
#KT-22311 Fixed
2018-01-16 16:00:32 +03:00
Nikolay Krasko
449fee74e8
Skip all same line locations when stepping over inline call (KT-20351)
...
#KT-20351
2017-12-26 12:46:45 +03:00
Nikolay Krasko
f39250c9a2
Fix irrelevant additional stops on breakpoint on line with inlines (KT-21945)
...
#KT-21945 Fixed
2017-12-26 12:46:45 +03:00
Nikolay Krasko
c5886bc7a2
Remove sleep() from soSuspendableCallInEndOfFun and guarantee suspending
2017-12-26 12:46:45 +03:00
Nikolay Krasko
a3028beca9
Fix smart step into to Kotlin SAM adapter (KT-21538)
...
#KT-21538 Fixed
2017-12-18 11:50:49 +03:00