1
0
forked from Mirror/wren

Commit Graph

  • 9ed3a5459b Added meson build main Tomas 2025-12-10 12:14:07 +01:00
  • 99d2f0b8fc Update .githubCI.yml 1768147464141275488/tmp_refs/heads/main 1768147464141275488/main 1768147438313397761/tmp_refs/heads/main 1768147438313397761/main 1768119242163083785/tmp_refs/heads/main 1768119242163083785/main .ruby 2025-11-19 14:18:54 -08:00
  • a1112587db try v4 of artifact actions .ruby 2025-11-19 14:17:58 -08:00
  • e3fc56376c Merge pull request #1194 from Mai-Lapyst/add-methodlimit-checks .ruby 2025-11-19 14:15:38 -08:00
  • 77aeb12ab8 tidy up warning ruby0x1 2025-03-11 17:06:45 -07:00
  • 415f7b24ac Merge pull request #1195 from rune-scape/gray-fn-module .ruby 2025-03-10 17:46:00 -07:00
  • 9bafddadd6 Update wren_value.c ruby0x1 2025-03-10 17:43:44 -07:00
  • 59a834e97c Gray the module that functions belong to rune-scape 2025-03-05 19:31:38 -08:00
  • 7c3985f8a0 Add check for method limit; closes #1193 Mai-Lapyst 2025-02-25 01:00:31 +01:00
  • bd07122f92 Fix a typo (#1192) Jason Knight 2025-02-16 12:54:34 -06:00
  • c2a75f1eaf docs: add link to cli in mobile view (#1107) Marc Redemske 2022-09-29 03:32:10 +02:00
  • 5287f6cd2b Added an example of 'else if' to the docs (#1097) Shreyas Donti 2022-08-31 11:19:13 +05:30
  • 4ffe2ed38b Fix formatting error (#1078) Tavi 2022-01-31 18:43:01 -05:00
  • 77079f2f49 CI: artifacts ruby0x1 2021-11-14 01:00:19 -08:00
  • 2adb220686 CI: add initial github actions ruby0x1 2021-11-14 00:50:43 -08:00
  • accfa598b3 Allow people to share links to the playground (#1046) Chayim Refael Friedman 2021-08-10 03:41:00 +03:00
  • 55e8807aba fix #1039 clarity in header comments ruby0x1 2021-08-09 17:24:47 -07:00
  • dd1e8a00db docs; values; add note about newline normalization in docs ruby0x1 2021-05-21 16:30:08 -07:00
  • 3c43de7485 minor consistency fixes ruby0x1 2021-05-21 16:24:34 -07:00
  • 59e496e26a Fix CRLF being significant inside of strings, now strings are normalized to \n only and the same output regardless of the file line endings (see #988) ruby0x1 2021-05-21 16:24:12 -07:00
  • d78f481079 wren_core.wren.inc backslash characters escaped (#1023) Thakee Nathees 2021-05-22 04:39:00 +05:30
  • 9903ddf76b docs; string; clarify indexOf(_,_) to be clearer ruby0x1 2021-05-16 12:17:31 -07:00
  • f09ebf6acc fix attributes causing crash when GC is triggered by compiler init ruby0x1 2021-05-05 14:34:16 -07:00
  • 7fb7f6430d minor ruby0x1 2021-05-05 14:29:39 -07:00
  • aca7c70079 docs; fix example with 'continue' (#1007) tsukanov-as 2021-05-05 00:56:53 +03:00
  • eca90e29e9 Document the Meta class. (#977) PureFox48 2021-04-16 19:12:32 +01:00
  • a346494922 Documents 'return from module'. (#976) PureFox48 2021-04-16 19:09:28 +01:00
  • 754d5a59e9 correct attributes example (#978) Joram Vandemoortele 2021-04-16 20:08:01 +02:00
  • 8eb51d9327 doc: fix links from Object to values (#975) Chris White 2021-04-16 00:29:26 -04:00
  • 22ff3b5549 update try to 0.4.0 underscorediscovery 2021-04-09 12:48:39 -07:00
  • e4b4df2e62 minor; remove redundant comment bit ruby0x1 2021-04-09 11:17:15 -07:00
  • 46b06f0620 minor formatting fix ruby0x1 2021-04-08 22:22:34 -07:00
  • d650b60c25 0.4.0 release - fix links and formatting ruby0x1 2021-04-08 22:17:13 -07:00
  • 30c9f1ee37 initial 0.4.0 blog post ruby0x1 2021-04-08 22:09:02 -07:00
  • 4a18fc489f tests; maps; remove test that now asserts in debug 0.4.0 1768078984172957652/tmp_refs/tags/0.4.0 ruby0x1 2021-04-08 21:46:31 -07:00
  • d763c72e3d fix use of NULL_VAL, also invalid when nan tagging is disabled ruby0x1 2021-04-08 21:40:06 -07:00
  • 34b01226a4 fix use of UNDEFINED_VAL which is invalid when nan tagging is disabled ruby0x1 2021-04-08 21:34:27 -07:00
  • a4ae905384 Introduce Attributes (#962) ruby 2021-04-08 21:30:09 -07:00
  • 5244a9d001 Add an additional escape sequence \e. (#963) PureFox48 2021-04-08 18:16:24 +01:00
  • 9e86b0d26a clarify the list of escapes to show the whole list ruby0x1 2021-04-08 10:11:01 -07:00
  • e260b467c4 made wren version number accessable via function (#958) Joram Vandemoortele 2021-04-08 18:33:22 +02:00
  • 1307bdfb64 value: Rename validateKeyTypeto wrenMapIsValidKey. (#965) Michel Hermier 2021-04-08 18:10:55 +02:00
  • 06b71897b0 Surface error messages for map key values in the API with asserts ruby0x1 2021-04-07 23:08:31 -07:00
  • 059e407ed3 wren/compiler: Allow multiline empty parameter lists and calls. (#925) Michel Hermier 2021-04-08 07:58:46 +02:00
  • fd1d095588 Add preamble for Timer module (#920) PureFox48 2021-04-08 06:56:51 +01:00
  • 7a131a67e6 Add preamble for Scheduler module (#919) PureFox48 2021-04-08 06:56:29 +01:00
  • e4052a25d7 wren/vm: Add wrenIsFalsyValue. (#866) Michel Hermier 2021-04-08 07:54:49 +02:00
  • 041f1bab8d Fix returning from constructors (#845) Chayim Refael Friedman 2021-04-08 08:53:05 +03:00
  • 68f5c096d8 Disallow non-Num arguments in Num for min(_), max(_), clamp(_,_), pow(_) and atan(_) (#859) Chayim Refael Friedman 2021-04-08 08:04:58 +03:00
  • 4847b37789 minor cleanup ruby0x1 2021-04-07 21:56:19 -07:00
  • 28da4b449c Add Num.[max/min]SafeInteger (#874) Chayim Refael Friedman 2021-04-08 07:45:00 +03:00
  • 61cc6cb745 more minor doc fixes ruby0x1 2021-04-07 21:37:12 -07:00
  • 0ab930c9c2 reorder some docs a bit, fix missing constructor ruby0x1 2021-04-07 21:21:50 -07:00
  • d38c047a5a documentation revisions and missing pieces ruby0x1 2021-04-07 20:54:18 -07:00
  • 0be504832e fix code documentation ruby0x1 2021-04-07 18:36:11 -07:00
  • 4cd374e1a7 fix amalgamation documentation ruby0x1 2021-04-06 19:59:42 -07:00
  • 5e60bbf0cf document string range indexing for substring ruby0x1 2021-04-06 19:56:28 -07:00
  • 197c0ff4f9 fix loadModuleFn description in header ruby0x1 2021-04-06 19:49:40 -07:00
  • e3c76a3e76 Raw strings now ignore whitespace on both ends for consistency and clarity ruby0x1 2021-04-04 22:28:57 -07:00
  • 8304fd5ecc docs; strings; fix formatting for example ruby0x1 2021-04-04 14:02:07 -07:00
  • ea684194db try; update for testing latest underscorediscovery 2021-04-04 13:54:58 -07:00
  • 981ea4adf1 Add raw string literals ruby0x1 2021-04-04 13:52:32 -07:00
  • 345f919e26 make WREN_API_DLLEXPORT required, fixes statically linked versions ruby0x1 2021-04-04 13:29:32 -07:00
  • 853f5a3414 fix link in fiber page ruby0x1 2021-04-04 12:31:45 -07:00
  • 11bea3ca01 Add documentation for Fiber.transfer methods (#949) fermian 2021-04-05 02:20:15 +07:00
  • 33ab8be7e3 fix possibility of having no reallocate function (#954) Joram Vandemoortele 2021-04-04 20:24:48 +02:00
  • a501fba4bb add WREN_API declaration for proper symbol export ruby0x1 2021-04-04 11:18:40 -07:00
  • 615a6aa208 try; fix random and meta properly underscorediscovery 2021-04-03 22:09:19 -07:00
  • 94e835cdd6 minor clean up of try readme ruby 2021-04-03 22:02:13 -07:00
  • 3c0fe12102 try; add try implementation + details, update to latest main branch underscorediscovery 2021-04-03 21:58:31 -07:00
  • ecce1f6be9 List; add remove(value) ruby0x1 2021-04-03 19:55:42 -07:00
  • 4d1d0d972e rename some test functions that clash with libc (#936) Alison Winters 2021-03-07 16:38:29 -08:00
  • 5b290cacc5 Tentative fix for Num class docs issue on the wren.io site. (#932) PureFox48 2021-03-02 19:11:21 +00:00
  • dfa7d9c895 doc/site/functions Fn.new() clarification [minor] (#931) Chris White 2021-03-02 12:27:23 -05:00
  • 2bc895c26d added documentation on * operator for strings (#930) maze 2021-02-19 13:16:09 +10:00
  • 208bbc02a5 revert #826 ruby0x1 2021-02-13 10:17:59 -08:00
  • 9dfbc021a0 wren/compiler: Store value in the correct token. (#923) Michel Hermier 2021-02-06 16:53:39 +01:00
  • ae6fdb3da7 Add docs for newly merged (#905) Num.cbrt method (#918) PureFox48 2021-01-31 18:22:19 +00:00
  • 3a06580b89 Don't use strtoll() with explicit base to parse hex, instead use strtod() (#826) Chayim Refael Friedman 2021-01-31 07:44:52 +02:00
  • 0fa16a20ec Fix deprecated Python timing in benchmark & give more error info. (#844) Bill Quith 2021-01-31 05:40:20 +00:00
  • af5227f03b Mention List.[Range] in the docs (#870) Chayim Refael Friedman 2021-01-31 07:34:27 +02:00
  • 1720a20979 In List.+(other), other should be an iterable, list is not required (#872) Chayim Refael Friedman 2021-01-31 07:33:54 +02:00
  • 4ac41c36db Added hexadecimal number literals example (#876) Valerio De Benedetto 2021-01-31 06:32:42 +01:00
  • 79000a320e Proposed additions to Map class docs. (#888) PureFox48 2021-01-31 05:22:54 +00:00
  • f1225ef7dd Add docs for remaining bitwise operators (#887) PureFox48 2021-01-31 05:21:59 +00:00
  • 57bebd41ca Adds documentation for System.writeAll method (#886) PureFox48 2021-01-31 05:21:33 +00:00
  • 0f8b44e61b Fix undocumented methods in the Num class ( #879) (#884) PureFox48 2021-01-31 05:21:18 +00:00
  • 96eb68bae3 Fix undocumented methods in the List class ( #878) (#883) PureFox48 2021-01-31 05:21:07 +00:00
  • 16ddbb66f8 Add docs for Scheduler class (#902) PureFox48 2021-01-31 05:15:56 +00:00
  • 3ceb029df9 Add docs for Timer class (#903) PureFox48 2021-01-31 05:15:22 +00:00
  • ce599259bc wren/core: Add Num::cbrt. (#905) Michel Hermier 2021-01-31 06:13:58 +01:00
  • 97bc340737 Happy new year! (#904) MasFlam 2021-01-01 03:52:09 +01:00
  • 81aff84415 Fix incorrect heading (#871) Chayim Refael Friedman 2020-12-14 06:48:18 +02:00
  • cb51d61a64 fix unmarked compiler value causing memory issues ruby0x1 2020-12-07 12:34:31 -08:00
  • 9da1e265df Remove unused field skipNewlines (#858) Chayim Refael Friedman 2020-12-04 05:53:26 +02:00
  • 9fbfe6a419 Add slashes before split comment line (#861) Chayim Refael Friedman 2020-12-04 05:52:17 +02:00
  • 3c07611b0a Syntax-highlight continue keyword (#864) Chayim Refael Friedman 2020-12-04 05:51:48 +02:00
  • aac6296317 Add continue to the list of reserved words (#865) Chayim Refael Friedman 2020-12-04 05:50:56 +02:00
  • a294da7974 Only the method name should be bold, not including the parameters list (#862) Chayim Refael Friedman 2020-12-04 05:50:21 +02:00
  • c572345c3c &infinity; is not a valid HTML symbol - use ∞ (#863) Chayim Refael Friedman 2020-12-04 05:48:49 +02:00