Commit Graph

5981 Commits

Author SHA1 Message Date
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
Leonid Shalupov a23f0018a5 libraries readme: JVM options 2012-06-09 17:48:17 +04:00
Svetlana Isakova 74f4fde180 KT-2240 Wrong overload resolution ambiguity when object literal is involved
#KT-2240 fixed
2012-06-09 17:40:22 +04:00
Dmitry Jemerov 198c7c1bd2 correct qualified name for namespace$src class
#KT-2236 Fixed
2012-06-09 15:33:51 +02:00
Evgeny Gerashchenko d5b32ba70e KT-2206 ClassFormatError on loading class with property inherited from trait
#KT-2206 fixed
2012-06-09 17:13:38 +04:00
Evgeny Gerashchenko 64d1d3eda6 KT-2193 Nullability information lost for functions inherited from traits
#KT-2193 fixed
2012-06-09 17:13:38 +04:00
Evgeny Gerashchenko 208dd4e35d Revert commit because two commits fixing separate bugs were accidentally stuck together. Will recommit bugfixes separately.
Revert "KT-2193 Nullability information lost for functions inherited from traits".

This reverts commit d60818fd3e.
2012-06-09 17:13:38 +04:00
Dmitry Jemerov 0a05197454 remove attempt to optimize using 'if' statement as the last one in a loop which created far more problems that it fixed
#KT-1978 Fixed
2012-06-09 15:14:33 +02:00
Andrey Breslav a061bca524 Avoid adding the same thing twice 2012-06-09 16:52:54 +04:00
Andrey Breslav f01b5ee55a Formatter 2012-06-09 16:52:54 +04:00
Andrey Breslav 0e0bf60e90 Clarifying comment 2012-06-09 16:52:53 +04:00
Evgeny Gerashchenko d60818fd3e KT-2193 Nullability information lost for functions inherited from traits
#KT-2193 fixed
2012-06-09 16:46:37 +04:00
Evgeny Gerashchenko f83defaa7f KT-2228 Open and final trait members are loaded as abstract from binary Kotlin classes.
Added storing modality for trait members in @JetMethod annotations.

 #KT-2228 Fixed
2012-06-09 16:46:37 +04:00
Evgeny Gerashchenko ef856c5888 Replaced JetMethodAnnotationWriter.writeFlags(BitSet) method with method taking indices of bits which should be set. 2012-06-09 16:46:37 +04:00
Evgeny Gerashchenko c446fa3fc9 Replaced int flags with BitSet in internal API. 2012-06-09 16:46:37 +04:00
Evgeny Gerashchenko 12893cec54 Added JetMethod.flags() to replace kind(), with adding extra functionality (modality and visibility marking). 2012-06-09 16:46:37 +04:00
Evgeny Gerashchenko e8c5677592 Reformatted. 2012-06-09 16:46:37 +04:00
Evgeny Gerashchenko ecf8b1ea25 Replaced "Builtin classes scope #2" debug name with more meaningful name. 2012-06-09 16:46:37 +04:00
Evgeny Gerashchenko 6e5724edb6 Moved checking for syntax errors in alternative signature to AlternativeSignatureParsing. 2012-06-09 16:46:37 +04:00
Evgeny Gerashchenko 16565e1101 Made methods in AlternativeSignatureParsing throwing AlternativeSignatureMismatchException and added proper handling of them. 2012-06-09 16:46:37 +04:00
Evgeny Gerashchenko 4cbfa9beb6 Added storing alternative signature reading errors in class resolve data. 2012-06-09 16:46:37 +04:00
Evgeny Gerashchenko 7cb591401d Supported alternative signatures for vararg parameters. 2012-06-09 16:46:37 +04:00
Evgeny Gerashchenko bb0f3f733b Added alternative signature test with vararg parameter. 2012-06-09 16:46:37 +04:00
Evgeny Gerashchenko b1ba730ebb Ignoring alternative signature annotation if it has syntax errors. 2012-06-09 16:46:37 +04:00
Evgeny Gerashchenko 0d47bf5472 Added test with syntax error in alternative signature annotation. 2012-06-09 16:46:36 +04:00
Evgeny Gerashchenko 35e020e742 Removed unnecessary copyright comment in test data. 2012-06-09 16:46:36 +04:00
Evgeny Gerashchenko e3da27d62e Fixed typos 2012-06-09 16:46:36 +04:00
Dmitry Jemerov c9125d3f59 correctly call properties on annotation classes
#KT-1932 Fixed
2012-06-09 14:48:04 +02:00