Timothy Clem
|
849e43f800
|
Merge remote-tracking branch 'origin/fix-graph-errors' into typescript-graphs
|
2018-04-17 14:34:31 -07:00 |
|
joshvera
|
0e188bb6f8
|
dont need this
|
2018-04-17 17:30:19 -04:00 |
|
joshvera
|
a2459bcdd4
|
Add Declarations instances for some terms
Identifier, Function, VariableDeclaration, InterfaceDeclaration, EnumDeclaration, InternalModule, AbstractClass
|
2018-04-17 17:28:38 -04:00 |
|
Timothy Clem
|
42f680fc47
|
Merge remote-tracking branch 'origin/fix-graph-errors' into typescript-graphs
|
2018-04-17 14:24:41 -07:00 |
|
Timothy Clem
|
8120b2af73
|
Merge remote-tracking branch 'origin/master' into typescript-graphs
|
2018-04-17 14:24:10 -07:00 |
|
Timothy Clem
|
95b7fd5888
|
Resolve module import paths that walk up directory structure (e.g. ../)
|
2018-04-17 14:13:01 -07:00 |
|
joshvera
|
a009d78f81
|
Merge remote-tracking branch 'origin/typescript-graphs' into fix-graph-errors
|
2018-04-17 17:07:44 -04:00 |
|
Patrick Thomson
|
79c6e38de6
|
whitespace
|
2018-04-17 17:05:32 -04:00 |
|
Patrick Thomson
|
3542e853f8
|
Add new expression node for Python's floor-division operator.
Both floor division (`//`) and true division (`/`) were being parsed
as `DividedBy` nodes. This fixes that. To test, try `2.5 // 1.26` and
`3 // 2`.
|
2018-04-17 17:03:31 -04:00 |
|
joshvera
|
33ff00dd79
|
Add evaluatable instance for DefaultExport
|
2018-04-17 16:51:48 -04:00 |
|
joshvera
|
3a19dae1f9
|
Add a Declarations class
|
2018-04-17 16:25:11 -04:00 |
|
Patrick Thomson
|
54131bee6e
|
Merge pull request #1746 from github/fix-fails
Remove fail calls from literal evaluation.
|
2018-04-17 15:59:33 -04:00 |
|
Patrick Thomson
|
83a945d2b7
|
remove otiose import
|
2018-04-17 15:40:48 -04:00 |
|
Patrick Thomson
|
dfe40b4add
|
Remove fails from Data.Syntax.Literal.
|
2018-04-17 15:33:45 -04:00 |
|
Patrick Thomson
|
7344a82295
|
WIP
|
2018-04-17 15:03:51 -04:00 |
|
Timothy Clem
|
0c5cabd93c
|
Merge remote-tracking branch 'origin/fix-graph-errors' into typescript-graphs
|
2018-04-17 11:51:03 -07:00 |
|
joshvera
|
457378c1e1
|
Merge remote-tracking branch 'origin/typescript-graphs' into fix-graph-errors
|
2018-04-17 14:50:17 -04:00 |
|
Timothy Clem
|
d4769e41ba
|
Throw instead of failing for bad pair value
|
2018-04-17 11:43:02 -07:00 |
|
Timothy Clem
|
4e57c57085
|
Ingore test graphs
|
2018-04-17 11:42:28 -07:00 |
|
Timothy Clem
|
850e8f238a
|
Keep a load stack to break circular loads/imports
|
2018-04-17 11:02:47 -07:00 |
|
Timothy Clem
|
8d6942a6ba
|
Don't need this function
|
2018-04-17 11:01:38 -07:00 |
|
joshvera
|
d752a222aa
|
Add bitwise errors
|
2018-04-17 13:52:27 -04:00 |
|
joshvera
|
4d63b8163c
|
Add a comparison error
|
2018-04-17 13:30:18 -04:00 |
|
Timothy Clem
|
16d985ddea
|
Assign python matrix multiplication @ and @=
|
2018-04-17 08:34:43 -07:00 |
|
Timothy Clem
|
2b8bc548b8
|
Allow types in python assignment
|
2018-04-17 08:27:15 -07:00 |
|
Patrick Thomson
|
6ab34b0c51
|
Merge pull request #1745 from github/charliesome/remove-evaluatingstate-monoid
Remove EvaluatingState Semigroup and Monoid instances
|
2018-04-17 10:42:22 -04:00 |
|
Patrick Thomson
|
47a39e7e89
|
some comments
|
2018-04-17 10:23:51 -04:00 |
|
Charlie Somerville
|
c428ea8fa5
|
remove Semigroup and Monoid instances for EvaluatingState
these are technically lawful, but don't make a lot of sense for
EvaluatingSense
|
2018-04-17 16:34:14 +10:00 |
|
Charlie Somerville
|
34c10f2de8
|
relax RunEffect constrait to require only Empty, not Monoid
|
2018-04-17 16:31:30 +10:00 |
|
Charlie Somerville
|
560642579f
|
add Data.Empty typeclass
|
2018-04-17 16:31:08 +10:00 |
|
Timothy Clem
|
e3713df8e2
|
Dedicated TypeScriptError, make hlint happy
|
2018-04-16 18:14:21 -07:00 |
|
Timothy Clem
|
400f831f5c
|
These assign as symbols now!
|
2018-04-16 16:59:16 -07:00 |
|
Timothy Clem
|
784a0a8b70
|
Traded Identifier' for Symbol' I guess
|
2018-04-16 16:57:57 -07:00 |
|
Timothy Clem
|
4f888dcb52
|
Merge remote-tracking branch 'origin/master' into typescript-graphs
|
2018-04-16 16:53:02 -07:00 |
|
Timothy Clem
|
36e4bbecd9
|
Python fixture fixes
|
2018-04-16 16:52:54 -07:00 |
|
Timothy Clem
|
23db5fc9a6
|
++haskell-tree-sitter
|
2018-04-16 16:52:43 -07:00 |
|
Timothy Clem
|
67fa0256ae
|
Stop tracing module table, allow printing with INFO log level
|
2018-04-16 15:45:14 -07:00 |
|
joshvera
|
8881a42860
|
Dont call partial last
|
2018-04-16 15:49:08 -04:00 |
|
joshvera
|
aa3b2a0532
|
Add fromMaybeLast and maybeLast
|
2018-04-16 15:48:45 -04:00 |
|
Josh Vera
|
ae1cc5d689
|
Merge pull request #1738 from github/assignment-statements
Allow allocation in assignment again
|
2018-04-16 14:40:07 -04:00 |
|
Josh Vera
|
bb0bd9f45e
|
Merge branch 'master' into assignment-statements
|
2018-04-16 12:32:17 -04:00 |
|
Josh Vera
|
ef3eab8ed8
|
Merge pull request #1739 from github/some-js-assignment-fixes
Some js assignment fixes
|
2018-04-16 12:28:03 -04:00 |
|
Josh Vera
|
c02985e468
|
Merge branch 'master' into some-js-assignment-fixes
|
2018-04-16 12:22:27 -04:00 |
|
Timothy Clem
|
d3bdc75a3a
|
Allow setting a different rootdir for module resolution
|
2018-04-16 09:20:22 -07:00 |
|
Timothy Clem
|
44e0d2f08e
|
Merge remote-tracking branch 'origin/master' into typescript-graphs
|
2018-04-16 08:28:48 -07:00 |
|
Charlie Somerville
|
a05b06dbde
|
Merge pull request #1650 from github/charliesome/ruby-locals
WIP: Implement local variable context in Ruby assignment
|
2018-04-16 17:53:43 +10:00 |
|
Charlie Somerville
|
08a6b0a2d6
|
appease hlint
|
2018-04-16 17:39:34 +10:00 |
|
Charlie Somerville
|
699e2642ff
|
allow comments in and around parameters
|
2018-04-16 17:16:14 +10:00 |
|
Charlie Somerville
|
584aa364b5
|
style cleanups
|
2018-04-16 16:19:23 +10:00 |
|
Charlie Somerville
|
bdcd8fcbc3
|
ruby: implement more strict assignment for parameters
|
2018-04-16 16:19:23 +10:00 |
|