-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to proto-lens #296
Switch to proto-lens #296
Changes from all commits
c0cce3b
06a108a
c0a53e9
7002b3c
d678f5b
e3506e8
cba98ae
fccbe6a
6488e6e
85bf7e7
3fe174a
5fbcca4
1232cc3
54eb044
32f6e9d
c537122
f8c76b2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ tmp/ | |
*.hp | ||
*.prof | ||
*.pyc | ||
/hie.yaml | ||
|
||
/test.* | ||
/*.html | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,5 @@ jobs: $ncpus | |
|
||
source-repository-package | ||
type: git | ||
location: https://github.com/joshvera/proto3-suite.git | ||
tag: 83f3352f0c7c94ea091e6087f60692eda9991fae | ||
|
||
source-repository-package | ||
type: git | ||
location: https://github.com/joshvera/proto3-wire.git | ||
tag: 84664e22f01beb67870368f1f88ada5d0ad01f56 | ||
location: https://github.com/tclem/proto-lens-jsonpb | ||
tag: e4d10b77f57ee25beb759a33e63e2061420d3dc2 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this something we can/should push to hackage at some point? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We definitely can, I'm not sure we should just yet. Let's see if this approach works for us. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,8 +71,6 @@ common dependencies | |
, text ^>= 1.2.3.1 | ||
, these >= 0.7 && <1 | ||
, unix ^>= 2.7.2.2 | ||
, proto3-suite | ||
, proto3-wire | ||
, lingo >= 0.2.0.0 | ||
|
||
common executable-flags | ||
|
@@ -241,14 +239,16 @@ library | |
-- High-level flow & operational functionality (logging, stats, etc.) | ||
, Semantic.Analysis | ||
-- API | ||
, Proto.Semantic | ||
, Proto.Semantic_Fields | ||
, Proto.Semantic_JSON | ||
, Semantic.Api | ||
, Semantic.Api.Bridge | ||
, Semantic.Api.Diffs | ||
, Semantic.Api.LegacyTypes | ||
, Semantic.Api.Symbols | ||
, Semantic.Api.Terms | ||
, Semantic.Api.TOCSummaries | ||
, Semantic.Proto.SemanticPB | ||
, Semantic.AST | ||
, Semantic.CLI | ||
, Semantic.Config | ||
|
@@ -304,6 +304,9 @@ library | |
, prettyprinter ^>= 1.2.1 | ||
, pretty-show ^>= 1.9.5 | ||
, profunctors ^>= 5.3 | ||
, proto-lens ^>= 0.5.1.0 | ||
, proto-lens-jsonpb | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Upon reflection we probably don’t need a version bound on There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We’ll eventually want to push |
||
, proto-lens-runtime ^>= 0.5.0.0 | ||
, reducers ^>= 3.12.3 | ||
, semantic-tags ^>= 0 | ||
, semigroupoids ^>= 5.3.2 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Been looking forward to merging just for this 😉