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

Support Elixir 1.13 #267

Closed
wants to merge 1 commit into from
Closed

Support Elixir 1.13 #267

wants to merge 1 commit into from

Conversation

@parroty
Copy link
Owner

parroty commented Sep 18, 2021

Thank you for the PR.

But, since the Mix.Project.project_file is newly introduced, it fails on the older versions of elixir?

 1) test get source line count (ExCoveralls.StatsTest)
Error:      test/stats_test.exs:63
     ** (UndefinedFunctionError) function Mix.Project.project_file/0 is undefined or private. Did you mean one of:

The link you indicated notes that 1.13 and onward is moving to new implementation (Mix.ProjectStack), but the original implementation still works? (at least in the short term).

@joaothallis
Copy link
Author

It was solved in this PR v0.14.4

@joaothallis joaothallis closed this Dec 5, 2021
@joaothallis joaothallis deleted the support-elixir-1.13 branch December 5, 2021 21:28
@parroty
Copy link
Owner

parroty commented Dec 5, 2021

Thank you for updating.

Annopaolo added a commit to Annopaolo/astarte_core that referenced this pull request Nov 14, 2022
Annopaolo added a commit to Annopaolo/astarte_core that referenced this pull request Nov 14, 2022
- Update exprotobuf and contextually unlock gpb, since
bitwalker/exprotobuf#113 was
solved in latest version.

- Update excoveralls to support latest Elixir version
(see parroty/excoveralls#267).

Signed-off-by: Arnaldo Cesco <[email protected]>
Annopaolo added a commit to Annopaolo/astarte_rpc that referenced this pull request Nov 14, 2022
- Update exprotobuf and contextually unlock gpb, since
bitwalker/exprotobuf#113 was
solved in latest version.

- Update excoveralls to support latest Elixir version
(see parroty/excoveralls#267).

Signed-off-by: Arnaldo Cesco <[email protected]>
Annopaolo added a commit to Annopaolo/astarte_rpc that referenced this pull request Nov 14, 2022
- Update exprotobuf and contextually unlock gpb, since
bitwalker/exprotobuf#113 was
solved in latest version.

- Update excoveralls to support latest Elixir version
(see parroty/excoveralls#267).

Signed-off-by: Arnaldo Cesco <[email protected]>
Annopaolo added a commit to Annopaolo/astarte_data_access that referenced this pull request Nov 14, 2022
- Update astarte_core to v1.1.0-alpha.0.

- Update excoveralls to support latest Elixir version
(see parroty/excoveralls#267).

Signed-off-by: Arnaldo Cesco <[email protected]>
Annopaolo added a commit to Annopaolo/astarte_data_access that referenced this pull request Nov 14, 2022
- Update astarte_core to v1.1.0-alpha.0.

- Update excoveralls to support latest Elixir version
(see parroty/excoveralls#267).

Signed-off-by: Arnaldo Cesco <[email protected]>
Annopaolo added a commit to Annopaolo/astarte that referenced this pull request Nov 23, 2022
Update excoveralls to support latest Elixir version
(see parroty/excoveralls#267).

Signed-off-by: Arnaldo Cesco <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants