Andrey Breslav
|
7fcae64766
|
Parser test data fixed
|
2011-12-27 15:20:31 +04:00 |
|
Andrey Breslav
|
1704247534
|
Merge remote branch 'origin/master'
Conflicts:
idea/testData/checker/RecursiveTypeInference.jet
|
2011-12-27 15:00:33 +04:00 |
|
Andrey Breslav
|
588a7c32b9
|
Merge remote branch 'origin/master'
|
2011-12-27 14:59:30 +04:00 |
|
Andrey Breslav
|
b453880d9c
|
Better message for recursive type inference
|
2011-12-27 14:59:24 +04:00 |
|
Andrey Breslav
|
2d78ccb9e1
|
Annotator test data fixed
|
2011-12-27 14:54:41 +04:00 |
|
svtk
|
084472aa4f
|
Merge remote-tracking branch 'origin/master'
|
2011-12-27 14:35:57 +04:00 |
|
svtk
|
7060f6ef80
|
Added imports resolve from objects and variables
|
2011-12-27 14:35:52 +04:00 |
|
Andrey Breslav
|
0ddd926a4b
|
Merge remote branch 'origin/master'
|
2011-12-27 14:17:31 +04:00 |
|
Andrey Breslav
|
f45c6171ba
|
Resolve test data fixed
|
2011-12-27 14:17:23 +04:00 |
|
Nikolay Krasko
|
44e558b681
|
More iterable extensions
|
2011-12-27 12:46:33 +04:00 |
|
Andrey Breslav
|
7531b94bd6
|
Merge remote branch 'origin/master'
|
2011-12-27 12:16:45 +04:00 |
|
Andrey Breslav
|
79d321ee51
|
KT-875 Space is missing
#KT-875 Fixed
|
2011-12-27 12:06:11 +04:00 |
|
Andrey Breslav
|
8cad00a021
|
Merge remote branch 'origin/master'
|
2011-12-27 11:46:22 +04:00 |
|
Andrey Breslav
|
fa5be15852
|
Diagnostics test data fixed
|
2011-12-26 19:55:29 +04:00 |
|
Andrey Breslav
|
3b0ca42e0b
|
jet.typeinfo.TypeInfo -> jet.TypeInfo
|
2011-12-26 18:59:48 +04:00 |
|
svtk
|
90e5c03389
|
Merge remote-tracking branch 'origin/master'
|
2011-12-26 18:37:27 +04:00 |
|
svtk
|
36f50fa594
|
KT-819 Redeclaration error for extension properties with the same name and different receivers
|
2011-12-26 18:37:21 +04:00 |
|
Andrey Breslav
|
5653dabe95
|
Syntax fixed
|
2011-12-26 18:20:16 +04:00 |
|
Andrey Breslav
|
eb0ded778c
|
Merge remote-tracking branch 'origin/master'
|
2011-12-26 02:30:56 +04:00 |
|
Andrey Breslav
|
072546ed5d
|
KT-868 unable to add a 'size' and 'empty' property to java.util.Map via extension methods
|
2011-12-26 02:30:51 +04:00 |
|
Alex Tkachman
|
b64e8407f9
|
removed nested namespace
|
2011-12-25 23:12:41 +02:00 |
|
Alex Tkachman
|
41f9a71777
|
modules property instead of defineModules in Module DSL
|
2011-12-25 21:53:36 +02:00 |
|
Alex Tkachman
|
f40cf97279
|
fix for KT-870 - when without parameter
|
2011-12-25 15:55:57 +02:00 |
|
Andrey Breslav
|
f52eae71d0
|
GreatSyntacticShift: 'namespace' -> 'package'
|
2011-12-25 15:51:59 +04:00 |
|
Alex Tkachman
|
9f4cd37dbb
|
stdlib included in to cli-compilation
|
2011-12-25 12:28:00 +02:00 |
|
Alex Tkachman
|
f4704adc3f
|
proper archiving of stdlib sources
|
2011-12-25 12:08:28 +02:00 |
|
James Strachan
|
393ecf2208
|
added a groupBy method (and stumbled on a couple more little compiler bugs which could well be the same as previous issues I've raised this week). Happy holidays everyone :)
|
2011-12-24 07:46:26 +00:00 |
|
James Strachan
|
8396017b5b
|
added example of compiler issue; unable to create 'size' and 'empty' properties on Collection<T> and java.util.Map<T> it seems? wonder if its a qualified name issue - qualified names don't seem to be allowed on extension properties - will raise an issue...
|
2011-12-23 17:20:25 +00:00 |
|
Maxim Shafirov
|
28d9138798
|
Proper rt.jar detection on macs
|
2011-12-23 21:01:04 +03:00 |
|
James Strachan
|
aa46952531
|
implemented containerType.count(predicate)
|
2011-12-23 16:48:22 +00:00 |
|
James Strachan
|
3fa49cadc0
|
added filterNot method
|
2011-12-23 16:27:40 +00:00 |
|
James Strachan
|
310a49eaff
|
added issue comments for compiler bug
|
2011-12-23 16:08:12 +00:00 |
|
James Strachan
|
8db24f12d9
|
added link to compiler bug issue in comment
|
2011-12-23 16:00:43 +00:00 |
|
James Strachan
|
eb3f895763
|
Merge remote-tracking branch 'origin/master'
|
2011-12-23 15:52:50 +00:00 |
|
Maxim Shafirov
|
423494cef0
|
missed shift
|
2011-12-23 19:51:25 +03:00 |
|
James Strachan
|
991a3d9dec
|
added proper map with default size passed in for Collection/Array but also added to Iterable and java.util.Iterable with no size; so the collection/iterable methods are now I think replicated; just need iterator methods now
|
2011-12-23 15:52:37 +00:00 |
|
James Strachan
|
877de17122
|
move coverage of the standard methods across Iterable, Array, java.util.Iterable (not quite complete but close)
|
2011-12-23 15:46:41 +00:00 |
|
James Strachan
|
5242985e2e
|
first cut of a little bit of code generation to make sure we mirror most of the java.util.Iterable<T> methods to Array<T>
|
2011-12-23 15:23:21 +00:00 |
|
James Strachan
|
db76e28c6d
|
added a little experimental spike of a text and markup based template library for internal DSLs for templating (which external DSLs like Jade / Razor / Velocity / Erb / JSP style) could layer on top of. Mails to follow shortly :)
|
2011-12-23 13:40:03 +00:00 |
|
Alex Tkachman
|
f64c02c80a
|
test dsl example
|
2011-12-22 17:24:50 +02:00 |
|
Alex Tkachman
|
cf17beab8b
|
test dsl
|
2011-12-22 14:58:25 +02:00 |
|
Alex Tkachman
|
3a3af75c3d
|
Merge remote branch 'origin/master'
|
2011-12-22 14:50:44 +02:00 |
|
Maxim Shafirov
|
e15ecc29da
|
Fix TC build. We don't have any bootsrap phase yet so Kotlin compiler is not available during build. Thus, any reference from Java to Kotlin class appears broken.
|
2011-12-22 16:32:33 +03:00 |
|
Alex Tkachman
|
b0b14ecaa2
|
examples converted to new syntax
|
2011-12-22 14:50:21 +02:00 |
|
Alex Tkachman
|
6d41dee6f7
|
static typ[e info for Any & Any?
|
2011-12-22 14:24:15 +02:00 |
|
Maxim Shafirov
|
954120fe3e
|
KT-812
|
2011-12-22 15:53:34 +03:00 |
|
Maxim Shafirov
|
14862f7d39
|
Initial java facade tests
|
2011-12-22 15:33:34 +03:00 |
|
James Strachan
|
2274ab48ab
|
added a useLines() methods on Reader to be able to use a line iterator (Iterator<String>) to process the file on a per line bases with the block in full control over how much of the file to process; though hit a couple of type inference issues
|
2011-12-22 09:36:18 +00:00 |
|
James Strachan
|
a7810c4396
|
another attempt at getting a flatMap test working, not quite figured out the generics yet :)
|
2011-12-22 09:09:14 +00:00 |
|
James Strachan
|
71b1aee908
|
added a little test case showing how we can iterate through lines in a file; also started adding helper methods to the standard kotlin Iterator; though probably need to rename the to* methods iterators, maybe to collect* as Stepan suggested. Could maybe use some extension function syntax making it easy to add helper methods consistently to Array, Iterator, Iterable, java.util.Iterator, java.util.Iterable at the same time, we're very inconsistent currently :)
|
2011-12-22 08:59:43 +00:00 |
|