Rob Rix
|
b17af9d9c8
|
🔥 Source.fromList.
|
2017-02-16 13:11:04 -05:00 |
|
Rob Rix
|
6abfc2b158
|
Define mempty using the extant empty value.
|
2017-02-16 13:10:55 -05:00 |
|
Rob Rix
|
d3819ac386
|
Use the Source API to round-trip through Text.
|
2017-02-16 13:08:23 -05:00 |
|
Rob Rix
|
a7bfbb72f4
|
Rename characterRange to byteRange.
|
2017-02-16 11:58:26 -05:00 |
|
Rob Rix
|
b33bf134b4
|
Test that whole strings survive the utf8 roundtrip.
|
2017-02-16 11:53:49 -05:00 |
|
Rob Rix
|
6e35a32566
|
Produce non-ASCII characters and longer byte strings earlier.
|
2017-02-16 11:53:27 -05:00 |
|
Rob Rix
|
6c54412778
|
Source’s Listable instance produces non-ASCII values.
|
2017-02-16 11:38:02 -05:00 |
|
Timothy Clem
|
7b9d4b1f1b
|
Add test for toc summaries of files with unicode chars
|
2017-02-16 08:29:49 -08:00 |
|
Rob Rix
|
76e97e3df5
|
Interleave the ASCII code points.
|
2017-02-16 11:28:51 -05:00 |
|
Rob Rix
|
fed316c977
|
Test that encoding/decoding roundtrips are idempotent.
|
2017-02-16 11:27:50 -05:00 |
|
Timothy Clem
|
dbe08e5f81
|
Merge remote-tracking branch 'origin/master' into toc-summary-prop-tests
|
2017-02-15 16:38:41 -08:00 |
|
Timothy Clem
|
ea3310d953
|
No trace to let ci run
|
2017-02-15 16:22:22 -08:00 |
|
Timothy Clem
|
70c8e2a57b
|
Property test that toc summarizes methods and functions
|
2017-02-15 16:13:34 -08:00 |
|
Rob Rix
|
598b933aea
|
Byte ranges, not character ranges.
|
2017-02-15 16:17:01 -05:00 |
|
Rob Rix
|
971718616f
|
Bump haskell-tree-sitter for byte ranges.
|
2017-02-15 16:16:46 -05:00 |
|
Rob Rix
|
074868b289
|
Merge remote-tracking branch 'origin/master' into it-slices,-it-dices
|
2017-02-15 15:32:07 -05:00 |
|
Rob Rix
|
5f333e83b3
|
Merge pull request #1004 from github/hold-on-to-your-butts
lts-8.0, ghc-8.0.2, and some improvements to LeanCheck integration
|
2017-02-15 15:28:13 -05:00 |
|
Rob Rix
|
73b96969a8
|
Generate valid 7-bit ASCII.
|
2017-02-15 14:51:18 -05:00 |
|
Rob Rix
|
ed2ac59a36
|
Merge remote-tracking branch 'origin/hold-on-to-your-butts' into it-slices,-it-dices
|
2017-02-15 14:51:03 -05:00 |
|
Timothy Clem
|
43ec5efdb3
|
Commented syntax is summarized as BranchInfo
|
2017-02-15 10:37:24 -08:00 |
|
Timothy Clem
|
c8c42f0591
|
Commented syntax is summarized as BranchInfo
|
2017-02-15 10:16:53 -08:00 |
|
Timothy Clem
|
af54d397a2
|
Test basic method toc summary, and port over one prop test
|
2017-02-15 10:15:57 -08:00 |
|
Timothy Clem
|
aa84bb40d6
|
Merge branch 'master' into hold-on-to-your-butts
|
2017-02-15 08:34:18 -08:00 |
|
Timothy Clem
|
a02934534a
|
One more newline before diff
|
2017-02-15 08:20:49 -08:00 |
|
Timothy Clem
|
72e9472ad9
|
Merge pull request #1005 from github/dedupe-added-removed-methods
Dedupe methods that report as both added and removed in toc summaries
|
2017-02-15 08:19:19 -08:00 |
|
Timothy Clem
|
b34c71dcc5
|
Merge branch 'master' into dedupe-added-removed-methods
|
2017-02-15 08:14:21 -08:00 |
|
Rick Winfrey
|
e1d126fe52
|
Merge pull request #997 from github/automate-updating-dotcom
Add script/update-github
|
2017-02-14 15:55:21 -08:00 |
|
Rick Winfrey
|
bd9a755178
|
Merge branch 'master' into automate-updating-dotcom
|
2017-02-14 15:50:35 -08:00 |
|
Timothy Clem
|
975fd7cb88
|
Merge pull request #987 from github/go-receiver-toc-iteration
Another iteration for go method toc summaries
|
2017-02-14 15:43:58 -08:00 |
|
Rick Winfrey
|
79338030cc
|
Merge branch 'master' into automate-updating-dotcom
|
2017-02-14 14:26:05 -08:00 |
|
Timothy Clem
|
09337e21d8
|
Merge remote-tracking branch 'origin/master' into go-receiver-toc-iteration
|
2017-02-14 13:13:11 -08:00 |
|
Timothy Clem
|
51ad73bb4d
|
Better names for these test fixtures
|
2017-02-14 13:02:25 -08:00 |
|
Timothy Clem
|
be88ebb9f6
|
Import Patch
|
2017-02-14 12:49:09 -08:00 |
|
Rob Rix
|
ab8e407df3
|
Get the tests compiling again.
|
2017-02-14 15:42:14 -05:00 |
|
Rob Rix
|
f6e1981606
|
Source holds a ByteString.
|
2017-02-14 15:33:24 -05:00 |
|
Rob Rix
|
5cb06adf11
|
🔥 Source.at.
|
2017-02-14 15:08:12 -05:00 |
|
Timothy Clem
|
99ce07034b
|
Merge branch 'master' into dedupe-added-removed-methods
|
2017-02-14 12:05:30 -08:00 |
|
Timothy Clem
|
64119b3fc3
|
Remove unused imports and sort
|
2017-02-14 11:54:32 -08:00 |
|
Timothy Clem
|
94f606da81
|
Make the dedupe tests pass
|
2017-02-14 11:53:25 -08:00 |
|
Rob Rix
|
5c04e99e33
|
Merge remote-tracking branch 'origin/master' into hold-on-to-your-butts
|
2017-02-14 14:51:33 -05:00 |
|
Timothy Clem
|
1facca0b50
|
Add failing toc summary test and refactor removeDupes
|
2017-02-14 11:29:24 -08:00 |
|
Rob Rix
|
80bb79f73c
|
Merge remote-tracking branch 'origin/master' into hold-on-to-your-butts
|
2017-02-14 14:16:19 -05:00 |
|
Rob Rix
|
5c5b82351d
|
Merge pull request #998 from github/what-the-text
🔥 Source’s Vector
|
2017-02-14 14:07:33 -05:00 |
|
Rob Rix
|
f7f060b529
|
Merge branch 'master' into what-the-text
|
2017-02-14 13:29:07 -05:00 |
|
Rob Rix
|
ca134a8857
|
Account for vectors being in Maybe now.
|
2017-02-14 13:23:33 -05:00 |
|
Rob Rix
|
3906d33194
|
This weight is already being added by way of the lifts.
|
2017-02-14 12:38:07 -05:00 |
|
Rob Rix
|
b7e052cb1a
|
List all Category values.
Helps avoid the combinatorial explosion that comes from multiplying all of the Category constructors by all of the Syntax constructors.
|
2017-02-14 12:37:32 -05:00 |
|
Rob Rix
|
e35e8d788e
|
Simpler definitions of liftCons2 through 5.
|
2017-02-14 12:21:12 -05:00 |
|
Rob Rix
|
319ecc61ce
|
Simpler definition of liftTiers2 over (,).
|
2017-02-14 12:20:56 -05:00 |
|
Rob Rix
|
ad81f4f605
|
Add weight to every layer of Free/Cofree.
|
2017-02-14 11:59:42 -05:00 |
|