We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug (ref #128)
Pelemay doesn't seem to show CpuInfo.all_profile into Logger.error in case of an error when it will generate makefile
To Reproduce
~/lib/pelemay/generator/builder.ex
generate_makefile/4
== Compilation error in file test/support/sample.ex == ** (RuntimeError) Build error. lib/pelemay/generator/builder.ex:123: Pelemay.Generator.Builder.generate_makefile/4 lib/pelemay/generator/builder.ex:232: Pelemay.Generator.Builder.generate/1 expanding macro: Pelemay.defpelemay/1 test/support/sample.ex:12: Sample (module)
Expected behavior Pelemay should show CpuInfo.all_profile in any case of an error.
Screenshots None.
Desktop (please complete the following information):
Later than Pelemay 0.0.11
Additional context None.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
(ref #128)
Pelemay doesn't seem to show CpuInfo.all_profile into Logger.error in case of an error when it will generate makefile
To Reproduce
~/lib/pelemay/generator/builder.ex
to raise "Build error." when calledgenerate_makefile/4
in any case.Expected behavior
Pelemay should show CpuInfo.all_profile in any case of an error.
Screenshots
None.
Desktop (please complete the following information):
Later than Pelemay 0.0.11
Additional context
None.
The text was updated successfully, but these errors were encountered: