1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 22:01:46 +03:00
Commit Graph

20038 Commits

Author SHA1 Message Date
Timothy Clem
bea56e5bab Demonstrate a little more detail of subclassing 2018-03-26 15:29:39 -07:00
Timothy Clem
505562126a Fix toc summary tests now that ruby classes have their own syntax 2018-03-26 15:15:38 -07:00
Timothy Clem
3402fda563 makeNamespace takes list of supers 2018-03-26 15:07:45 -07:00
Rob Rix
6b0b0f908d Tighten up the comments. 2018-03-26 17:55:15 -04:00
Timothy Clem
d04909bb1b Refactor to specialize syntax across different languages 2018-03-26 14:26:44 -07:00
Timothy Clem
7b5137fdee Clean up 2018-03-26 14:07:19 -07:00
Timothy Clem
18b5e1b7e6 Treat ts internal modules as namespaces as well 2018-03-26 14:05:38 -07:00
Timothy Clem
df48086911 s/Module/Namespace for this syntax 2018-03-26 14:05:27 -07:00
Timothy Clem
0dccd71e6b Not using these typescript syntaxes at all now 2018-03-26 14:04:37 -07:00
joshvera
aaefc8f4e3 Throw a NamespaceError 2018-03-26 17:03:23 -04:00
joshvera
0950695810 Add ValueExc to MonadEvaluatable 2018-03-26 17:00:42 -04:00
Timothy Clem
016c70b0ac Remove extraneous comments and whitespace 2018-03-26 13:43:40 -07:00
joshvera
414e100d5e Add NamespaceError 2018-03-26 16:29:32 -04:00
joshvera
7294d76cb3 Merge remote-tracking branch 'origin/master' into less-fail 2018-03-26 16:29:18 -04:00
Timothy Clem
e78740ef88 Add another layer to Ruby module fixture 2018-03-26 13:00:49 -07:00
Timothy Clem
3eece19234 Assert environment has module in it 2018-03-26 12:53:58 -07:00
Timothy Clem
f3ceab31b0 Cleanup 2018-03-26 12:53:49 -07:00
Timothy Clem
203042742b Spec to asset eval of ruby modules 2018-03-26 12:50:06 -07:00
Timothy Clem
4c445c2fc1 Fix references to PackageDef in tests 2018-03-26 12:49:52 -07:00
Rob Rix
a9388ff118 Use a single combined State type. 2018-03-26 15:34:37 -04:00
Rob Rix
1fd8779349 Define Semigroup & Monoid instances for EvaluatingState. 2018-03-26 15:29:32 -04:00
Rob Rix
b80f925ec6 Spacing. 2018-03-26 15:13:04 -04:00
Rob Rix
e9b889ac0c Define an analogue of localState. 2018-03-26 15:12:54 -04:00
Rob Rix
a56d755e8c Specialize .= and view to Evaluating. 2018-03-26 15:12:36 -04:00
Timothy Clem
724d8f38aa Fix up pulling out go package name for import rendering 2018-03-26 12:02:27 -07:00
Timothy Clem
365a592c03 Go assignment changed with new Package syntax 2018-03-26 11:09:22 -07:00
Timothy Clem
5326748fc8 Merge remote-tracking branch 'origin/master' into you-get-a-namespace 2018-03-26 10:58:13 -07:00
Patrick Thomson
a7e9d51022 Evaluate let-clauses.
I don't know if I did this right. @robrix, can you check my work?
2018-03-26 13:54:01 -04:00
Rob Rix
adaeb50be1 Define a getter action. 2018-03-26 13:53:20 -04:00
Rob Rix
bc89aa960a Define a setter action. 2018-03-26 13:50:43 -04:00
Timothy Clem
15ec233467 Define an use an overwritingUnion for environments
Semigroup instances for Map is using `union`, which is left biased and not always the behavior we want when appending environments.
2018-03-26 10:43:24 -07:00
Josh Vera
42b6f7d347 Merge pull request #1680 from github/disable-doctests
Disable doctests on CI
2018-03-26 13:34:09 -04:00
Josh Vera
4b22e851d3 Merge branch 'master' into disable-doctests 2018-03-26 13:28:03 -04:00
Josh Vera
fe1a6fce44 Merge pull request #1678 from github/default-typeapplications
Make TypeApplications a default extension
2018-03-26 13:27:44 -04:00
joshvera
859c4702b0 Merge remote-tracking branch 'origin/master' into default-typeapplications 2018-03-26 13:18:21 -04:00
Rob Rix
58b6c5ab04 Make lenses for EvaluatingState. 2018-03-26 13:13:59 -04:00
Josh Vera
9305573ea0 Merge branch 'master' into disable-doctests 2018-03-26 13:06:37 -04:00
joshvera
e98dbf177f Explicitly list out doctest modules 2018-03-26 13:03:25 -04:00
Rob Rix
60a1dceddd Rename unStore to unHeap. 2018-03-26 13:00:24 -04:00
Timothy Clem
b8d6881f75 Cleanup 2018-03-26 09:55:25 -07:00
Rob Rix
4d85b1f18e Define an evaluating state type. 2018-03-26 12:48:21 -04:00
Rob Rix
eb02706b2f Merge pull request #1676 from github/quiet-analysis
Quiet analysis
2018-03-26 12:44:58 -04:00
Rob Rix
e2de2f2427 Tidy up a diff. 2018-03-26 12:36:42 -04:00
Rob Rix
b36b6c38c1 Tidier language pragmas. 2018-03-26 12:36:19 -04:00
Rob Rix
41f2cdd6a9 Merge branch 'master' into quiet-analysis 2018-03-26 12:30:19 -04:00
Rob Rix
0157b62e18 Merge pull request #1675 from github/evaluate-in-the-outer-analysis
Evaluate in the outer analysis
2018-03-26 12:27:04 -04:00
Josh Vera
71b4203faf Merge branch 'master' into disable-doctests 2018-03-26 12:21:00 -04:00
joshvera
e6fce8f67d Add it to the doctest file 2018-03-26 12:20:22 -04:00
Rob Rix
b22f174a16 Merge branch 'master' into evaluate-in-the-outer-analysis 2018-03-26 12:16:22 -04:00
Rob Rix
0db30a6d8c Align a bunch of cases. 2018-03-26 12:12:56 -04:00