Commit Graph

20 Commits

Author SHA1 Message Date
Evgeny Gerashchenko 3fd61edcd5 Replaced sure() invocations with '!!' operator in examples code. 2012-09-17 18:00:21 +04:00
Evgeny Gerashchenko 3fa0561f3d Added global constants for OS_SEPARATOR and VFS_SEPARATOR. 2012-04-08 17:20:04 +04:00
Evgeny Gerashchenko dfd3f50c52 Made VirtualFile subtype of Hashable. 2012-04-08 17:06:33 +04:00
Evgeny Gerashchenko 1931d82416 Changed keys for FileSystem.fileToInfo map (because of fixed compiler bugs) 2012-04-08 17:06:33 +04:00
Evgeny Gerashchenko 6772df3298 Replaced getter methods with properties (because of fixed compiler bugs) 2012-04-08 17:06:32 +04:00
Evgeny Gerashchenko 172809fa70 Changed project format for example-vfs to directory-based. 2012-04-06 22:53:25 +04:00
Evgeny Gerashchenko fab14cc398 Made example-vfs compilable and workable. 2012-04-06 22:53:25 +04:00
Evgeny Gerashchenko 77b6a5f7b1 Replaced stdlib module with corresponding library. 2012-04-06 22:53:25 +04:00
Hiram Chirino b8dda416f3 Remove functions which could conflict with the kotlin.assert function. 2012-03-08 14:42:41 -05:00
Andrey Breslav 0a08ac5fe8 Libraries written in Kotlin are factored out into a separate project 2012-03-06 19:00:29 +04:00
James Strachan eb3aac9acb refactored std.* package to be kotlin.*. Due to KT-1381 I had to move the functions from kotlin.test into the stdlib for now (I made them not depend on JUnit for now) 2012-03-03 12:11:06 +00:00
Evgeny Gerashchenko 12f7d463ad Fixed compilation of example-vfs project. 2012-02-27 17:43:20 +04:00
Alex Tkachman 53bba59a4f dbl -> toDouble 2012-02-22 13:14:41 +02:00
Andrey Breslav bff62484b1 KT-1306123.lng or 123.sht is not good name 2012-02-20 21:42:13 +04:00
Alefas 39d442b04f Declare Variable, Add type annotation action for Introduce Variable feature. 2012-02-14 21:32:13 +04:00
Alefas 6fe52d15b4 Few fixes to Introduce Variable (no new features added)
Added few tests to Introduce Variable
More strict requirements for expressions to introduce it.
2012-02-08 17:07:38 +04:00
Evgeny Gerashchenko 3660b4668e Commited minor changes in example-vfs.iml. 2012-02-08 15:58:06 +04:00
Alefas 1d88960a19 Name suggester + tests.
Fixed commented introduce variable tests.
2012-02-07 18:22:38 +04:00
Alex Tkachman 9559decfc0 some tweaks of VFS example to be more Kotlin 2012-02-01 10:48:28 +02:00
Evgeny Gerashchenko ca1abed3a9 Added example-vfs project written on Kotlin. 2012-01-27 18:31:20 +04:00