Hiromi Ogawa
Hiromi Ogawa
- gets uninformative message when cc is not found https://github.com/coord-e/magicpak/blob/e9fb346124dbcc6074eb5ff21a52a8303016216c/src/action/bundle_shared_object_dependencies.rs#L14 - empty path causes panic https://github.com/coord-e/magicpak/blob/de1e87fd207a625c8e39a09872b3b14b254923ae/src/domain/executable.rs#L96
Necessary to keep images up-to-date with base images
Currently tests in AArch46 is entirely disabled: https://github.com/coord-e/magicpak/blob/de1e87fd207a625c8e39a09872b3b14b254923ae/.github/workflows/test.yml#L40 We need to use native ARM builder because we can't ptrace on QEMU. https://cirrus-ci.org/ might be an option.
### A note for the community ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers...
Set attributes containing antiquotation in its name are ignored when there is a preceding definition
**Describe the bug** Attributes are unexpectedly ignored by Nix parser when there is a preceding definition of the set and the attribute name contains antiquotation. **Steps To Reproduce** minimal reproducible...
- hide (or separate) library interface to reduce public API surface - then rename `Executable` to something like `DynamicObject` - define CLI as a public API in terms of Semantic...
Use [inkwell::targets::TargetMachine::write_to_file](https://thedan64.github.io/inkwell/inkwell/targets/struct.TargetMachine.html#method.write_to_file) with `-o` option
``` let f = (a, b) -> a(b); f Number) -> Number>; f(x -> x, 1) ``` ?
1. Implement `Value::free_variables` 2. Remove `check_captures` and replace its uses with that above 3. Use `Value::free_variables` in `TypeInfer::transform_with_env` and rollback `new_env` changes to `env`
https://travis-ci.com/coord-e/expressi/builds/103870387 make current source to be compiled with stable rust, and make nightly build accept failures