1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00
Commit Graph

19612 Commits

Author SHA1 Message Date
Rob Rix
0b6dd8f126 Correct some haddocks. 2018-03-19 09:23:11 -04:00
Rob Rix
bbb51588e5 Add a doctest component. 2018-03-19 09:23:11 -04:00
Greg Orzell
02fbc3b22c Merge branch 'master' into gorzell-container 2018-03-19 10:52:47 +01:00
Timothy Clem
e9d8c9c247 This is not allowed 2018-03-16 14:12:55 -07:00
Patrick Thomson
de4c3e5f8a Take a stab at typechecking. 2018-03-16 17:07:53 -04:00
Patrick Thomson
6a5c3084ad merge folderol 2018-03-16 16:58:15 -04:00
Timothy Clem
e580051a66 Merge remote-tracking branch 'origin/master' into build-fix-em-ups 2018-03-16 13:57:37 -07:00
Timothy Clem
f9fc79725a Fix up warning in markdown assignment 2018-03-16 13:55:53 -07:00
Patrick Thomson
5df347eb3e Merge remote-tracking branch 'origin/master' into classes 2018-03-16 16:51:59 -04:00
Patrick Thomson
6f13d55e60 More docs and more renaming. 2018-03-16 16:49:56 -04:00
Patrick Thomson
b6e27fc185 this comment no longer points out a lie 2018-03-16 16:40:03 -04:00
Patrick Thomson
dcaf4ed61f There is no distinction between local and global environment now. 2018-03-16 16:34:39 -04:00
Timothy Clem
e40a5e7c71 Merge pull request #1574 from github/ruby-imports
Eval Ruby require and load
2018-03-16 13:32:33 -07:00
Patrick Thomson
9446684846 qualify Exports, in keeping with the philosophy of not repeating prefixes 2018-03-16 16:28:24 -04:00
Patrick Thomson
9e04cee330 docs! docs! docs! 2018-03-16 16:23:45 -04:00
Timothy Clem
9a93943e9f Merge remote-tracking branch 'origin/master' into ruby-imports 2018-03-16 13:23:05 -07:00
Timothy Clem
247b13831c We should fix these, but I'm not confident about how to do that... 2018-03-16 13:22:49 -07:00
Timothy Clem
7b558445d6 Extra constraint 2018-03-16 13:22:34 -07:00
Timothy Clem
4ee805826f Merge pull request #1570 from github/export-wrapper
Export wrapper and some import assignment refactoring
2018-03-16 13:21:50 -07:00
Patrick Thomson
b26780b539 add localize 2018-03-16 16:00:49 -04:00
Patrick Thomson
96df75d5a3 Fix broken Semigroup instance for Imperative 2018-03-16 15:55:25 -04:00
Timothy Clem
9d767ba861 One more place we allow redundant-constraints 2018-03-16 12:48:42 -07:00
Timothy Clem
b9e021c682 Handle Nothing potential 2018-03-16 12:48:30 -07:00
Timothy Clem
6999781fef Extra langauge pragma 2018-03-16 12:48:05 -07:00
Timothy Clem
0556e874bb Couple more places where we don't care about redundant-constraints 2018-03-16 12:47:55 -07:00
Patrick Thomson
17bf4150e3 implement Evaluatable for member access, add doctests, and fix Latest 2018-03-16 15:41:15 -04:00
Rob Rix
863d6aa428 Add a doctest component. 2018-03-16 14:34:54 -04:00
Patrick Thomson
a44d5ed861 Use the Environment functions qualified. 2018-03-16 14:33:55 -04:00
Patrick Thomson
56e7c25268 Move Exports to its own module. 2018-03-16 14:09:41 -04:00
Timothy Clem
9bf9c43ce7 Allow redunand-constraints in here for HasCallStack to work 2018-03-16 10:56:37 -07:00
Timothy Clem
624423273d Not necessary to hide this 2018-03-16 10:56:23 -07:00
Timothy Clem
fa0c72fb14 Remove some more redundant constraints 2018-03-16 10:56:15 -07:00
Timothy Clem
f3fd569a6b Implement Semigroup instances for future compatability 2018-03-16 10:55:19 -07:00
Timothy Clem
503cf9f517 Remove redundant constraint 2018-03-16 10:54:12 -07:00
Timothy Clem
1b573a196f Cleanup redundant constraints 2018-03-16 10:50:26 -07:00
Timothy Clem
9a84cbdd97 Align cause it's fun 2018-03-16 10:15:59 -07:00
Timothy Clem
0eb9d3be66 Try out some of lexi-lambda's recommended compiler warnings 2018-03-16 10:15:39 -07:00
Patrick Thomson
1ff123c17c implement storing class values 2018-03-16 13:00:06 -04:00
Patrick Thomson
e67590cfe6 Implement localEnv with State rather than Reader. 2018-03-16 12:48:19 -04:00
Patrick Thomson
bd24166d0f Merge remote-tracking branch 'origin/export-wrapper' into classes 2018-03-16 12:39:09 -04:00
Timothy Clem
c76eece89d No need to hide this now 2018-03-16 09:28:03 -07:00
Timothy Clem
0904796674 Add a specific Data.Abstract.Path with path/module name helpers 2018-03-16 09:27:08 -07:00
Timothy Clem
197c8d8506 Use existing toBool instead 2018-03-16 09:16:23 -07:00
Timothy Clem
38fb63f660 TypeApplications no longer necessary here 2018-03-16 09:03:37 -07:00
Timothy Clem
cdc7cc37e8 Merge remote-tracking branch 'origin/master' into ruby-imports 2018-03-16 08:43:35 -07:00
Timothy Clem
3e5b9f8dbd Merge branch 'master' into export-wrapper 2018-03-16 08:38:57 -07:00
Patrick Thomson
63a2dac3e1 start converting Environment to a stack 2018-03-16 11:25:22 -04:00
Patrick Thomson
0f1cb642f5 Merge remote-tracking branch 'origin/master' into classes 2018-03-16 10:32:59 -04:00
Patrick Thomson
9b56def713 Merge pull request #1562 from github/bitwise
Add Evaluatable instance for Bitwise operators.
2018-03-16 10:14:06 -04:00
Patrick Thomson
0f0ae1077d Merge remote-tracking branch 'origin/master' into bitwise 2018-03-16 10:06:30 -04:00