Skip to content
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

update for cstparser changes #238

Merged
merged 10 commits into from Jan 17, 2018
Merged

update for cstparser changes #238

merged 10 commits into from Jan 17, 2018

Conversation

ZacLN
Copy link
Contributor

@ZacLN ZacLN commented Dec 14, 2017

Updates for changes to CSTParser interface

@davidanthoff davidanthoff added this to the v0.4.0 milestone Dec 16, 2017
@ZacLN ZacLN modified the milestones: v0.4.0, v0.4.1 Dec 29, 2017
@@ -29,6 +29,8 @@ function send(message, server)
end

function Base.run(server::LanguageServerInstance)
io = open("/home/zac/jls.log", "a")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Absolute path?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll pull this change as we've got telemetry and potentially an upstream fix for the self-deleting logs

@codecov-io
Copy link

codecov-io commented Jan 17, 2018

Codecov Report

Merging #238 into master will increase coverage by 0.21%.
The diff coverage is 41.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #238      +/-   ##
==========================================
+ Coverage   38.67%   38.89%   +0.21%     
==========================================
  Files          30       30              
  Lines        1872     1864       -8     
==========================================
+ Hits          724      725       +1     
+ Misses       1148     1139       -9
Impacted Files Coverage Δ
src/provider_references.jl 0% <0%> (ø) ⬆️
src/provider_definitions.jl 0% <0%> (ø) ⬆️
src/provider_completions.jl 0% <0%> (ø) ⬆️
src/provider_signatures.jl 0% <0%> (ø) ⬆️
src/trav/local.jl 88.27% <100%> (+0.22%) ⬆️
src/trav/lint.jl 59.45% <30.76%> (ø) ⬆️
src/provider_hover.jl 43.58% <50%> (-4.03%) ⬇️
src/trav/toplevel.jl 49.27% <75%> (ø) ⬆️
src/utilities.jl 10.74% <0%> (+0.82%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e8f5021...fff537d. Read the comment docs.

@ZacLN
Copy link
Contributor Author

ZacLN commented Jan 17, 2018

Tests pass, there's a backlog on travis that stopped them from completing though

@ZacLN ZacLN merged commit 833647b into master Jan 17, 2018
@ZacLN ZacLN deleted the cstupd2 branch January 17, 2018 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants