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

Check apps in an umbrella project #138

Merged
merged 27 commits into from
Nov 23, 2022
Merged

Check apps in an umbrella project #138

merged 27 commits into from
Nov 23, 2022

Conversation

luk-pau-es
Copy link
Contributor

@luk-pau-es luk-pau-es commented Oct 21, 2022

This branch is based on: #124
What was done:

  • upgrade gradualizer
  • rebase with master
  • fix tests
  • fix bugs {:error, :enoent}

Issue of the bug:
On file lib/gradient.ex we call function maybe_specify_forms/2 on line 46. Before that (line: 45) there is call to function put_source_path/2. Bug cause was that maybe_specify_forms/2 also called this put_source_path/2 which effectively aded source paths 2 times. I have verified that maybe_specify_forms/2 is called only from that one specific location and removed redundant call to put_source_path/2 from inside it.

IMPORTANT
Right now the pipeline is all green but I need to investigate more about it as this is effect of re running failed jobs multiple times.

@japhib
Copy link
Contributor

japhib commented Nov 15, 2022

Hi @luk-pau-es, I've looked through this branch and it looks good to me for the most part -- I added some more changes on top of #124 since you branched off that MR, which I would like to be added here as well. I added all those changes in one commit on top of your branch, here: japhib@406c7f6

Mind cherry-picking it?

Copy link
Member

@erszcz erszcz left a comment

Choose a reason for hiding this comment

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

It's great! Tremendous effort, @japhib and @luk-pau-es, making this happen in the first place and making sure both PRs finally converged 🎉🥳

@erszcz erszcz merged commit 17e5534 into main Nov 23, 2022
@erszcz erszcz deleted the umbrella-config branch November 23, 2022 16:53
@japhib
Copy link
Contributor

japhib commented Nov 23, 2022

Thanks for all your help @luk-pau-es @erszcz !

@erszcz erszcz changed the title Umbrella config Check apps in an umbrella project Nov 23, 2022
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.

3 participants