Evgeny Goldin
|
f2135d97cf
|
Merge branch 'master' of github.com:JetBrains/kotlin
|
2012-03-07 20:43:36 +01:00 |
|
Evgeny Goldin
|
0ceac22872
|
KT-1529: Failing module compilation doesn't fail Maven build
|
2012-03-07 20:43:07 +01:00 |
|
James Strachan
|
fe6268f458
|
merged pull request https://github.com/JetBrains/kotlin/pull/12 from ntaro with thanks!
|
2012-03-07 19:28:04 +00:00 |
|
James Strachan
|
7afe9e6fcf
|
Merge pull request #14 from chirino/KT-1530
For KT-1530
|
2012-03-07 11:23:30 -08:00 |
|
James Strachan
|
ae03192183
|
Merge pull request #13 from chirino/testexception
Generalize test exception catching to Throwable so that you can test for...
|
2012-03-07 11:22:46 -08:00 |
|
James Strachan
|
446541f676
|
upgraded to the latest mvn plugin
|
2012-03-07 19:17:21 +00:00 |
|
James Strachan
|
4f14c18aee
|
added a few more file & stream helper methods
|
2012-03-07 19:16:18 +00:00 |
|
Hiram Chirino
|
c9d6b8462d
|
KT-1530 : stdlib should include assert and require functions to simplify precondition checking
|
2012-03-07 13:16:02 -05:00 |
|
Hiram Chirino
|
87370ba3bd
|
Generalize test exception catching to Throwable so that you can test for RuntimeExceptions.
|
2012-03-07 13:14:49 -05:00 |
|
James Strachan
|
25ae0bb127
|
trying to work around compiler error
|
2012-03-07 18:05:00 +00:00 |
|
James Strachan
|
53f29c265c
|
added some file & io helper methods
|
2012-03-07 17:58:58 +00:00 |
|
Stepan Koltsov
|
1e08fc3754
|
make build-tools module depend on idea-core to fix build
|
2012-03-07 20:48:34 +04:00 |
|
James Strachan
|
3b448bd725
|
initial support of [[wiklinks]] in comments which currently only works for fully qualified names (and some temporary hacks for common base packages), needs replacing with a real solver/completer though! :)
|
2012-03-07 12:52:51 +00:00 |
|
James Strachan
|
322eda917d
|
add the apidocs to the mvn build (though temporarily requires a snapshot of the mvn plugin)
|
2012-03-07 12:51:53 +00:00 |
|
James Strachan
|
cb0d5078da
|
added some better wikilinks
|
2012-03-07 12:44:00 +00:00 |
|
James Strachan
|
af93b82ed9
|
minor refactor to ensure a KAnnotated always has a declarationDescriptor
|
2012-03-07 10:39:15 +00:00 |
|
James Strachan
|
41f456583a
|
added missing ivy file
|
2012-03-07 10:26:58 +00:00 |
|
James Strachan
|
585625bf2f
|
refactored the comments to split the wiki markup into the first paragraph for the summary and the rest for the detail and to allow relative URL links to classes in wiki links
|
2012-03-07 10:26:53 +00:00 |
|
James Strachan
|
a6254ec4aa
|
fixed up comment
|
2012-03-07 10:26:53 +00:00 |
|
Evgeny Gerashchenko
|
cb45426d44
|
Got rid of non-ASCII character in JetCompiler.
|
2012-03-07 13:55:22 +04:00 |
|
James Strachan
|
ab8499be32
|
added a sample project for generating the kdoc reports via the maven plugin (snapshot version)
|
2012-03-07 09:53:52 +00:00 |
|
James Strachan
|
7af79bc31b
|
added gitignore and pegdown version
|
2012-03-07 09:53:52 +00:00 |
|
Nikolay Krasko
|
ec29e06115
|
- KT-1430 Import popup/type completion does not work for extension functions
- refactoring for auto import tests
|
2012-03-07 13:42:06 +04:00 |
|
Andrey Breslav
|
a94b77ffc9
|
Revert GUICE introduction
|
2012-03-07 12:58:37 +04:00 |
|
Svetlana Isakova
|
e9a7a909f6
|
KT-1402 Create new Kotlin object from a Java public static inner class
|
2012-03-07 12:09:03 +04:00 |
|
James Strachan
|
f6244f75ea
|
minor refactoring to allow plugins to be added to the BytecodeCompiler
|
2012-03-07 07:36:18 +00:00 |
|
James Strachan
|
fcc7189653
|
added very early spike of a pure kotlin based maven plugin (though we need value annotations before it can work :)
|
2012-03-07 07:13:48 +00:00 |
|
Stepan Koltsov
|
15e2741f06
|
... fix build.xml too
|
2012-03-07 04:26:14 +04:00 |
|
Stepan Koltsov
|
b62c21e446
|
missing files
|
2012-03-07 04:12:08 +04:00 |
|
Stepan Koltsov
|
c3e2fc947d
|
using guice to wire TopDownAnalyzer beans
|
2012-03-07 04:09:12 +04:00 |
|
Stepan Koltsov
|
406c81fbb3
|
better diag in CompileEnvironmentTest
|
2012-03-07 04:09:00 +04:00 |
|
Stepan Koltsov
|
522083bf5a
|
lang package
|
2012-03-07 04:08:18 +04:00 |
|
Stepan Koltsov
|
5ae9cdff6b
|
link from method to similar
|
2012-03-07 04:07:14 +04:00 |
|
Stepan Koltsov
|
c2026b89b8
|
missing test in ReadJavaBinaryClassTest
|
2012-03-07 04:07:10 +04:00 |
|
James Strachan
|
fee9d2d1a2
|
fixed up surefire configuration so the build works
|
2012-03-06 20:26:40 +00:00 |
|
James Strachan
|
310af17e83
|
added a pom for kunit
|
2012-03-06 20:24:10 +00:00 |
|
James Strachan
|
6b514bdb9a
|
include the test cases for stdlib maven build
|
2012-03-06 20:18:25 +00:00 |
|
James Strachan
|
8fda6a8892
|
got a basic mvn build working (without testing stdlib yet)
|
2012-03-06 20:15:17 +00:00 |
|
James Strachan
|
0e50c76f44
|
added first spike at maven poms for stdlib and kdoc
|
2012-03-06 19:50:03 +00:00 |
|
Evgeny Gerashchenko
|
a79a36dd11
|
Updated DescriptorRenderer to to be aware of types like Iterator<#(Int, Boolean)>
|
2012-03-06 22:01:23 +04:00 |
|
Evgeny Gerashchenko
|
78b7c32cd5
|
Refactored JetStandardClasses and DescriptorRenderer: renderer for tuple and function types share common code.
|
2012-03-06 22:01:23 +04:00 |
|
Andrey Breslav
|
b70565591e
|
Run configuration for tests added
|
2012-03-06 21:29:25 +04:00 |
|
Andrey Breslav
|
b657cb0260
|
Useless ipr removed
|
2012-03-06 21:20:10 +04:00 |
|
pTalanov
|
566f53d9d0
|
Build fix attempt: got rid of SuiteBuilder class
|
2012-03-06 21:12:24 +04:00 |
|
pTalanov
|
f6ad975269
|
Build fix attempt: reorganised test inheritance.
|
2012-03-06 20:44:43 +04:00 |
|
pTalanov
|
ecdc8115f6
|
Add license files for jshashtable, prototype.
|
2012-03-06 20:24:19 +04:00 |
|
pTalanov
|
0c0abe419f
|
Add license files for rhino, json, dart, asm, args4j.
|
2012-03-06 20:24:18 +04:00 |
|
pTalanov
|
e890cc7750
|
Add "use strict" to generated test files and to kotlin_lib.js
|
2012-03-06 20:24:17 +04:00 |
|
Andrey Breslav
|
c794da3c55
|
More paths fixed
|
2012-03-06 20:21:51 +04:00 |
|
Evgeny Gerashchenko
|
0a5fab442c
|
Added extra space around "->" in function types.
|
2012-03-06 20:08:32 +04:00 |
|