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 |
|
Hiram Chirino
|
dba869a49d
|
Adding check method to stdlib as detailed in KT-1530
|
2012-03-08 15:11:51 -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 |
|
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
|
a2b41a717e
|
switched to UTF-8 by default for string encoding
|
2012-03-07 20:13:47 +00: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
|
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 |
|
James Strachan
|
cb0d5078da
|
added some better wikilinks
|
2012-03-07 12:44:00 +00:00 |
|
James Strachan
|
a6254ec4aa
|
fixed up comment
|
2012-03-07 10:26:53 +00:00 |
|
Andrey Breslav
|
3beec4847a
|
stdlib sources re-added
|
2012-03-06 19:35:12 +04:00 |
|