Closed luk-pau-es closed 1 year ago
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: https://github.com/japhib/gradient/commit/406c7f642ec3bb7684646075e2622a8f176ef41a
Mind cherry-picking it?
Thanks for all your help @luk-pau-es @erszcz !
This branch is based on: #124 What was done:
Issue of the bug: On file
lib/gradient.ex
we call functionmaybe_specify_forms/2
on line 46. Before that (line: 45) there is call to functionput_source_path/2
. Bug cause was thatmaybe_specify_forms/2
also called thisput_source_path/2
which effectively aded source paths 2 times. I have verified thatmaybe_specify_forms/2
is called only from that one specific location and removed redundant call toput_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.