Commit Graph

6522 Commits

Author SHA1 Message Date
Robin Heggelund Hansen
1064270e63
Crash node applications if wrong node version is detected. 2024-06-19 23:35:40 +02:00
Robin Heggelund Hansen
be10d8ab37
package validate now verifies that a project doesn't contain unsigned kernel code. 2024-06-19 23:26:06 +02:00
Robin Heggelund Hansen
eff1bf76d7
Mark index.js as executable 2024-06-19 18:34:38 +02:00
Robin Heggelund Hansen
9547556693
Compile gren wrapper. 2024-06-17 20:53:30 +02:00
Robin Heggelund Hansen
6c295daca0
Bump version number. 2024-06-17 20:47:37 +02:00
Robin Heggelund Hansen
d6f87ecc3d
Merge pull request #246 from gren-lang/gren-in-gren-npm-wrapper
Gren-in-Gren npm wrapper
2024-06-15 22:22:34 +02:00
Robin Heggelund Hansen
20ba7b6c44
Run ormolu 2024-06-14 23:09:19 +02:00
Robin Heggelund Hansen
8170550967
Fix color output when run through gren-in-gren. Also add option to override haskell binary called from wrapper. 2024-06-14 22:56:39 +02:00
Robin Heggelund Hansen
50585fa0da
Only print stderr on error, to avoid error messages being written twice. 2024-06-10 21:35:47 +02:00
Robin Heggelund Hansen
4f392af3d2
Compiler is now downloaded and executed correctly. 2024-06-10 20:58:27 +02:00
Robin Heggelund Hansen
3cf0aff50b
Handle redirect. 2024-06-10 20:08:56 +02:00
Robin Heggelund Hansen
30edbe38a4
Attempt downloading haskell compiler from github. Ran into a 302 redirect. 2024-06-09 19:55:31 +02:00
Robin Heggelund Hansen
b140d01a16
Update to work with latest node changes. 2024-06-05 20:10:40 +02:00
Robin Heggelund Hansen
ad51fceb36
always no longer exists. 2024-06-04 19:14:37 +02:00
Robin Heggelund Hansen
a5eb75a5de
Minor stylistic change. 2024-06-03 21:03:02 +02:00
Robin Heggelund Hansen
0d3300941d
Calculate correct, platform-specific path to cached gren binary. 2024-06-03 21:00:57 +02:00
Robin Heggelund Hansen
e175ac9d4f
Pass arguments on to compiler if it exists locally. 2024-06-02 22:24:59 +02:00
Robin Heggelund Hansen
9611b13d57
Setup hello world gren project. 2024-06-02 20:57:15 +02:00
Robin Heggelund Hansen
726ee7c036
Update CI config. 2024-06-02 20:27:09 +02:00
Robin Heggelund Hansen
737e840054
Merge pull request #243 from CharlonTank/main
Fix the compiler issues reporting link
2024-04-27 10:23:41 +02:00
Charlon
c589c310f1 Fix the compiler issues reporting link 2024-04-27 15:04:56 +07:00
Robin Heggelund Hansen
80b57e6236
Merge pull request #232 from Gauteab/no-multiline-string-without-newline
No multiline string without newline
2023-10-26 10:19:04 +02:00
Gaute Berge
acb93f0bf4 remove unused imports 2023-10-26 10:06:01 +02:00
Gaute Berge
9ba7e7c9d4 fix unused arguments 2023-10-26 10:03:42 +02:00
Gaute Berge
68fd3f1f39 typo: *LEADING* NEWLINE 2023-10-26 09:21:49 +02:00
Gaute Berge
dda71684bb test for dissalow multiline string without newline 2023-10-25 15:41:53 +02:00
Gaute Berge
a8514bd7d7 reuse valid multiline string example 2023-10-25 14:29:32 +02:00
Gaute Berge
51daca3161 disallow multiline strings that do not start with newline 2023-10-25 14:26:54 +02:00
Robin Heggelund Hansen
6955083a8a
Merge pull request #231 from revathskumar/hint-links
fix: hint links
2023-10-04 12:33:35 +02:00
Revath S Kumar
e777f77fa4
fix: hint links
hint links points directly to github file
2023-10-03 21:56:26 +02:00
Robin Heggelund Hansen
58ba88c002
Merge pull request #227 from gren-lang/fix-parser-for-non-ascii-variable-names
Fix parser for non ascii variable names
2023-09-21 14:06:41 +02:00
Robin Heggelund Hansen
eef4159cc5
Don't use OverloadedStrings as test data. Tests now pass. 2023-09-21 13:55:38 +02:00
Robin Heggelund Hansen
c503f048f3
Fix formatting. 2023-09-21 11:45:11 +02:00
Robin Heggelund Hansen
f2d41076c1
Add failing test 2023-09-21 11:45:11 +02:00
Robin Heggelund Hansen
e63a7d726e
Progress. Can parse a value name containing a non-ascii character, but it cannot start with one. 2023-09-21 11:45:11 +02:00
Robin Heggelund Hansen
0517d24b1e
Reproduce bug in test. 2023-09-21 11:45:11 +02:00
Robin Heggelund Hansen
9f055d9727
Format with latest ormolu. 2023-09-21 11:44:58 +02:00
Robin Heggelund Hansen
d72f2a8a65
Bump GHC 2023-09-21 11:44:29 +02:00
Robin Heggelund Hansen
3fbf73578d
Format with latest ormolu. 2023-09-21 11:23:09 +02:00
Robin Heggelund Hansen
a43cd2ed79
Merge pull request #217 from Gauteab/add-yes-options-in-cli
Add --yes option to more cli commands
2023-08-30 16:44:37 +02:00
gauteab
f11d06ba5e formatting with newest ormolu 2023-08-30 16:28:08 +02:00
gauteab
bc2f6b44cc Add --yes option to more cli commands that presents the user with a choice 2023-08-30 15:04:14 +02:00
Robin Heggelund Hansen
67c1d66698
Merge pull request #216 from Gauteab/support-no-color
Disable ansi printing when NO_COLOR is set
2023-08-30 14:59:15 +02:00
gauteab
325706e814 disable ansi printing when NO_COLOR is set 2023-08-30 14:26:46 +02:00
Robin Heggelund Hansen
da442b0e55
Merge pull request #215 from gren-lang/bump-ghc
Update GHC
2023-08-21 12:07:07 +02:00
Robin Heggelund Hansen
995270d389
Update GHC 2023-08-20 21:59:41 +02:00
Robin Heggelund Hansen
7f7dbd1db2
Merge pull request #211 from blaix/kernel-object-properties-docs
Add docs for kernel object properties and optimize
2023-06-26 08:19:07 +02:00
Justin Blake
ad8f817f5a Add docs for kernel object properties and optimize 2023-06-24 06:57:00 -04:00
Robin Heggelund Hansen
35f29cc537
Bump version to 0.3.0 2023-06-13 21:02:25 +02:00
Robin Heggelund Hansen
a611b0d569
Update roadmap. 2023-06-13 21:02:10 +02:00