WIP: Add getopt(3p) bindings for Rust #91

Draft
emma wants to merge 9 commits from getopt-bindings into main
Owner
No description provided.
emma added the
enhancement
label 2024-04-02 02:42:43 +00:00
emma self-assigned this 2024-04-02 02:42:43 +00:00
emma added 2 commits 2024-04-02 02:42:44 +00:00
emma added 2 commits 2024-04-12 02:34:34 +00:00
emma added 2 commits 2024-04-12 05:52:40 +00:00
emma requested review from trinity 2024-04-12 06:08:31 +00:00
emma requested review from silt 2024-04-12 06:08:38 +00:00
emma added 1 commit 2024-04-12 06:13:28 +00:00
trinity reviewed 2024-04-12 23:08:28 +00:00
Makefile Outdated
@ -51,15 +51,14 @@ install: dist
.PHONY: test
test: build
tests/posix-compat.sh
$(RUSTC) --test src/getopt-rs/lib.rs -o build/test/getopt
Owner

Could we make it so this file is testable the same way the last was?

Could we make it so this file is testable the same way the last was?
Author
Owner

I will see what I can do

I will see what I can do
emma added 1 commit 2024-04-13 23:15:37 +00:00
emma added 1 commit 2024-04-14 05:43:18 +00:00
emma changed title from Add getopt(3p) bindings for Rust to WIP: Add getopt(3p) bindings for Rust 2024-04-24 21:00:48 +00:00
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b getopt-bindings main
git pull origin getopt-bindings

Step 2:

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff getopt-bindings
git push origin main
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bonsai/coreutils#91
No description provided.