50 most recent check-ins
2021-02-25
| ||
14:55 | Refactor model of PackageLoader. Leaf check-in: 3485ad3ca9 user: robin.hansen tags: modules | |
2021-02-21
| ||
10:51 | Implement function to check compatibility between semver versions. check-in: eb5381534d user: robin.hansen tags: modules | |
2021-02-19
| ||
16:29 | PackageLoader now supports reading in all relevant play.json files. check-in: 1285a94244 user: robin.hansen tags: modules | |
2021-02-15
| ||
09:38 | Refactor code to improve readability. Also validate key entries of dependencies field in play.json. check-in: b5d7173dee user: robin.hansen tags: modules | |
2021-02-14
| ||
11:47 | Add json decoder for PackageMetadata. Missing validation of key values in dependencies field, and sh... check-in: 38d406f888 user: robin.hansen tags: modules | |
10:59 | SemanticVersion now returns descriptive error messages. check-in: 635fab0eeb user: robin.hansen tags: modules | |
10:43 | On second thought, better be strict with semantic versioning. check-in: 28d1fb8fd8 user: robin.hansen tags: modules | |
2021-02-13
| ||
10:20 | Implement conversion from String to ModuleName. check-in: ddeb331151 user: robin.hansen tags: modules | |
07:46 | Update copyright year in LICENSE. Leaf check-in: e0f1c277bd user: robin.hansen tags: trunk | |
07:45 | Implement conversion from String to PackagePath. check-in: a1c159f148 user: robin.hansen tags: modules | |
2021-02-12
| ||
13:16 | Implement conversion from String to SemanticVersion. check-in: d66b3a6dad user: robin.hansen tags: modules | |
12:56 | Factor out test helper functions. check-in: 8dca27fd4f user: robin.hansen tags: modules | |
12:21 | Implemented conversion from String to opaque PackageName type. check-in: b410ba3fed user: robin.hansen tags: modules | |
09:19 | Merge new test script names from trunk. check-in: 4a3f3a82db user: robin.hansen tags: modules | |
08:40 | Add stubbed modules for upcomming PackageLoader feature which loads, parses and qualifies an entire ... check-in: 4ebb2687f0 user: robin.hansen tags: modules | |
06:31 | Change name scheme of scripts. check-in: 87090dea70 user: robin.hansen tags: trunk | |
2021-02-11
| ||
12:56 | Can now resolve external word references. check-in: 4ed17683cd user: robin.hansen tags: modules | |
11:50 | On second thought, externalModules should be a module => package dict. check-in: 9a52bbbd5e user: robin.hansen tags: modules | |
09:27 | Require a list of external modules, so qualifier can validate external module references. check-in: 18c7d0bfa4 user: robin.hansen tags: modules | |
2021-02-10
| ||
13:44 | Can now resolve package references in multiword definitions. check-in: f4459e72ea user: robin.hansen tags: modules | |
11:04 | Update elm-format. check-in: a4e1d24585 user: robin.hansen tags: modules | |
11:03 | Can now resolve package references in simple word definitions. check-in: 6416ab78b9 user: robin.hansen tags: modules | |
2021-02-09
| ||
11:27 | Turn tuple into record in preperation of registering words which requires loading additional modules... check-in: 7eff2f2dbd user: robin.hansen tags: modules | |
09:40 | Prepare data structures and add test for returning modules to load from qualifier step. check-in: a7c9bebc32 user: robin.hansen tags: modules | |
2021-02-07
| ||
12:02 | Qualify member types of structs. check-in: e503e3ec36 user: robin.hansen tags: modules | |
11:41 | Implement name mangling. check-in: 61c06857ee user: robin.hansen tags: modules | |
2021-02-05
| ||
14:46 | Built test case to check if name mangling works. Implementation to follow. check-in: 8a801a61d4 user: robin.hansen tags: modules | |
12:52 | Change how quote names are generated. check-in: 8c27f5a80c user: robin.hansen tags: modules | |
11:33 | Prepare for name mangling in qualifier step. check-in: 7b1a6816a6 user: robin.hansen tags: modules | |
2021-02-03
| ||
12:46 | Perform additional testing on module references to catch invalid module paths. check-in: 0f02eed1b4 user: robin.hansen tags: modules | |
09:10 | Parser now supports relative and absolut module references. check-in: f477fd7e39 user: robin.hansen tags: modules | |
2021-02-01
| ||
05:29 | Update dependencies check-in: 98700dab4b user: robin.hansen tags: trunk | |
2021-01-24
| ||
09:58 | Update dependencies check-in: b6a69c37e4 user: robin.hansen tags: trunk | |
09:52 | Remove warning about being compiled in debug mode from elm bundle, which cleans up the output from t... check-in: fd2d78e20e user: robin.hansen tags: trunk | |
07:22 | Make syntax changes based on language proposal [49d490f836]. Fixes tickets [05dc3c652b], [2ed5dbbb6d... check-in: 5de766c3d5 user: robin.hansen tags: trunk | |
07:19 | Add unit test to make sure defining functions without bodies is legal. Closed-Leaf check-in: 12f2f38909 user: robin.hansen tags: alpha2-syntax-changes | |
07:12 | When defining multiwords, : now replaces when:, else: replaces :. check-in: 1b2a7e4296 user: robin.hansen tags: alpha2-syntax-changes | |
2021-01-23
| ||
17:41 | Re-enable and correct source location test. check-in: a897d19fce user: robin.hansen tags: alpha2-syntax-changes | |
15:11 | Structs with no members now doesn't have a leading > in their constructor name. Only the compiler ca... check-in: 25fd54d4db user: robin.hansen tags: alpha2-syntax-changes | |
2021-01-19
| ||
16:09 | deftype: is now defstruct:. Disabled source location test, with intention of enabling it after all s... check-in: 1757d09f8c user: robin.hansen tags: alpha2-syntax-changes | |
2021-01-17
| ||
10:37 | Close this branch in favor of non-propogating tags. Closed-Leaf check-in: 35a3a367f0 user: robin.hansen tags: alpha-1 | |
10:36 | Close this branch in favor of non-propogating tags. Closed-Leaf check-in: 727f130ed4 user: robin.hansen tags: releases | |
10:32 | Simplify tests by automating ctor and getter/setter boilerplate. check-in: e9d8932285 user: robin.hansen tags: trunk | |
2020-11-19
| ||
09:45 | Create new branch named "releases" check-in: e80d8311d7 user: robin.hansen tags: releases | |
09:44 | Create new branch named "alpha-1" check-in: cc1aacf919 user: robin.hansen tags: alpha-1 | |
05:57 | Fix 'Quotations' example in play ground. check-in: fc5483d159 user: robin.hansen tags: trunk, alpha-1, releases | |
05:56 | Make sure code use to reproduce bug works as expected. Closed-Leaf check-in: af3cd0eeff user: robin.hansen tags: bugfix-generics-and-quotations | |
05:53 | Make use of type annotations when type checking words. This allows for a workaround with stack range... check-in: 63296cf7f2 user: robin.hansen tags: bugfix-generics-and-quotations | |
2020-11-17
| ||
14:42 | Add test for compilation failure found in playground. check-in: d4ac6cbece user: robin.hansen tags: bugfix-generics-and-quotations | |
2020-10-23
| ||
04:46 | TypeChecker now checks to see if a multiword handles every possible leading type. Fixes [56a0fe1350]... check-in: dbcb88d2fc user: robin.hansen tags: trunk | |