asolana
asolana
As move->llvm compiler is in the works. There is a need to have Dwarf attribute supporting move programming language. As per https://dwarfstd.org/languages.html: "Between revisions of the Standard, new language codes...
# 🚀 Feature Request The datatest harness currently does not support running ignored tests. ## Motivation I'd like to add failing test that developers should be able to run when...
#### Problem - [x] [wontfix working as intended] cargo-build-sbf has hard coded dependency with rustc. This often [create problems](https://solana.stackexchange.com/questions/10338/cargo-build-bpf-package-error-ahash-v0-8-8-cannot-be-built-because-it-require) when user has another rustc installed. What is the rationale behind...
# 🐛 Bug High severity openssl bugs were reported for `versions below 0.10.48` in - https://github.com/anza-xyz/move/security/dependabot/5 - https://github.com/anza-xyz/move/security/dependabot/6 move uses `version = "0.10.41"`.
# 🐛 Bug Fresh clone of move repository (the main branch) after installing all the tools. `cargo build` passes. ## To reproduce ``` cargo test ``` **Stack trace/error message** ```...
A simple [assert.move](https://github.com/anza-xyz/move/blob/llvm-sys/language/tools/move-mv-llvm-compiler/tests/rbpf-tests/assert.move) program results in 268k of output.so binary. Run the optimizer to reduce binary size.
Apparently llvm-sys-17 still doesn't have the specific target machine APIs that I was looking for. llvm-sys-18 is still a WIP, they have made decent progress so it might be coming...
See #432 the commands are listed in Development.md, having a script to do this will be nice.
Related patch: https://github.com/anza-xyz/move/commit/fc012866b1b9441737ff82dfa808f5cb57093f11 Extend this to assign `writeonly` qualifier to mutable references.