Stepan Koltsov
|
dfd3aac900
|
ExceptionUtils.closeQuietly
|
2012-06-13 20:00:54 +04:00 |
|
Stepan Koltsov
|
edad5c9266
|
merge analyzeBodies functions from JS and JVM backend
|
2012-06-13 19:53:08 +04:00 |
|
Stepan Koltsov
|
9290f55bad
|
JavaDescriptorResolver is not needed for body resolver
* create InjectorForBodyResolve
* split ScriptDescriptor into ScriptDeclarationResolve and ScriptBodyResolver
|
2012-06-13 19:27:17 +04:00 |
|
James Strachan
|
b571871a27
|
fixed mvn build (so that the mvn plugin can compile test cases)
|
2012-06-13 16:25:08 +01:00 |
|
James Strachan
|
baa67175ce
|
fixed broken test case
|
2012-06-13 16:16:45 +01:00 |
|
James Strachan
|
3765e85ca8
|
compile the assertions and a test case to QUnit on JS and got a working example to run the unit test case - yay!
|
2012-06-13 16:14:13 +01:00 |
|
pTalanov
|
9394e21208
|
Remove symbol added by accident into javalang.kt
|
2012-06-13 18:47:06 +04:00 |
|
pTalanov
|
7c1f670942
|
Remove exceptions from js.* package. Move them to java.lang . Import java.lang by default
|
2012-06-13 18:13:44 +04:00 |
|
Svetlana Isakova
|
2f0278d63b
|
KT-2262 Cannot access protected member from inner class of subclass
#KT-2262 fixed
|
2012-06-13 17:03:04 +04:00 |
|
Andrey Breslav
|
15086258c0
|
Missing test data file added
|
2012-06-13 16:39:29 +04:00 |
|
Andrey Breslav
|
f4ac06a483
|
Test classes renamed to reflect what's happening in the tests
|
2012-06-13 16:31:41 +04:00 |
|
Andrey Breslav
|
8c73940808
|
Lazy resolve passes readJavaBinaryClass tests
|
2012-06-13 16:08:43 +04:00 |
|
Andrey Breslav
|
af3aa6133e
|
Customizable includeObjectMembers
|
2012-06-13 16:08:43 +04:00 |
|
Andrey Breslav
|
8b56d47af5
|
Generate test suites
|
2012-06-13 16:08:42 +04:00 |
|
Stepan Koltsov
|
ca8ae7a4ae
|
do not close output stream in writeToJar
|
2012-06-13 15:32:37 +04:00 |
|
Andrey Breslav
|
6112c77b22
|
Fixed nullability assertion that was accidentally made too strong
|
2012-06-13 13:59:36 +04:00 |
|
Andrey Breslav
|
70a80e1436
|
Test generator facility factored out
|
2012-06-13 13:45:29 +04:00 |
|
Andrey Breslav
|
4d4444e863
|
Lazy resolve passes readKotlinBinaryClass tests
|
2012-06-13 13:25:34 +04:00 |
|
Andrey Breslav
|
c658fbbb51
|
Fix import order: default imports come first (lowest priority)
|
2012-06-13 13:24:50 +04:00 |
|
Andrey Breslav
|
5e47b923b3
|
Support properties declared as primary constructor parameters
|
2012-06-13 13:22:09 +04:00 |
|
Andrey Breslav
|
efb3df5ca2
|
Supporting fake overrides for properties and constructors for class objects
|
2012-06-13 12:32:42 +04:00 |
|
Andrey Breslav
|
f2561046bf
|
Name changed to match existing behavior of eager resolve
|
2012-06-13 12:32:42 +04:00 |
|
James Strachan
|
e894054bba
|
exclude the base class from being executed as a test case
|
2012-06-12 19:53:27 +01:00 |
|
James Strachan
|
60738b7b4f
|
minor refactor of the JS test cases to ensure they don't collide in the generated JS code
|
2012-06-12 19:51:34 +01:00 |
|
James Strachan
|
74a138212e
|
added support for public properties at the package level to kdoc
|
2012-06-12 16:14:56 +01:00 |
|
Stepan Koltsov
|
a55c8f1a04
|
move trivial method from TopDownAnalyzer to BodyResolver
|
2012-06-12 18:50:41 +04:00 |
|
James Strachan
|
768469fb23
|
added support for generation of QUnit unit tests from Kotlin JUnit test cases
|
2012-06-12 12:48:14 +01:00 |
|
James Strachan
|
f3986e428d
|
describe how to have multiple IDEA installs
|
2012-06-12 11:44:53 +01:00 |
|
Stepan Koltsov
|
8dd1465371
|
pull script up in cli
|
2012-06-10 03:44:29 +04:00 |
|
Stepan Koltsov
|
7851101c0e
|
do not write main if there's more than one main
|
2012-06-10 03:44:29 +04:00 |
|
Stepan Koltsov
|
35f1de468f
|
refactor compiler launcher
* method should not modify input
* replace String with File
* add @NotNull and @Nullable annotations
|
2012-06-10 03:44:29 +04:00 |
|
Stepan Koltsov
|
4687635c8f
|
properly close OutputStream
|
2012-06-10 03:44:28 +04:00 |
|
Stepan Koltsov
|
b0553ff651
|
properly handle empty lines in REPL
|
2012-06-09 23:25:41 +04:00 |
|
Stepan Koltsov
|
f11767319a
|
repl: fix two anonymous functions
|
2012-06-09 23:25:40 +04:00 |
|
Stepan Koltsov
|
3bf648ed56
|
repl: dump bytecode command
|
2012-06-09 23:25:40 +04:00 |
|
Stepan Koltsov
|
d921304535
|
repl: quit command
|
2012-06-09 23:25:40 +04:00 |
|
Stepan Koltsov
|
b99f7c5505
|
repl: help command
|
2012-06-09 23:25:39 +04:00 |
|
Stepan Koltsov
|
8a72e22487
|
better rendering of unknown descriptors
|
2012-06-09 23:25:39 +04:00 |
|
Stepan Koltsov
|
9595030b75
|
build apidoc during package, not during install
|
2012-06-09 20:40:33 +04:00 |
|
Stepan Koltsov
|
912ef3f639
|
website module depends on apidocs
|
2012-06-09 20:18:28 +04:00 |
|
Svetlana Isakova
|
2286022307
|
get rid of 'internal protected' visibility
|
2012-06-09 19:43:53 +04:00 |
|
Leonid Shalupov
|
f556485db0
|
libraries: temporary specify 'mvn install' in READMEs
|
2012-06-09 19:33:04 +04:00 |
|
Svetlana Isakova
|
92973f66bd
|
imports order after dist
|
2012-06-09 19:24:10 +04:00 |
|
Leonid Shalupov
|
568e00ea73
|
exclude dist directory from IDEA project
|
2012-06-09 19:20:04 +04:00 |
|
Leonid Shalupov
|
3fe6d5d2dc
|
maven fixes
|
2012-06-09 19:19:41 +04:00 |
|
Stepan Koltsov
|
c4d29146cb
|
trying to fix maven build
|
2012-06-09 18:55:49 +04:00 |
|
Nikolay Krasko
|
09ab5955d6
|
Modify scope for searching sources - also allow to index source in libraries
|
2012-06-09 18:38:32 +04:00 |
|
Nikolay Krasko
|
e5f06a87d1
|
Add JS lib as module lib. It gives ability to navigate into it.
|
2012-06-09 18:38:31 +04:00 |
|
Nikolay Krasko
|
e7d625e37c
|
Fix type in function name and a better name for another function
|
2012-06-09 18:38:30 +04:00 |
|
Dmitry Jemerov
|
ba76e1467c
|
correct argument index for object that has outer this and closure arguments
#KT-1737 Fixed
|
2012-06-09 16:20:11 +02:00 |
|