Copilot
Copilot
## Summary This PR implements reference stubs for the MicroPython Buffer protocol's extended `write` signature, as discussed in [micropython/micropython#17938](https://github.com/micropython/micropython/pull/17938#discussion_r2329804709). ## Changes Added a new `_WriteStream` Protocol to `reference/_mpy_shed/buffer_mp.pyi` that defines...
Updates the reference typestub for `rp2.asm_pio` decorator to include the new parameters proposed in [MicroPython PR #18133](https://github.com/micropython/micropython/pull/18133). ## Changes ### New `asm_pio` decorator parameters: - **`execctrl=0`** - Configures additional execution...
## Summary Adds a new `EnableHashedShortening` configuration option that prevents slug collisions when truncating long slugs to a maximum length. Instead of simple truncation, it appends a hash-based postfix to...
This PR fixes a fatal error that was preventing the Entity class from being instantiated: ``` Call to undefined function SaintSystems\OData\class_uses_recursive() File: src/OData/Entity.php Line: 225 ``` The error occurred in...
This PR migrates the `bitbots_vision` package from its custom parameter system to use the standardized `generate_parameter_library`, bringing it in line with other packages like `bitbots_path_planning`. ## Problem The `bitbots_vision` package...
Fix JavahExecutable to work on Java 10+ ## Summary Successfully fixed the issue where JavahExecutable fails on Java 10+ because the `javah` executable was removed from the JDK. ## Problem...
## Plan for Adding GNU Cobol Compiler Support Based on PR #34, I need to: - [x] Add CobolParser.java to maven-native-api for parsing COBOL dependencies - [x] Update PostE.java to...
The plugins page listed many plugins that were never migrated from Codehaus to MojoHaus or have since been archived. This created confusion about which plugins are actually maintained. ## Changes...
Integration test `target/` directories created during release builds were being included in the source-release.zip, as reported in the reproducible builds analysis. ## Changes - Moved all integration test directories (it1-it20,...
## Problem Issue #634 requests replacing string-based method name detection with comprehensive symbol-based detection in `IsMoqRaisesMethod`. Initial investigation revealed that the current symbol-based detection was incomplete and removing the string-based...