-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorcontributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Description
Lines 180 to 187 in 3a47bc7
| .executable_bit_only => { | |
| // This code does not look at the mode bits yet. To implement this feature, | |
| // the implementation must be adjusted to look at the mode, and check the | |
| // user executable bit, then call fchmod on newly created files when | |
| // the executable bit is supposed to be set. | |
| // It also needs to properly deal with ACLs on Windows. | |
| @panic("TODO: unimplemented: tar ModeMode.executable_bit_only"); | |
| }, |
Related:
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorcontributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.