Vyacheslav Matyukhin
|
6055320aa2
|
more cleanups
|
2022-10-05 15:56:13 +04:00 |
|
Vyacheslav Matyukhin
|
234ebe2103
|
locations for syntax errors
|
2022-10-05 05:17:30 +04:00 |
|
Vyacheslav Matyukhin
|
298492b3b8
|
Merge branch 'develop' into error-locations
|
2022-10-05 05:00:02 +04:00 |
|
Vyacheslav Matyukhin
|
845d38e375
|
top-level SqError; expose stacktrace in TS API
|
2022-09-26 16:27:45 +04:00 |
|
Sam Nolan
|
b2ae31742e
|
Format rescript
|
2022-09-26 14:20:00 +10:00 |
|
Sam Nolan
|
96a0d9c489
|
Add removeSource to project
|
2022-09-26 14:14:37 +10:00 |
|
Vyacheslav Matyukhin
|
69b32d0b93
|
refactor into SqError
|
2022-09-26 04:44:08 +04:00 |
|
Vyacheslav Matyukhin
|
111dd5535c
|
move location to Reducer_Peggy_Parse, separate parse errors
|
2022-09-26 03:42:34 +04:00 |
|
Vyacheslav Matyukhin
|
41574e08c9
|
error stacktraces and locations (initial take, WIP)
|
2022-09-25 03:16:14 +04:00 |
|
Vyacheslav Matyukhin
|
b24cfbc328
|
cleanups; ReducerInterface is no more
|
2022-09-19 23:10:09 +04:00 |
|
Vyacheslav Matyukhin
|
271303fb5f
|
fix more tests; FR improvements/refactorings
|
2022-09-19 15:00:38 +04:00 |
|
Vyacheslav Matyukhin
|
43635bd39b
|
remove IEvArrayString, implement __result__, cleanups
|
2022-09-18 03:15:58 +04:00 |
|
Vyacheslav Matyukhin
|
065a7aeec0
|
immutable bindings; test fixes
|
2022-09-18 02:19:08 +04:00 |
|
Vyacheslav Matyukhin
|
f62e90fa98
|
Reducer_Namespace; remove Module type; temporarily disable tests compilation
|
2022-09-17 00:30:44 +04:00 |
|
Vyacheslav Matyukhin
|
1e6a3d6495
|
Merge branch 'develop' into overhaul
|
2022-09-14 15:15:03 +04:00 |
|
Vyacheslav Matyukhin
|
97ff56b46a
|
link dependencies
|
2022-09-12 13:42:39 +04:00 |
|
Vyacheslav Matyukhin
|
757d458ecf
|
more FR
|
2022-09-12 13:33:41 +04:00 |
|
Vyacheslav Matyukhin
|
f2dccd4f1e
|
still WIP, FR works
|
2022-09-11 20:57:28 +04:00 |
|
Vyacheslav Matyukhin
|
7a29be3845
|
WIP (basic functionality, stdlib not converted yet)
|
2022-09-11 19:22:07 +04:00 |
|
Umur Ozkul
|
4346ba992f
|
Merge branch 'develop' into exceptional-reducer
packages/squiggle-lang/src/rescript/ReducerProject/ReducerProject_IncludeParser.js
|
2022-09-11 17:00:18 +02:00 |
|
Vyacheslav Matyukhin
|
fe56e81710
|
WIP
|
2022-09-10 21:01:04 +04:00 |
|
Umur Ozkul
|
1c98aaa3e2
|
value vs result conversion functions
|
2022-09-09 00:43:21 +02:00 |
|
Vyacheslav Matyukhin
|
d3788fb411
|
remove generated ReducerProject_IncludeParser.js from repo
|
2022-09-08 16:27:32 +04:00 |
|
Vyacheslav Matyukhin
|
ecc82ba8f7
|
reformat for lint
|
2022-09-07 23:04:07 +04:00 |
|
Vyacheslav Matyukhin
|
06ec2caae0
|
remove unused code
|
2022-09-07 22:50:24 +04:00 |
|
Vyacheslav Matyukhin
|
c0ccdbc1e9
|
experimental: replace result with exceptions in reducer
|
2022-09-07 22:45:19 +04:00 |
|
Ozzie Gooen
|
7d8a7e19d5
|
Ran yarn format
|
2022-09-06 15:03:24 -07:00 |
|
|
fad1b51630
|
feat: simplify Danger functions
yarn.lock also changed because of the previous commmit
|
2022-09-06 21:16:29 +02:00 |
|
Umur Ozkul
|
3794909efc
|
format js
|
2022-09-04 21:53:02 +02:00 |
|
Umur Ozkul
|
b73924135f
|
format rescritp
|
2022-09-04 21:52:48 +02:00 |
|
Umur Ozkul
|
044ed0bea3
|
qualify IEvVoid
|
2022-09-04 21:19:27 +02:00 |
|
Vyacheslav Matyukhin
|
dd3a8ab736
|
getRunOrderFor runs topological sort from current id
|
2022-09-01 17:57:04 +04:00 |
|
Umur Ozkul
|
82a4e52384
|
include and "include as"
|
2022-09-01 14:32:24 +02:00 |
|
Umur Ozkul
|
a8efd66fa3
|
handle topology changes in the project
|
2022-08-26 02:01:27 +02:00 |
|
Umur Ozkul
|
4e5e05530e
|
Fix topology runOrderDiff
|
2022-08-26 00:45:13 +02:00 |
|
Umur Ozkul
|
2d59898b4f
|
topology work in progress
|
2022-08-25 21:59:15 +02:00 |
|
Umur Ozkul
|
1dfc9fe820
|
RENeedToRun->Error
|
2022-08-25 10:43:51 +02:00 |
|
Umur Ozkul
|
9cf3a93b70
|
fix parseInludes bug
|
2022-08-23 11:47:24 +02:00 |
|
Umur Ozkul
|
e6464dbe5c
|
make ts compatible
commit 94803421acd2e5cb3a0f88e10f9244d374fab20b
Author: Umur Ozkul <umur@hightechmind.io>
Date: Mon Aug 22 08:48:33 2022 +0200
note on old habbits
commit 2c47f80fce8fa6c12cb53b97f7150758eaa74b88
Author: Umur Ozkul <umur@hightechmind.io>
Date: Mon Aug 22 08:18:16 2022 +0200
getTag returns enum value
commit 733b9a820f1d01b618708896451a112d638ee811
Author: Umur Ozkul <umur@hightechmind.io>
Date: Mon Aug 22 07:07:30 2022 +0200
result
commit 64698f4a930182b3ccf122849824e4b6df251a9f
Author: Umur Ozkul <umur@hightechmind.io>
Date: Mon Aug 22 06:48:30 2022 +0200
return tags as ts enum
commit 8ac802428a7aaac5367f5e8a9aaa592b89e305eb
Author: Umur Ozkul <umur@hightechmind.io>
Date: Mon Aug 22 06:16:26 2022 +0200
export tags
commit 6c843e475a98ca1fcfa893d09d45ac9ad7c633ee
Author: Umur Ozkul <umur@hightechmind.io>
Date: Mon Aug 22 06:11:00 2022 +0200
distribution tag
commit 9a43ec30fcaf967a672475431243949748d00bc7
Author: Umur Ozkul <umur@hightechmind.io>
Date: Mon Aug 22 05:46:24 2022 +0200
opaque result
commit f89bdd47c41135135baac99b18faf1c418cc4142
Author: Umur Ozkul <umur@hightechmind.io>
Date: Mon Aug 22 05:24:18 2022 +0200
make ts compilable
commit 6609bb3691b08405639e6f20da0fad309f2f232e
Author: Umur Ozkul <umur@hightechmind.io>
Date: Mon Aug 22 05:21:34 2022 +0200
compiles
commit bace3eca63079de8f285069c65b219601e7310bf
Author: Umur Ozkul <umur@hightechmind.io>
Date: Mon Aug 22 04:33:34 2022 +0200
rescript compiles
commit cd095f605c543902edec08fdcd407600296ec0cb
Author: Umur Ozkul <umur@hightechmind.io>
Date: Mon Aug 22 02:40:31 2022 +0200
squiggleValue
commit 9b78b5d6c8b69287458fe392f142ceb3bca99407
Author: Umur Ozkul <umur@hightechmind.io>
Date: Mon Aug 22 02:37:11 2022 +0200
project
commit 20c8693b1eb6492f1662bedbb26b469aac11f8ff
Author: Umur Ozkul <umur@hightechmind.io>
Date: Mon Aug 22 00:59:44 2022 +0200
compiles
|
2022-08-22 08:50:59 +02:00 |
|
Umur Ozkul
|
d7ed875566
|
demolish external value
|
2022-08-19 21:12:04 +02:00 |
|
Umur Ozkul
|
f0ba68f64a
|
project
|
2022-08-19 17:22:22 +02:00 |
|
Umur Ozkul
|
fdc7f06f08
|
result
|
2022-08-18 15:33:01 +02:00 |
|
Vyacheslav Matyukhin
|
c204156b75
|
fix gentype issues with "this" keyword
|
2022-08-16 20:58:47 +04:00 |
|
Umur Ozkul
|
454a545ef6
|
tutorial: initial
Also missing public API function
|
2022-08-16 17:07:15 +02:00 |
|
Vyacheslav Matyukhin
|
716ec61913
|
fix some gentype errors
|
2022-08-16 16:02:23 +04:00 |
|
Umur Ozkul
|
dc642774eb
|
reformat
|
2022-08-16 02:49:16 +02:00 |
|
Umur Ozkul
|
b3a32b1231
|
more typescript friendly
|
2022-08-16 02:14:45 +02:00 |
|
Umur Ozkul
|
ee17bd9e57
|
more typescript friendly & remove an unnecessary call
|
2022-08-16 01:51:01 +02:00 |
|
Umur Ozkul
|
1b69ce3aa1
|
compatibility to change environment at runtime
There will be changes in develop to change environment at runtime. This
fix provides compatibility. So that they can be merged easier.
|
2022-08-15 15:18:14 +02:00 |
|
Umur Ozkul
|
9075b74536
|
Edit comments
|
2022-08-14 17:40:52 +02:00 |
|