ci: Add GHA pipeline#14
Merged
Merged
Conversation
- vm.ex: type-correct placeholders for fast_fork/1 ({:error,:not_implemented})
and fork/1 (raise); @dialyzer nowarn for the aspirational specs
- hyper.ex: correct whereis/1 input type (Vm.id, not Vm.t); nowarn create_vm/1
- node.ex: start_vm/1 spec+pattern to FireVMM.Opts.t (was nonexistent opts/0)
- client.ex: via/1 takes Vm.id, not integer (propagated a bad type into apply_spec)
- state.ex, provider.ex: discard unmatched returns
- stat.ex: total/1 + idle/1 specs admit float() (Enum.sum/+ widen to number)
- mix.exs: generated API __info__ field typed :any so its nil default is valid,
fixing the Firecracker struct contract breaks across boot_spec/instance/state
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.