2024-09-03 - 2025-09-03

Overview

16 active pull requests
19 active issues
Excluding merges, 3 authors have pushed 21 commits to main and 21 commits to all branches. On main, 90 files have changed and there have been 6473 additions and 1091 deletions.

16 pull requests merged by 2 users

Merged #28 feat: Implement Vector type 2025-05-07 00:03:50 +00:00

Merged #26 feat: Add return typing strategies and implement sqrt with them 2025-04-28 16:29:34 +00:00

Merged #24 feat: methods on Complex 2025-04-25 14:17:35 +00:00

Merged #23 refactor: require match to merge any function 2025-04-24 00:16:04 +00:00

Merged #22 refactor: change onType to match and take only one pattern and result 2025-04-22 05:01:22 +00:00

Merged #21 feat: Add generic types and Complex numbers 2025-04-22 01:48:53 +00:00

Merged #19 feat: config and approximate equality 2025-04-16 04:23:49 +00:00

Merged #17 Introduce BooleanT and boolean functions 2025-04-13 16:29:53 +00:00

Merged #16 chore: fix wrong use-node-version 2025-04-10 18:25:41 +00:00

Merged #15 chore: enforce using Node.js 22, fixing #13, ignore IDE files 2025-04-10 18:16:39 +00:00

Merged #11 doc: Fix git URL in README 2025-04-08 23:29:58 +00:00

Merged #10 feat: add a first generic method, square 2025-04-08 23:25:02 +00:00

Merged #9 test: Add tests for all existing functionality, correcting issues 2025-04-08 22:42:54 +00:00

Merged #7 test: Run pnpm test in CI on all PRs and pushes to main 2025-04-08 02:38:29 +00:00

Merged #5 test: Set up a mocha test harness 2025-04-07 16:18:46 +00:00

Merged #4 feat: First working TypeDispatcher, supporting plain functions on Number 2025-04-07 05:11:51 +00:00

10 issues closed from 2 users

Closed #27 Add generic Vector type 2025-05-07 00:04:18 +00:00

Closed #25 Add return convention choice to config and implement sqrt for all relevant types. 2025-04-28 16:29:34 +00:00

Closed #20 add facilities for generic types and implement Complex(T) 2025-04-25 14:18:10 +00:00

Closed #12 API to specify a function name and multiple signatures in a single file 2025-04-24 00:16:05 +00:00

Closed #13 Exception during run: TypeError: behs.keys(...).filter is not a function 2025-04-10 18:17:08 +00:00

Closed #2 Add the generic square function 2025-04-08 23:25:02 +00:00

Closed #8 Make current test suite comprehensive 2025-04-08 22:42:54 +00:00

Closed #6 Set up continuous integration 2025-04-08 02:38:29 +00:00

Closed #3 Add unit testing 2025-04-07 16:18:47 +00:00

Closed #1 Implement a TypeDispatcher that works for the specification so far 2025-04-07 05:11:51 +00:00

19 issues created by 2 users

Opened #1 Implement a TypeDispatcher that works for the specification so far 2025-04-02 18:34:09 +00:00

Opened #2 Add the generic square function 2025-04-02 18:40:59 +00:00

Opened #3 Add unit testing 2025-04-02 18:42:43 +00:00

Opened #6 Set up continuous integration 2025-04-07 16:20:22 +00:00

Opened #8 Make current test suite comprehensive 2025-04-08 02:41:02 +00:00

Opened #12 API to specify a function name and multiple signatures in a single file 2025-04-09 16:01:03 +00:00

Opened #13 Exception during run: TypeError: behs.keys(...).filter is not a function 2025-04-09 16:30:13 +00:00

Opened #14 Separate Type entities and the type information about them 2025-04-10 17:41:27 +00:00

Opened #18 Add a config object and approximate equality 2025-04-13 16:52:36 +00:00

Opened #20 add facilities for generic types and implement Complex(T) 2025-04-16 04:29:33 +00:00

Opened #25 Add return convention choice to config and implement sqrt for all relevant types. 2025-04-25 14:19:43 +00:00

Opened #27 Add generic Vector type 2025-04-28 16:37:17 +00:00

Opened #29 enhance cbrt to work on Complex and to return all cube roots 2025-05-07 01:00:24 +00:00

Opened #30 implement polynomialRoot 2025-05-07 01:02:53 +00:00

Opened #31 make parallel benchmark to pocomath/mathjs 2025-05-07 01:05:29 +00:00

Opened #32 Avoid files with names differing only by casing 2025-05-07 14:25:24 +00:00

Opened #33 Ban instanceof and avoid inheritance, specifically in TypePattern. 2025-05-07 15:59:41 +00:00

Opened #34 Error when running pnpm test 2025-05-14 12:55:33 +00:00

Opened #35 Protect merge and resolve and other "built-in" type dispatcher methods 2025-05-15 13:56:01 +00:00