Andrey Breslav
|
2e7d607bca
|
EA-34672 - Kotlin tool windows: assert: ComponentManagerImpl.getComponent
|
2012-03-16 18:36:04 +04:00 |
|
Stepan Koltsov
|
2f9621cc8a
|
prohibit '*' in FqNameUnsafe
|
2012-03-16 18:09:04 +04:00 |
|
Alex Tkachman
|
6ff783e79b
|
KT-1592 don't write default values for annotations
|
2012-03-16 15:48:49 +02:00 |
|
Svetlana Isakova
|
114988ac82
|
KT-1579 "Can't import nested class/trait" partially: Entry can be imported, but Map.Entry in code is still unresolved
|
2012-03-16 17:09:28 +04:00 |
|
Evgeny Gerashchenko
|
ba841816c8
|
Fixed tests related to changes in DescriptorRenderer.
|
2012-03-16 17:00:59 +04:00 |
|
Evgeny Gerashchenko
|
1157ab6d5d
|
Restored lost space after "final" in DescriptorRenderer
|
2012-03-16 16:51:35 +04:00 |
|
Evgeny Gerashchenko
|
9037901b08
|
Updated version of IDEA build un update_dependencies.xml
|
2012-03-16 16:42:43 +04:00 |
|
Evgeny Gerashchenko
|
17cd9c0e5c
|
Restored "final" keyword in DescriptorRenderer.
|
2012-03-16 16:42:43 +04:00 |
|
Maxim Shafirov
|
ea8a416051
|
#KT-978 Fixed
|
2012-03-16 15:28:45 +04:00 |
|
James Strachan
|
46b5b1b177
|
added a sample experiment comparing Scala's use of Option[T] and how we can use T? in Kotlin today together with how we may support it in the future
|
2012-03-16 10:59:03 +00:00 |
|
James Strachan
|
406b8fa6a5
|
added a few more links to the home page
|
2012-03-16 10:58:10 +00:00 |
|
Maxim Shafirov
|
1de073bbdf
|
#KT-1333 Fixed
|
2012-03-16 13:33:57 +04:00 |
|
James Strachan
|
4c6aabb17d
|
added more instructions on contributing and how to download the plugin by hand
|
2012-03-15 16:24:57 +00:00 |
|
James Strachan
|
07163c3d9f
|
hide jdk crapola from kdoc report
|
2012-03-15 16:24:32 +00:00 |
|
Nikolay Krasko
|
490c277c10
|
Be able to build plugin on the same machine without renew sources from repository.
|
2012-03-15 19:38:13 +04:00 |
|
Stepan Koltsov
|
1610c9b3a0
|
FqNameUnsafe
|
2012-03-15 19:28:29 +04:00 |
|
Stepan Koltsov
|
4c12f61a28
|
properly report error in initialization loop
|
2012-03-15 19:23:48 +04:00 |
|
Stepan Koltsov
|
4c8cd6ca5c
|
NamespaceFactory
* extract NamespaceFactory from TypeHierarchyResolver
* implement NamespaceFactory.createNamespaceDescriptorPathIfNeeded(FqName)
* FqName .path() and .pathSegments() utilities
|
2012-03-15 17:30:29 +04:00 |
|
Nikolay Krasko
|
e1afdbff68
|
Check that plugin.xml has correct pattern for version substitution.
|
2012-03-15 16:16:21 +04:00 |
|
Maxim Shafirov
|
2db12d69f9
|
fix test
|
2012-03-15 15:43:08 +04:00 |
|
Maxim Shafirov
|
43956b565a
|
#KT-1562 Fixed.
|
2012-03-15 15:12:29 +04:00 |
|
Andrey Breslav
|
562893f83e
|
Fixing the behavior for non-physical JetFiles (e.g. the ones created by WebDemo)
|
2012-03-15 14:04:11 +04:00 |
|
James Strachan
|
7137872ede
|
moved the jdbc string template API out of the test case :) and fix up some cruft in the API docs
|
2012-03-14 20:44:54 +00:00 |
|
James Strachan
|
4352ed38e5
|
minor refactor to tidy up the API
|
2012-03-14 20:17:30 +00:00 |
|
Stepan Koltsov
|
245a4f079c
|
better message when dependency is interface
|
2012-03-15 00:14:18 +04:00 |
|
Andrey Breslav
|
9524b48676
|
Resolution task is itself a context
|
2012-03-14 23:09:23 +04:00 |
|
Evgeny Goldin
|
5b7dff2bad
|
BytecodeCompiler - compiler invocation wrapped with try/catch.
|
2012-03-14 19:55:56 +01:00 |
|
Nikolay Krasko
|
123de71102
|
Fake change for activating build - testing IDEA update
|
2012-03-14 22:54:02 +04:00 |
|
Nikolay Krasko
|
10f696b444
|
Revert version pattern
|
2012-03-14 22:37:14 +04:00 |
|
James Strachan
|
bcde2f9544
|
added hook for caching preparedStatements along with simplifying the logic of using PreparedStatements as we make the statement up front, then bind directly. Also support most of the common data types (though need more null support)
|
2012-03-14 18:18:46 +00:00 |
|
James Strachan
|
5f2fc14b8b
|
added more comments on how to construct a valid StringTemplate
|
2012-03-14 18:17:53 +00:00 |
|
Stepan Koltsov
|
982eebf70f
|
better root ns
|
2012-03-14 22:02:44 +04:00 |
|
Maxim Shafirov
|
e82dd48662
|
Progress messages when emitting classfiles
|
2012-03-14 21:59:51 +04:00 |
|
Stepan Koltsov
|
fecc98af8c
|
more DI in top down analysis
|
2012-03-14 21:47:29 +04:00 |
|
Stepan Koltsov
|
7a6f18c14a
|
di: required parameters
* required parameters have @NotNull annotation generated
* parameters are required by default
|
2012-03-14 21:47:25 +04:00 |
|
Andrey Breslav
|
e6020725fe
|
Refactoring CallResolver to use context objects
|
2012-03-14 20:18:12 +04:00 |
|
James Strachan
|
7ef65c0099
|
moved the stdlib tests into the same directory as the stdlib, so it works a bit better with maven support in IDEA
|
2012-03-14 16:14:14 +00:00 |
|
James Strachan
|
9cd21d3a4d
|
used Tuple0 as a better type parameter for the function on Tuple/StringTemplate
|
2012-03-14 16:14:14 +00:00 |
|
Stepan Koltsov
|
76e49f1865
|
more root ns
|
2012-03-14 20:13:55 +04:00 |
|
Stepan Koltsov
|
316010be37
|
fix typo
|
2012-03-14 20:02:57 +04:00 |
|
James Strachan
|
d01d1d973d
|
Merge branch 'master' of github.com:JetBrains/kotlin
|
2012-03-14 16:00:57 +00:00 |
|
James Strachan
|
e2d85427ce
|
removed the old experiments for templating; so we now just create a StringTemplate object that can be converted to html or used with JDBC queries/statements etc
|
2012-03-14 16:00:11 +00:00 |
|
Stepan Koltsov
|
5af4661c18
|
better root ns
* ModuleDescrpiptor now lives in context
* ns parent is module descriptor iff ns is root ns
* minor test enhancements
|
2012-03-14 19:43:22 +04:00 |
|
Stepan Koltsov
|
671b0ff7ee
|
... and rename
|
2012-03-14 18:01:21 +04:00 |
|
Stepan Koltsov
|
1127a23a1b
|
NamespaceLikeBuilder instead of NamespaceLike
|
2012-03-14 18:01:18 +04:00 |
|
James Strachan
|
34c4808c76
|
#KT-1565 add a StringTemplate class which takes a Tuple - also add a Tuple so we can easily generically process all the items in a tuple
|
2012-03-14 12:51:04 +00:00 |
|
Maxim Shafirov
|
32264cd4a8
|
File name transforming is unnecessary and thus, removed.
|
2012-03-14 16:35:45 +04:00 |
|
Nikolay Krasko
|
cd59e72350
|
Add ability to post exceptions during analyzing as errors from IDEA
|
2012-03-14 15:53:39 +04:00 |
|
Svetlana Isakova
|
9dc9e9984b
|
KT-1572 Frontend doesn't mark all vars included in closure as refs.
|
2012-03-14 15:07:33 +04:00 |
|
Evgeny Gerashchenko
|
af9f00c177
|
Merge branch 'decompiler'
Conflicts:
compiler/backend/src/org/jetbrains/jet/codegen/NamespaceCodegen.java
compiler/frontend.java/src/org/jetbrains/jet/lang/resolve/java/JavaPackageScope.java
compiler/frontend/src/org/jetbrains/jet/lang/resolve/DescriptorUtils.java
|
2012-03-14 14:50:04 +04:00 |
|