1
0
forked from Mirror/wren
Commit Graph

954 Commits

Author SHA1 Message Date
16d5c4441c Merge branch 'master' of https://github.com/munificent/wren 2015-05-19 07:00:57 -07:00
3be0a396c4 Remove unneeded line from Makefile. 2015-05-19 07:00:44 -07:00
9ccefc6af3 Merge pull request #262 from lluchs/syntax-example
Add syntax example file
2015-05-19 06:58:12 -07:00
e861b86563 Revert 40897f3348.
It leaks memory in the case of runtime errors.
2015-05-19 06:50:17 -07:00
be5a42dc22 Add function to grow a buffer by more than one element. 2015-05-05 06:54:13 -07:00
40897f3348 Don't stackoverflow on recursive lists and maps. Fix #3. 2015-05-03 11:13:05 -07:00
3f06553f7f Allow fibers as map keys. 2015-05-03 11:12:17 -07:00
fcf4197139 Add Object.same(_,_) to access built-in equality even for classes that may override ==.
Had to add a new metaclass for Object since it now has its own static method so we
can't just use Class as its metaclass. (We don't want *every* class to have a same(_,_)
static method.)
2015-05-01 07:55:28 -07:00
a907c143c8 Test referring to lowercase class name inside class.
Fix #251.
2015-04-25 10:47:55 -07:00
47d0ba951f Merge pull request #261 from EvanHahn/patch-1
Add Evan Hahn to AUTHORS
2015-04-25 09:34:57 -07:00
abdb2727e9 Add Evan Hahn to AUTHORS 2015-04-25 11:19:55 -05:00
f132f59649 Add syntax example file 2015-04-25 18:10:17 +02:00
1c5a2b03c1 Copy edit a bit. 2015-04-25 08:48:06 -07:00
e0ceb87975 Merge branch '257-community' of git://github.com/EvanHahn/wren into EvanHahn-257-community 2015-04-25 08:39:43 -07:00
30ccadd896 Merge branch 'master' of https://github.com/munificent/wren 2015-04-25 08:39:04 -07:00
bead9a3406 Output amalgamation into build/. 2015-04-25 08:38:45 -07:00
f0d1b73fa3 Add a Community page
Closes #257.
2015-04-23 17:46:18 -05:00
f07e38f40a Merge branch 'amalgamation' of git://github.com/lluchs/wren into lluchs-amalgamation 2015-04-23 07:27:32 -07:00
4147ef2500 Merge pull request #259 from minirop/import-keyword
added missing "import" keyword
2015-04-22 07:46:13 -07:00
7c1ede0a3d Merge branch 'master' of https://github.com/munificent/wren 2015-04-22 07:45:39 -07:00
bfce24151e Tweak docs. 2015-04-22 07:45:20 -07:00
fea844382f Merge branch 'doc-todos' of git://github.com/gsmaverick/wren into gsmaverick-doc-todos 2015-04-22 07:22:42 -07:00
9f30400b7d Merge pull request #258 from patriciomacadden/fix-typo
fix typo: orde => order
2015-04-22 07:21:13 -07:00
732dd18019 Merge pull request #256 from bjorn/toList_docs
Some documentation updates
2015-04-22 07:19:00 -07:00
701e97510a added missing "import" keyword 2015-04-19 23:13:40 +02:00
c3497ee840 Code review changes. 2015-04-19 13:32:15 -07:00
512500be17 fix typo: orde => order 2015-04-17 23:13:36 -03:00
796639e371 Fix amalgamation to work with X Macro files 2015-04-16 14:45:22 +02:00
bc7bf2a09f Print LICENSE on top of the amalgamation 2015-04-16 14:45:22 +02:00
c44be6418b Add comments for file start/end 2015-04-16 14:45:22 +02:00
9bcf31e14d Add amalgamation generation script 2015-04-16 14:45:22 +02:00
4dad9cd688 Make builtin statics unambigous 2015-04-16 14:45:22 +02:00
8d90333ebc #undef some macros which are redefined elsewhere 2015-04-16 14:44:41 +02:00
fdf459b1a5 Make callFunction() unique 2015-04-16 13:01:54 +02:00
d59031d614 Some documentation updates
Some Sequence.list references remained after it was renamed to
Sequence.toList.
2015-04-06 17:21:32 +02:00
e4f3072460 Merge branch 'master' of https://github.com/munificent/wren 2015-04-06 06:53:59 -07:00
ef06eed680 Minor clean-ups. 2015-04-06 06:53:53 -07:00
94f7993bd2 Merge pull request #255 from patriciomacadden/add-myself-to-authors
Add myself to AUTHORS
2015-04-06 06:45:11 -07:00
6d2cbcf3b6 Add myself to AUTHORS 2015-04-05 19:52:12 -03:00
d0bebbd380 Add docs for fiber.call. 2015-04-04 16:50:40 -07:00
1cd83eccbc Add docs for fn.call. 2015-04-04 15:29:10 -07:00
e754fcc49f Add docs for list.insert. 2015-04-04 15:23:16 -07:00
bb3de9eeba Don't confuse the GC if a collection occurs after a compile error. 2015-04-03 23:12:14 -07:00
82ce1d8be9 Fix up Meta.eval(_).
- Made it use primitives instead of foreign functions.
- This fixed an issue where the interpreter loop was running re-entrantly.
- Which in turn fixed a GC bug.
- Report a runtime error if the argument isn't a string.
- Report a runtime error if the source doesn't compile.
2015-04-03 21:22:58 -07:00
9ffdc09672 Merge pull request #252 from lluchs/broken-link
Fix broken link to wren.h
2015-04-03 18:51:21 -07:00
455196db81 Merge pull request #249 from lluchs/clang-absolute-value
Fix warning in clang 3.5 (-Wabsolute-value)
2015-04-03 18:38:10 -07:00
62e76a5780 Fix broken link to wren.h 2015-04-04 00:51:42 +02:00
75a3051fae .list -> .toList
Fix #248.
2015-04-03 11:22:34 -07:00
563a090865 Push more core class creation into the core library itself. 2015-04-03 08:00:55 -07:00
278f1c063b Merge branch 'refactoring' of git://github.com/patriciomacadden/wren into patriciomacadden-refactoring 2015-04-03 07:19:17 -07:00