| Name: | delve | 
|---|---|
| Version: | 1.21.2 | 
| Release: | 4.0.1.module+el8.10.0+90414+fc21c2ff | 
| Architecture: | x86_64 | 
| Module: | go-toolset:ol8:8100020241002065250:e155f54d | 
| Group: | Unspecified | 
| Size: | 15160866 | 
| License: | MIT | 
| RPM: | delve-1.21.2-4.0.1.module+el8.10.0+90414+fc21c2ff.x86_64.rpm | 
| Source RPM: | delve-1.21.2-4.0.1.module+el8.10.0+90414+fc21c2ff.src.rpm | 
| Build Date: | Wed Oct 02 2024 | 
| Build Host: | build-ol8-x86_64.oracle.com | 
| Vendor: | Oracle America | 
| URL: | https://github.com/go-delve/delve | 
| Summary: | A debugger for the Go programming language | 
| Description: | Delve is a debugger for the Go programming language. The goal of the project is to provide a simple, full featured debugging tool for Go. Delve should be easy to invoke and easy to use. Chances are if you're using a debugger, things aren't going your way. With that in mind, Delve should stay out of your way as much as possible.  | 
- Disable DWARF compression which has issues (Alex Burmashev)
- Skip tests in %check due to incompatible Go version in buildroot (temporary). - Resolves: RHEL-59518
- Skip an additional test as it's breaking in the CI system. - Modify the name of the patch. - Resolves: RHEL-22820
- Fix: Remove architectures from exclude ExcludeArch - Resolves: RHEL-22820
- Rebase to 1.21.2 - Add support for ppc64le and aarch64 - Enable the test suite - Modify ports: Some CI systems complain about the usage of the 8888 port. - Improve the way PPC64LE support is enabled. - Resolves: RHEL-22820
- Rebase to 1.20.2 - Resolves: rhbz#2186495
- Rebase to 1.9.1 - Related: rhbz#2131026
- Rebase to 1.8.3 - Resolves: rhbz#2077956 - Resolves: rhbz#2076501
- Rebase to 1.7.2 - Related: rhbz#2014088
- Rebase to 1.6.0 - Resolves: rhbz#1938071 - Removes golang-1.15.4-TestStepIntoWrapperForEmbeddedPointer.patch