Kyle Marek-Spartz
|
df4c1fa6b2
|
Changed phrasing, fixed and added a test.
|
2014-02-23 21:53:49 -06:00 |
|
Kyle Marek-Spartz
|
9f05e0d045
|
Include the receiver name in methodNotFound error messages.
> class Foo {}
> Foo.baz
Receiver 'Foo metaclass', does not implement method 'baz'.
|
2014-02-22 01:20:53 -06:00 |
|
Kyle Marek-Spartz
|
9792581292
|
Style choice: I had been writing methods with spaces before the arguments, but that doesn't seem to be the case in the documentation. This is just to keep things consistent
|
2014-02-18 11:55:55 -06:00 |
|
Kyle Marek-Spartz
|
9a566e8203
|
Strunk would be proud.
|
2014-02-17 13:56:41 -06:00 |
|
Kyle Marek-Spartz
|
b0e2b29e41
|
Move title to left side for when there are many tabs open.
|
2014-02-16 22:02:04 -06:00 |
|
Kyle Marek-Spartz
|
4eead2b611
|
Punctuation choices
|
2014-02-16 21:56:51 -06:00 |
|
Kyle Marek-Spartz
|
5b8b06cf52
|
TODO note about refactoring classes and method-calls documentation. As a user of the documentation, I found some aspects confusing about this, particularly the operator section. There should be an example of how to define custom operators on the Classes page.
|
2014-02-16 21:56:21 -06:00 |
|
Kyle Marek-Spartz
|
16756cb619
|
todo note about static methods
|
2014-02-16 21:56:14 -06:00 |
|
Kyle Marek-Spartz
|
7ed6922c2c
|
Change indentation to match 2 space indents seen elsewhere
|
2014-02-16 21:55:03 -06:00 |
|
Kyle Marek-Spartz
|
d25504eb4e
|
Put custom bitwise operator tests into existing operators test file.
|
2014-02-16 19:42:49 -06:00 |
|
Kyle Marek-Spartz
|
c43dbe96d3
|
Make custom bitwise operators work, add tests
|
2014-02-16 12:01:40 -06:00 |
|
Kyle Marek-Spartz
|
3f96637274
|
Update a bunch of io to IO in docs.
|
2014-02-16 11:28:56 -06:00 |
|
Kyle Marek-Spartz
|
b383b78863
|
Spelling typos in docs: "rivaling", "carnival"
|
2014-02-15 17:12:18 -06:00 |
|
Kyle Marek-Spartz
|
3409d588e5
|
Added List.where method and tests.
|
2014-02-15 00:42:14 -06:00 |
|
Kyle Marek-Spartz
|
1d31c95872
|
Cleanups for merging map method
|
2014-02-15 00:34:30 -06:00 |
|
Kyle Marek-Spartz
|
10b335908c
|
Two very unimportant changes: a typo and dead code.
|
2014-02-15 00:15:51 -06:00 |
|
Kyle Marek-Spartz
|
83ea5aaf45
|
Add List.map method and test
|
2014-02-14 23:06:29 -06:00 |
|
Kyle Marek-Spartz
|
e519ecbc49
|
Third try. ;) Concat operator, tests. Now [1,2,3] + (4..6) works! Inlined helper functions to keep core lib small.
|
2014-02-14 11:16:57 -06:00 |
|