Conversation
PR Reviewer Guide 🔍(Review updated until commit 1a426d8)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 1a426d8
Previous suggestionsSuggestions up to commit 1f5bd03
|
|
Persistent review updated to latest commit 1a426d8 |
fermuch
left a comment
There was a problem hiding this comment.
Falta adicionar uma matrix de testes para rodar a test suite tanto em Windows como OSX além de Linux.
PR Type
enhancement, tests, bug_fix
Description
Introduced
Numscriptex.CompilationSettingsmodule for WASM binary management.Added tests for WASM binary installation and validation.
Improved error handling and logging for WASM operations.
Fixed typos and improved code formatting.
Changes walkthrough 📝
numscriptex.ex
Integrate WASM binary management and logginglib/numscriptex.ex
Numscriptex.CompilationSettingsfor WASM binary management.Logger.@binary_path.compilation_settings.ex
Add WASM binary management modulelib/numscriptex/compilation_settings.ex
compilation_settings_test.exs
Add tests for WASM binary managementtest/numscriptex/compilation_settings_test.exs
ExUnit.CaptureLogfor log testing.numscriptex_test.exs
Fix error assertions in teststest/numscriptex_test.exs
error.reasontoerror.details.