Commit Graph

4254 Commits

Author SHA1 Message Date
unknown beff2f9b1e KT-740: Make sure that assign and increment operations compute receiver only once:
- Array operations.
2012-03-09 19:22:13 +04:00
unknown 295b38bf32 KT-740: Make sure that assign and increment operations compute receiver only once:
- Increment operation on property.
2012-03-09 19:22:12 +04:00
unknown 3841227868 Resolve outdated TODOs. 2012-03-09 19:22:11 +04:00
unknown eced7048e3 Fix semicolon being on the wrong line in "use strict" expression 2012-03-09 19:22:10 +04:00
unknown 253b92a44d KT-1052: Add support for function calls (and, or, xor, not) on Boolean 2012-03-09 19:22:10 +04:00
Leonid Shalupov 9a92bee187 TeamCityPluginPublisher.xml: fixes 2012-03-09 19:04:37 +04:00
Leonid Shalupov 53ee467707 TeamCityPluginPublisher.xml: wording 2012-03-09 18:42:22 +04:00
Leonid Shalupov 9490d05b7c draft plugin publisher 2012-03-09 18:25:43 +04:00
Leonid Shalupov c2b7e3835c Merge remote-tracking branch 'origin/master' 2012-03-09 17:50:13 +04:00
Leonid Shalupov 4ff9a71d8b get lastPinned plugin-verifier in update_dependencies.xml 2012-03-09 17:49:49 +04:00
Andrey Breslav 97ec5b4344 Make JetLightClass analyze the whole project (with no caching, for now). This change is related to the following issues:
KT-1474 Execption when running kotlin project
KT-1501 Run script doesn't work in IDEA
In seems that to fix the problem completely, we need to avoid importing Java's default package into every file, but the problems reported in these requests are gone now.

#KT-1501 Fixed
#KT-1474 Fixed
2012-03-09 17:48:11 +04:00
Andrey Breslav 1aadf98951 Working around a problem with shallow analysis 2012-03-09 17:35:29 +04:00
Andrey Breslav 4831940a7d Copyright set up 2012-03-09 17:33:56 +04:00
James Strachan 0a70ed6aee added some docs 2012-03-09 11:43:23 +00:00
James Strachan 049a755e89 added a link to the github page 2012-03-09 11:43:05 +00:00
James Strachan 2ba6b3b8ba added a module definition for the generation of API docs 2012-03-09 11:42:50 +00:00
James Strachan beafb561bb improved kdoc to avoid showing duplicate functions of the same name & to show more detail in the function summary table 2012-03-09 11:28:30 +00:00
Andrey Breslav e5e227b57b Putting 75dcb84 back 2012-03-09 15:01:15 +04:00
Andrey Breslav 1a447e4ff3 Revert the 75dcb84 2012-03-09 13:58:41 +04:00
Andrey Breslav cebe80e049 Git root configured for the libraries project 2012-03-09 13:35:51 +04:00
James Strachan 6e67af66d2 used cleaner css and images 2012-03-09 09:26:48 +00:00
James Strachan cc13986b87 added missing image 2012-03-09 09:20:03 +00:00
James Strachan a05c39047a added generation of the JS API docs, though had to disable until KT-1522 is fixed 2012-03-09 08:42:44 +00:00
Svetlana Isakova c857785910 KT-1002 If there's no return in function highlight only last token but not last statement 2012-03-09 12:20:10 +04:00
James Strachan 1054a4da9a added twitter bootstrap & a little home page with links to all the kool stuff 2012-03-09 08:08:50 +00:00
James Strachan 8936f45054 exposed the project version as a system property so we can use it in the tests & generation of the kdoc 2012-03-09 07:30:15 +00:00
James Strachan b5108912ee re-enabled tests by default 2012-03-09 07:12:41 +00:00
James Strachan 6d355d7be2 fixed minor bug :) 2012-03-09 07:11:19 +00:00
James Strachan bdcdf93650 Merge pull request #15 from chirino/master
stdlib enhancements around String conversions.
2012-03-08 22:48:51 -08:00
James Strachan c2000c5312 Merge pull request #16 from chirino/KT-1530
Adding check method to stdlib as detailed in KT-1530
2012-03-08 22:43:34 -08:00
Evgeny Goldin 680e1d39f9 "libraries/etc/ivyconf.xml" removed - not used any more. 2012-03-08 23:19:41 +01:00
Hiram Chirino dba869a49d Adding check method to stdlib as detailed in KT-1530 2012-03-08 15:11:51 -05:00
Hiram Chirino b8dda416f3 Remove functions which could conflict with the kotlin.assert function. 2012-03-08 14:42:41 -05:00
Hiram Chirino 75dcb84c2e Fixes an NPE when compiling from the IDE. 2012-03-08 14:42:41 -05:00
Hiram Chirino 488cf35aaf Added extension methods to convert String to all primitives. Also for String to ByteArray, and ByteArray to String using a character encoding and then reused in the IO extension methods to simplify. 2012-03-08 14:42:41 -05:00
Evgeny Goldin 63b293aecc "ivy-maven-plugin" removed. 2012-03-08 17:59:55 +01:00
Evgeny Goldin 2c985eb33a <kotlin-maven-plugin.version>0.2.3.8-beta-10</kotlin-maven-plugin.version> 2012-03-08 17:42:19 +01:00
Evgeny Goldin da11b990f0 Build tools compilation error - absolute path is logged. 2012-03-08 16:41:04 +01:00
Evgeny Goldin 1036c9df17 kotlin-maven-plugin "0.2.3.8-beta-9": no need to use "ivy-maven-plugin" or <systemPath>. 2012-03-08 16:41:04 +01:00
James Strachan 34a0d266d0 fixed up arrays.orEmpty() API - thanks again Stepan! 2012-03-08 14:51:09 +00:00
James Strachan db72208a91 refactored filterNulls() to filterNotNull() which is a clearer name - thanks Stepan! 2012-03-08 14:36:23 +00:00
James Strachan 8d48e3c8a8 added some docs on how to deploy the API docs 2012-03-08 12:24:31 +00:00
James Strachan 366f69b8b1 fixed up the pom so that we can do "mvn site:deploy" in the website project to redeploy the API docs 2012-03-08 12:17:51 +00:00
James Strachan b3bdfffca2 added a command line KDocCompiler so its easy to generate kdoc from command line or build tools. Also added generation of the kdoc documentation in a test case in the website project along with a simple html website 2012-03-08 12:02:30 +00:00
James Strachan cd42b6d527 fix up links to relative stylesheets 2012-03-08 12:00:52 +00:00
James Strachan 562ba6b4de further refactorings to work around kotlin compiler bugs (nested classes & access to public fields in java classes) so we can extend the KotlinCompiler from Kotlin code to add new arguments and compiler plugins 2012-03-08 11:58:02 +00:00
James Strachan 0c66d9db27 further minor refactorings so we can easily reuse the class and command line argument handling in other command line tools like kdoc 2012-03-08 09:19:15 +00:00
James Strachan bfce06cbb0 Merge branch 'master' of github.com:JetBrains/kotlin 2012-03-08 08:11:34 +00:00
James Strachan c68c298930 added website module 2012-03-08 08:10:43 +00:00
James Strachan f43fd0f4f6 minor refactor to make KotlinCompiler easier to extend (to make command line based compiler tools with configurable plugins) 2012-03-08 08:05:47 +00:00