joshvera
|
1818a74060
|
Return ValueRef everywhere
|
2018-11-05 19:43:14 -05:00 |
|
joshvera
|
11a64f043e
|
return value refs
|
2018-11-05 17:25:51 -05:00 |
|
joshvera
|
7ed1521ad6
|
use raiseHandler for runState calls
|
2018-11-05 17:08:37 -05:00 |
|
joshvera
|
0d9fc6a24a
|
Remove Span constraints
|
2018-11-05 17:08:26 -05:00 |
|
joshvera
|
f6ffb8904f
|
move type signatures from effects to sig
|
2018-11-05 17:07:59 -05:00 |
|
Patrick Thomson
|
bdc5db555b
|
rename and prune
|
2018-11-05 16:56:49 -05:00 |
|
Timothy Clem
|
e14f59b165
|
Re-generate test with addition of statements in python assignment
|
2018-11-05 13:12:50 -08:00 |
|
joshvera
|
2a90f1d13f
|
fix type param
|
2018-11-05 16:11:51 -05:00 |
|
joshvera
|
5186b394e8
|
run scope graph and heap effects in evaluate
|
2018-11-05 16:11:45 -05:00 |
|
joshvera
|
28dff57ddb
|
return ScopeGraph from doRequire
|
2018-11-05 16:11:28 -05:00 |
|
joshvera
|
1020f6dc61
|
use withLexicalScopeAndFrame in Statements
|
2018-11-05 16:11:16 -05:00 |
|
joshvera
|
f2754368cb
|
If evaluatable instance returns a ValueRef
|
2018-11-05 16:11:04 -05:00 |
|
joshvera
|
63aa9da7f6
|
return undefined from Class instance
|
2018-11-05 16:10:42 -05:00 |
|
joshvera
|
fc426a9793
|
fix type constraints
|
2018-11-05 16:10:31 -05:00 |
|
joshvera
|
c9501897a1
|
Construct frame from Closure scope in Abstract.Call
|
2018-11-05 16:10:21 -05:00 |
|
joshvera
|
faffb3098e
|
add heap semantics to BuiltIn
|
2018-11-05 16:10:04 -05:00 |
|
joshvera
|
14347215cb
|
Set the declaration's scope in runFunction
|
2018-11-05 16:09:39 -05:00 |
|
Timothy Clem
|
bdb7ee0430
|
More tests
|
2018-11-05 13:09:37 -08:00 |
|
joshvera
|
95204199fb
|
rename address to frameAddress
|
2018-11-05 16:09:14 -05:00 |
|
joshvera
|
674d835ad9
|
import AllocatorC
|
2018-11-05 16:09:02 -05:00 |
|
joshvera
|
652461a65f
|
asArray returns values
|
2018-11-05 16:08:56 -05:00 |
|
joshvera
|
cb0c4ac8f2
|
address returns a slot
|
2018-11-05 16:08:50 -05:00 |
|
joshvera
|
9a1fc0f063
|
Return () from declare
|
2018-11-05 16:08:34 -05:00 |
|
joshvera
|
cd78a2aaa7
|
expose runAllocator
|
2018-11-05 16:08:20 -05:00 |
|
joshvera
|
fc6c21c85e
|
Rename address to frameAddress
|
2018-11-05 16:08:06 -05:00 |
|
joshvera
|
2beb576dd7
|
assign to the correct slot in define
|
2018-11-05 16:07:44 -05:00 |
|
joshvera
|
b3b7d2e5ff
|
fix constraints
|
2018-11-05 16:07:23 -05:00 |
|
joshvera
|
1f43f15c1d
|
Remove deref from python package
|
2018-11-05 16:06:18 -05:00 |
|
joshvera
|
3c0e7ce322
|
remove configurationContext
|
2018-11-05 16:05:39 -05:00 |
|
joshvera
|
2eeaf7585c
|
parameterize eavesdrop with value
|
2018-11-05 16:05:11 -05:00 |
|
joshvera
|
e4e6451b1e
|
Remove configurationContext and fix type params
|
2018-11-05 16:04:52 -05:00 |
|
Timothy Clem
|
d0fc88efee
|
Some python specs for tags
|
2018-11-05 12:33:23 -08:00 |
|
Timothy Clem
|
67724b2812
|
Take annotation from first item in list for snippets
|
2018-11-05 12:33:14 -08:00 |
|
Timothy Clem
|
7169685d06
|
Always use a wrapping list for python functions and classes
|
2018-11-05 12:32:46 -08:00 |
|
Timothy Clem
|
11c145589c
|
Give class a custom Declarations1 instance
|
2018-11-05 09:27:41 -08:00 |
|
joshvera
|
37da68d706
|
Show builtIn name
|
2018-11-05 12:22:22 -05:00 |
|
joshvera
|
28ee7a136d
|
currentScope returns in Maybe
|
2018-11-05 12:22:09 -05:00 |
|
joshvera
|
0d0ef95582
|
type parameters
|
2018-11-05 12:22:01 -05:00 |
|
Patrick Thomson
|
15f5319252
|
fix stray indent
|
2018-11-05 12:17:05 -05:00 |
|
Patrick Thomson
|
76f0ef7f38
|
Merge remote-tracking branch 'origin/master' into revisit-matching
|
2018-11-05 11:07:49 -05:00 |
|
Patrick Thomson
|
f00d423b74
|
Merge pull request #2253 from github/move-annotations-into-hlint-config
Move annotations into hlint config
|
2018-11-05 11:07:41 -05:00 |
|
Patrick Thomson
|
688219e380
|
Arrow instance, why not
|
2018-11-05 11:06:59 -05:00 |
|
Timothy Clem
|
fa60a394b4
|
Fully commit to new method of generating symbols
|
2018-11-05 08:03:09 -08:00 |
|
Timothy Clem
|
0a9034e28f
|
Space and docs
|
2018-11-05 07:57:21 -08:00 |
|
Timothy Clem
|
0cacdd84d0
|
Helps the warnings
|
2018-11-05 07:57:14 -08:00 |
|
Rob Rix
|
3cb4fc5711
|
Use pure instead of return & 🔥 the annotation.
|
2018-11-05 09:53:17 -05:00 |
|
Rob Rix
|
e86ec64c66
|
Correct the format of the hlint config.
|
2018-11-05 09:51:56 -05:00 |
|
Rob Rix
|
2ee79706e3
|
Whitelist attemptUnsafeArithmetic in the hlint config.
|
2018-11-05 09:51:56 -05:00 |
|
Rob Rix
|
68d87314ce
|
Move the reduce duplication annotation into the hlint config.
|
2018-11-05 09:51:56 -05:00 |
|
Rob Rix
|
4f92337221
|
Move the ignore use . annotation into the hlint config.
|
2018-11-05 09:51:56 -05:00 |
|