Commit Graph

79 Commits

Author SHA1 Message Date
Robin Heggelund Hansen
0c9352a645
Bump version to 0.4.4 2024-06-25 21:42:08 +02:00
Robin Heggelund Hansen
4f09526077
Bump version to 0.4.3 2024-06-22 22:04:45 +02:00
Robin Heggelund Hansen
6c295daca0
Bump version number. 2024-06-17 20:47:37 +02:00
Robin Heggelund Hansen
0517d24b1e
Reproduce bug in test. 2023-09-21 11:45:11 +02:00
Robin Heggelund Hansen
35f29cc537
Bump version to 0.3.0 2023-06-13 21:02:25 +02:00
Robin Heggelund Hansen
8c0825115e
Merge pull request #205 from gren-lang/source-maps
Source maps
2023-06-13 06:09:45 +02:00
Robin Heggelund Hansen
5f9c114b4b
First attempt at implementing VLQ encoding, fails for large negative numbers when Int > 32 bits. 2023-05-24 23:08:52 +02:00
Robin Heggelund Hansen
56dc275d6f
Setup test suite for encoding VLQs 2023-05-24 15:31:04 +02:00
Robin Heggelund Hansen
edf50aba98
Include inlined source maps when compiling projects. The actual source map generation is not done. 2023-05-02 22:12:47 +02:00
Aaron VonderHaar
5b86af4d56 Upgrade prettyprint-avh4 2023-04-14 23:23:26 -07:00
Aaron VonderHaar
45d6c48636 Use published prettyprint-avh4 2023-03-29 19:01:50 -07:00
Robin Heggelund Hansen
2e72055031
Attempt to extract actual signature. Something is off with the decoder though... 2023-01-21 21:10:26 +01:00
Robin Heggelund Hansen
05366ca456
Reduce version number to 0.2.1 2023-01-13 17:08:35 +01:00
Robin Heggelund Hansen
1fa5a15d9d
Revert "Decrement version for this branch, in order to use existing packages for testing."
This reverts commit 9d25b12b16.
2023-01-13 16:54:55 +01:00
Robin Heggelund Hansen
c517ff694d
Extract PossibleFilePath to module. 2023-01-13 11:18:05 +01:00
Robin Heggelund Hansen
9d25b12b16
Decrement version for this branch, in order to use existing packages for testing. 2023-01-13 11:18:05 +01:00
Robin Heggelund Hansen
1da80ade44
Bump version to 0.3.0 2022-12-16 08:31:23 +01:00
Aaron VonderHaar
601efae086 format: retain hex formatting for integer literals 2022-12-03 14:52:48 -08:00
Robin Heggelund Hansen
2805738b4d
Should be safe to set correct cabal version in gren.cabal now. 2022-11-26 12:50:28 +01:00
Robin Heggelund Hansen
d7cf013116
Setup test suite for alias parsing. 2022-11-11 10:16:01 +01:00
Robin Heggelund Hansen
a57f525698 Setup module for multiline string tests. 2022-11-04 17:37:11 +01:00
Robin Heggelund Hansen
ec26054a26 Setup new terminal command: outdated. 2022-09-23 09:35:37 +02:00
Aaron VonderHaar
148b03e1ae Merge remote-tracking branch 'origin/main' into retain-comments 2022-09-16 14:22:11 -07:00
Robin Heggelund Hansen
61c47d54d4 Implement uninstall command. 2022-09-16 12:34:07 +02:00
Robin Heggelund Hansen
f27662cf63 Move terminal package commands into its own namespace. 2022-09-16 08:58:33 +02:00
Robin Heggelund Hansen
36725c134a Reduce cabal version, so ormolu still works. 2022-09-16 08:03:56 +02:00
Robin Heggelund Hansen
0e3598eb8a Bump base dependency. 2022-09-16 08:02:37 +02:00
Robin Heggelund Hansen
807ff34f0f Bump github actions. 2022-09-16 07:43:04 +02:00
Aaron VonderHaar
12ff29f699 Add test harness for format tests 2022-09-15 21:02:07 -07:00
Aaron VonderHaar
9b893e31c4 format: retain comments in Src.Manager 2022-09-15 20:00:42 -07:00
Robin Heggelund Hansen
a0f300fe01 Rename gren publish to gren package validate. 2022-09-09 20:06:40 +02:00
Robin Heggelund Hansen
d749c4f527 Split package commands into seperate namespace. 2022-09-09 14:17:56 +02:00
Robin Heggelund Hansen
bb4af7a90d Create a new docs command, and remove the --docs flag from make. 2022-09-09 13:08:41 +02:00
Robin Heggelund Hansen
7fd91be8a4
Merge pull request #117 from avh4/format
Implement formatting logic (without comments/linebreak support)
2022-09-09 11:06:57 +02:00
Robin Heggelund Hansen
ecdb9cb828 Move helper into Helpers dir. 2022-09-09 10:17:29 +02:00
Robin Heggelund Hansen
21d90c4a32 Add tests/Parse.Helpers to cabal file 2022-09-09 10:09:20 +02:00
Aaron VonderHaar
643ec67b88 Merge remote-tracking branch 'origin/main' into format 2022-09-06 23:53:16 -07:00
allanderek
860ca4f049 First attempt at allowing wildcard patterns '_' to have a variable name after, whih is intended to allow documentation of the value that is being ignored: https://github.com/gren-lang/compiler/issues/111 2022-09-01 18:39:08 +00:00
Aaron VonderHaar
41090e2904 format: filter out default imports before rendering 2022-08-27 16:02:35 -07:00
Aaron VonderHaar
1973aaf803 WIP: implement formatting 2022-08-26 23:20:36 -07:00
Robin Heggelund Hansen
71af2c99b9 Add NodeJS wrapper, which executes the main function when run under Node. 2022-08-26 16:17:08 +02:00
Robin Heggelund Hansen
2976ccc311 Reduce require cabal version so that ormolu still works. 2022-08-26 09:25:25 +02:00
Robin Heggelund Hansen
94bfc15fb0 Bump cabal requirement to 3.8, make sure test and executable projects are compiled with the same source language. 2022-08-26 09:06:41 +02:00
Aaron VonderHaar
f91dd33c25 Merge remote-tracking branch 'origin/main' into avh4/format 2022-08-23 12:52:34 -07:00
Robin Heggelund Hansen
32d5d29fcb Move Platform into its own module. 2022-08-19 15:28:00 +02:00
Robin Heggelund Hansen
23f9ec2766
Merge branch 'main' into package-manager-improvements 2022-08-19 12:42:36 +02:00
Robin Heggelund Hansen
b21b5ff95e Revert "Temporarily set version to 0.1.0 to simplify testing."
This reverts commit 490aa33d8d.
2022-08-12 14:34:50 +02:00
Robin Heggelund Hansen
b4a1b66c58 Add tests for new syntax. 2022-08-05 14:50:15 +02:00
Robin Heggelund Hansen
c9c75c2d13 Talk directly with remote git repo instead of keeping a bare repo locally. 2022-08-05 10:53:16 +02:00
Robin Heggelund Hansen
b8cad6791f Don't fail build on warnings in dev mode, do that for production builds instead. 2022-08-05 09:35:54 +02:00