-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Golang ./... wildcard path syntax regression #13303
Copy link
Copy link
Closed
Labels
A:globBehavior around file-system globbing with regular commands or `glob`. See also A:quoting/expansionBehavior around file-system globbing with regular commands or `glob`. See also A:quoting/expansionA:quoting-expansionIssues related to string quoting, interpolation, and expansion of variable or glob patternsIssues related to string quoting, interpolation, and expansion of variable or glob patternscategory:enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
Describe the bug
There was a bug before described here that has started happening again. The regression started in 0.95.0, was working in 0.94.2
How to reproduce
Run go test ./... or any go command that uses that syntax
Expected behavior
The commands run correctly
Screenshots
Configuration
| key | value |
|---|---|
| version | 0.95.0 |
| major | 0 |
| minor | 95 |
| patch | 0 |
| branch | makepkg |
| commit_hash | f93c668 |
| build_os | linux-x86_64 |
| build_target | x86_64-unknown-linux-gnu |
| rust_version | rustc 1.79.0 (129f3b996 2024-06-10) (Arch Linux rust 1:1.79.0-1) |
| cargo_version | cargo 1.79.0 |
| build_time | 2024-06-25 20:17:10 +00:00 |
| build_rust_channel | release |
| allocator | mimalloc |
| features | default, sqlite, system-clipboard, trash |
| installed_plugins |
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A:globBehavior around file-system globbing with regular commands or `glob`. See also A:quoting/expansionBehavior around file-system globbing with regular commands or `glob`. See also A:quoting/expansionA:quoting-expansionIssues related to string quoting, interpolation, and expansion of variable or glob patternsIssues related to string quoting, interpolation, and expansion of variable or glob patternscategory:enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
