Rob Rix
|
df9e7fa1b2
|
Note how we came by this.
|
2019-10-30 15:44:58 -04:00 |
|
Rob Rix
|
f9bbcb3b64
|
Comment the .ghci file
|
2019-10-30 15:44:03 -04:00 |
|
Rob Rix
|
e58bb8825f
|
Enable StrictData.
|
2019-10-30 15:36:32 -04:00 |
|
Rob Rix
|
3e0a968635
|
Set the output, o, hi, and stub dirs to dist-repl.
|
2019-10-30 15:34:29 -04:00 |
|
Rob Rix
|
f71ad89725
|
Use dist-repl import paths.
|
2019-10-30 15:34:18 -04:00 |
|
Rob Rix
|
c53e18e263
|
Add a .ghci file configured to set up the project loading &c.
|
2019-10-30 15:18:56 -04:00 |
|
Rob Rix
|
73badce74d
|
Add a script to run ghci.
|
2019-10-30 15:18:43 -04:00 |
|
Rob Rix
|
f799b3b759
|
Ignore dist-repl.
|
2019-10-30 15:00:05 -04:00 |
|
Rob Rix
|
0aa6effbdf
|
🔥 the project-wide .ghci file.
|
2019-10-30 14:57:21 -04:00 |
|
Rob Rix
|
c6c729df45
|
🔥 redundant Generic & Hashable instances.
|
2019-10-30 14:51:57 -04:00 |
|
Rob Rix
|
50fb1380da
|
Correct how we silence a lint.
|
2019-10-30 14:45:36 -04:00 |
|
Rob Rix
|
17fe2b0fe8
|
🔥 redundant language extensions.
|
2019-10-30 14:35:55 -04:00 |
|
Rob Rix
|
0c897852b0
|
🔥 redundant constraints.
|
2019-10-30 14:31:43 -04:00 |
|
Rob Rix
|
890d05dfd7
|
🔥 branchNode/leafNode/toTerm.
|
2019-10-30 14:30:52 -04:00 |
|
Rob Rix
|
4941cb8dc8
|
🔥 redundant constraints.
|
2019-10-30 14:30:26 -04:00 |
|
Rob Rix
|
60886eb90f
|
🔥 the silencing of no export list warnigns.
|
2019-10-30 14:28:41 -04:00 |
|
Rob Rix
|
eeec38a770
|
🔥 the highly suspect release flag use from the tests.
|
2019-10-30 14:13:22 -04:00 |
|
Rob Rix
|
3a18af8f47
|
We don’t actually use NamedFieldPuns here.
|
2019-10-30 14:12:53 -04:00 |
|
Rob Rix
|
b07382d236
|
🔥 partial record selectors in the integration spec.
|
2019-10-30 14:11:39 -04:00 |
|
Rob Rix
|
22f1e7295d
|
🔥 redundant imports.
|
2019-10-30 14:08:59 -04:00 |
|
Rob Rix
|
6230181c7e
|
Fix up the graph style.
|
2019-10-30 14:03:05 -04:00 |
|
Rob Rix
|
a2ec2ae8de
|
🔥 partial record selectors from ControlFlowVertex.
|
2019-10-30 14:00:38 -04:00 |
|
Rob Rix
|
29085fd688
|
Extract the partial moduleName & span fields into a new type.
|
2019-10-30 13:50:00 -04:00 |
|
Rob Rix
|
fa865e8caf
|
Disable extensions in the hlint config.
|
2019-10-30 13:42:53 -04:00 |
|
Rob Rix
|
b2ad11a912
|
Don’t bind unused type variables.
|
2019-10-30 13:39:01 -04:00 |
|
Rob Rix
|
29db8b3f35
|
🔥 partial field selectors for Python.QualifiedName.
|
2019-10-30 13:36:26 -04:00 |
|
Rob Rix
|
9770cbdc9b
|
🔥 partial field selectors for Token.
|
2019-10-30 13:35:35 -04:00 |
|
Rob Rix
|
8d6eecc77b
|
Fix partial record selector warnings for LoopControl.
|
2019-10-30 13:34:21 -04:00 |
|
Rob Rix
|
f68fa5ea30
|
Enable hard-mode warnings project-wide.
|
2019-10-30 13:29:45 -04:00 |
|
Rob Rix
|
17f860a6bd
|
Only enable StrictData by default.
|
2019-10-30 13:16:32 -04:00 |
|
Rob Rix
|
a8a3bca972
|
Fix some missed language extensions.
|
2019-10-30 13:16:17 -04:00 |
|
Rob Rix
|
7262484a57
|
Add language extensions to everything.
|
2019-10-30 12:49:23 -04:00 |
|
Rob Rix
|
298c37feff
|
Avoid binding an unused type variable.
|
2019-10-30 11:44:58 -04:00 |
|
Rob Rix
|
8b5fa9e778
|
Merge pull request #360 from github/semantic-source-package
Don't depend on local semantic-source package
|
2019-10-29 18:51:14 -04:00 |
|
Rick Winfrey
|
c3f1f862c5
|
Define cabal.project in semantic-source dir
|
2019-10-29 15:22:58 -07:00 |
|
Rick Winfrey
|
efea4df3d6
|
Remove semantic-source as package from semantic cabal.project
|
2019-10-29 15:22:46 -07:00 |
|
Rick Winfrey
|
2ac1a9157b
|
Change directories after running semantic-source specific commands
|
2019-10-29 14:17:47 -07:00 |
|
Rick Winfrey
|
f804c60dc8
|
Add semantic-source back to packages
|
2019-10-29 14:03:43 -07:00 |
|
Rick Winfrey
|
8d5f40ec39
|
Standarize name of common component in semantic-source.cabal
|
2019-10-29 14:00:55 -07:00 |
|
Rick Winfrey
|
c4900f92d4
|
Try running tests for semantic-source within its dir
|
2019-10-29 12:34:56 -07:00 |
|
Rob Rix
|
52c6b8c42f
|
Merge pull request #363 from github/we-can’t-have-nice-things
We can’t have nice things
|
2019-10-25 15:52:27 -04:00 |
|
Rob Rix
|
bb397d4a29
|
Merge branch 'master' into we-can’t-have-nice-things
|
2019-10-25 15:29:55 -04:00 |
|
Rob Rix
|
c4e2c14601
|
Whoops 2: the Whoopsening.
|
2019-10-25 15:26:30 -04:00 |
|
Rob Rix
|
72ba6821ea
|
Whoops.
|
2019-10-25 14:34:54 -04:00 |
|
Rob Rix
|
892932c2a5
|
Merge pull request #344 from github/compile-string-literals
First attempt at compiling string literals.
|
2019-10-25 14:32:52 -04:00 |
|
Rob Rix
|
e636757c29
|
Executing the monadic actions is the important thing, not evaluating the graph.
|
2019-10-25 14:22:50 -04:00 |
|
Rob Rix
|
3e74db0234
|
Lint a little lint of me
|
2019-10-25 14:22:09 -04:00 |
|
Rob Rix
|
cbc2d82b55
|
Don’t define an orphan Hashable1 instance for NonEmpty.
|
2019-10-25 14:03:01 -04:00 |
|
Rob Rix
|
d9aff05870
|
🔥 redundant silencing of warnings.
|
2019-10-25 14:01:56 -04:00 |
|
Rob Rix
|
a05533fd19
|
🔥 NFData & NFData1 instances wherever they may be found.
Also some Generic instances.
|
2019-10-25 13:52:07 -04:00 |
|