Zekun Wang
Zekun Wang
# 🐛 Bug The current package system allows us to specify the version of a dependency as in ```toml [dependencies] P2 = { local = "/path-to-P2", version = "2.0.0" }...
## Description Fix https://github.com/aptos-labs/aptos-core/issues/13765 by using the physical location of the dependency for testing sameness. This PR also changes the test configuration of `move-package` to use more attributes from `extended_checker`...
# 🚀 Feature Request The use of positional constructors and ".." syntax is not allowed in the LHS of an _assignment_ now (they are allowed in declarations, match branches, parameters...
# 🐛 Bug The following code fails the exhaustiveness check ``` //# publish module 0x42::test { struct S0 has drop {} struct S1 has drop { x: A, y: B...
## Description Fixed #14311. This PR continues the partial fix from @jasonxh https://github.com/aptos-labs/aptos-core/pull/14340 by - extending `OnDiskPackage` - fix the way package metadata is extracted from the bytecode dependency in...
## Description This PR enables the control flow graph simplification as a default optimization. ## How Has This Been Tested? Existing tests && comparison testing. ## Type of Change -...
## Summary A segmentation fault occurs when using jhead. ## Reproduce [crash.txt](https://github.com/user-attachments/files/16256401/crash.txt) ``` $ git clone https://github.com/Matthias-Wandel/jhead.git $ cd jhead $ make $ ./jhead -dc -de -di -dx -du -purejpg...
Hi @DonggeLiu, can I run this experiment please? ``` /gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2025-02-09-path-afl --benchmarks bloaty_fuzz_target libpng_libpng_read_fuzzer stb_stbi_read_fuzzer jsoncpp_jsoncpp_fuzzer libxml2_xml systemd_fuzz-link-parser curl_curl_fuzzer_http openh264_decoder_fuzzer vorbis_decode_fuzzer freetype2_ftfuzzer libjpeg-turbo_libjpeg_turbo_fuzzer libxslt_xpath openssl_x509...