sbom icon indicating copy to clipboard operation
sbom copied to clipboard

Fix compilation and use on Elixir 1.16

Open fhunleth opened this issue 2 years ago • 3 comments

This fixes the following compilation warning that leads to runtime errors:

    warning: Mix.Dep.load_on_environment/1 is undefined or private
    │
 21 │       Mix.Dep.load_on_environment(env: environment)
    │               ~
    │
    └─ lib/sbom.ex:21:15: SBoM.components_for_project/1

fhunleth avatar Dec 28 '23 17:12 fhunleth

Any chance to have this merged?

MaudThomas avatar Mar 26 '24 10:03 MaudThomas

Sorry, lost track of this. I'm having issues locally with 1.16.2 even with this PR, will try to have a look soon...

voltone avatar Mar 28 '24 12:03 voltone

We are using this branch with elixir 1.16.1 and it works as expected, what problems have you encountered?

visciang avatar May 06 '24 17:05 visciang