joshvera
e6d26ed322
lowerBound
2018-09-18 12:34:13 -04:00
joshvera
906da72e54
Merge remote-tracking branch 'origin/master' into scopes-and-frames
2018-09-18 12:26:18 -04:00
joshvera
1c95f42ff8
Rename and document EdgeLabel
2018-09-18 12:25:58 -04:00
joshvera
8c917e3523
Add lowerBound instance
2018-09-18 12:25:43 -04:00
Patrick Thomson
12ac402656
Merge pull request #2176 from github/bump-synopsis
...
Replace the "initial project from stack" synopsis.
2018-09-17 16:33:49 -04:00
Patrick Thomson
7c35cb524a
Merge branch 'master' into bump-synopsis
2018-09-17 16:18:58 -04:00
joshvera
82b6b7c52e
Don't construct new scopes for every local assignment
...
Only construct a new scope for a local assignment if its rhs has an associated scope.
2018-09-17 13:29:50 -04:00
joshvera
659c51305f
remove comment
2018-09-17 13:28:50 -04:00
joshvera
7e33afef4f
Remove comments
2018-09-17 13:15:20 -04:00
joshvera
2d071e5090
Remove Data.Abstract.Frame for now
2018-09-17 13:05:24 -04:00
joshvera
5c96b3d6d7
Merge remote-tracking branch 'origin/master' into scopes-and-frames
2018-09-17 12:08:27 -04:00
Patrick Thomson
1d93c913bb
Merge pull request #2173 from github/assignment-timeout
...
Assignment timeout
2018-09-17 11:26:24 -04:00
Patrick Thomson
06b44c4fc9
Replace the "initial project from stack" synopsis.
...
I figure that since we're starting to show this to other teams, it
behooves our documentation to have a more meaningful description.
Happy to change this if y'all can come up with a snappier synopsis.
2018-09-17 11:21:21 -04:00
joshvera
68ca3b06bc
Remove type-combinators dep
2018-09-14 19:04:09 -04:00
joshvera
4e28c3aa0c
Cover all New cases
2018-09-14 18:50:22 -04:00
joshvera
7d287a8ca7
Remove declaration free variable
...
and clean up lints
2018-09-14 18:35:11 -04:00
joshvera
8bc8b196a2
docs
2018-09-14 18:25:24 -04:00
joshvera
8e1e9579da
lints
2018-09-14 18:16:54 -04:00
joshvera
a4f84f4371
Remove scratch Scope file
2018-09-14 18:14:34 -04:00
joshvera
b70dd31027
Fix Declarations1 MemberAccess instance
2018-09-14 18:14:02 -04:00
joshvera
eb71b512b3
Fix test type errors
2018-09-14 18:04:08 -04:00
joshvera
41881f3057
Add edges to superclasses
2018-09-14 17:06:26 -04:00
Timothy Clem
d2524e194d
Merge branch 'master' into assignment-timeout
2018-09-14 14:03:37 -07:00
Timothy Clem
aea6e81ad7
This can use our timeout effect now
2018-09-14 14:01:15 -07:00
Timothy Clem
d16c07dfc6
Refine our Duration api
2018-09-14 13:50:02 -07:00
joshvera
ce2263d5e5
Set a declaration's scope on assignment
2018-09-14 15:12:29 -04:00
joshvera
d19b861cbe
Eval instance for New
2018-09-14 11:35:43 -04:00
joshvera
c61c592ef6
Prefer import edges over parent edges
2018-09-13 18:27:19 -04:00
Timothy Clem
a6ce4f672f
Docs and sort out a common Duration datatype
2018-09-13 14:51:32 -07:00
joshvera
0cdbd1e51d
Run a statements children within its scope
2018-09-13 17:46:59 -04:00
joshvera
442fe39725
Run the class's children in its scope
2018-09-13 17:46:46 -04:00
joshvera
8d89393e49
Add Ord constraint
2018-09-13 17:46:25 -04:00
joshvera
423a82481d
Pass an action to create so we can pop child scopes off
2018-09-13 17:42:18 -04:00
joshvera
cc994b0af9
Make currentScope optional so we can have empty graphs
2018-09-13 17:41:58 -04:00
joshvera
f902cac04f
Use an empty graph when resuming a load error
2018-09-13 17:41:45 -04:00
Timothy Clem
8cd50358be
Align
2018-09-13 14:20:58 -07:00
Timothy Clem
7e1c7a1c84
Timeout effect
2018-09-13 14:20:42 -07:00
Timothy Clem
64f2aa9f84
Merge pull request #2171 from github/array-initializer-children
...
Fix infinite loop: Match children of ArrayInitializer
2018-09-13 13:15:24 -07:00
Timothy Clem
18249a0a19
Merge branch 'master' into array-initializer-children
2018-09-13 12:54:50 -07:00
Patrick Thomson
b442d868a8
Merge pull request #2170 from github/simplify-reprinter
...
Enhance and simplify reprinting pipeline
2018-09-13 15:47:59 -04:00
Patrick Thomson
39d79fb882
remove boolean blindness
2018-09-13 15:18:24 -04:00
Timothy Clem
b78abb48da
Need to match children of ArrayInitializer
2018-09-13 10:45:27 -07:00
joshvera
82db9f805e
Emit Statements syntaxes for statementBlock in TypeScript
...
Co-Authored-By: Rick Winfrey <rick.winfrey@gmail.com>
2018-09-12 20:45:38 -04:00
joshvera
360a9b0317
Store the Span of last evaluated child term in a State
...
So we can declare a child term's range in the scope graph when a declaration occurs.
Co-Authored-By: Rick Winfrey <rick.winfrey@gmail.com>
2018-09-12 19:56:02 -04:00
joshvera
d6e98cc08a
Add class declarations to the scope graph
2018-09-12 17:01:12 -04:00
joshvera
95ac3655cb
add helper functions
2018-09-12 16:28:39 -04:00
joshvera
d5926dfabf
don't specialize to Name
2018-09-12 16:22:23 -04:00
joshvera
daa64439f3
simplify
2018-09-12 16:19:26 -04:00
joshvera
0cdb6f9707
Add scope graph to ModuleResult
2018-09-12 12:48:58 -04:00
Patrick Thomson
34a5dc76a6
unused modules
2018-09-12 12:34:19 -04:00