GateNetwork/gate
2
10
Fork
You've already forked gate
1

AppOptions array parsing error #64

Closed
opened 2025年06月23日 23:29:03 +02:00 by gatelinker · 1 comment

Arrays-arguments are not parsed correctly

Arrays-arguments are not parsed correctly
gatelinker added this to the v0.5 milestone 2025年06月23日 23:29:03 +02:00
Author
Owner
Copy link

Array options were redefined to be repeated simple key-values.
Instead of
--arrayoptname value1 value2 value3
they need to be defined as:
--arrayoptname value1 --arrayoptname value2 --arrayoptname value3
This approach is consistent with the already existing implementation.
Unit test was adapted to fulfill the simplified requirement

Array options were redefined to be repeated simple key-values. Instead of `--arrayoptname value1 value2 value3` they need to be defined as: `--arrayoptname value1 --arrayoptname value2 --arrayoptname value3` This approach is consistent with the already existing implementation. Unit test was adapted to fulfill the simplified requirement
Sign in to join this conversation.
No Branch/Tag specified
main
devel_0_7
v0.6
v0.5
0.4
0.2
0.3
Labels
Clear labels
Bug
Fix broken code
Build
Build system & CI/CD
Change
Function change
Impl
Feature implementation
Test
Tests and QA
Compat/Breaking
Breaking change that won't be backward compatible
Kind/Bug
Something is not working
Kind/Documentation
Documentation changes
Kind/Enhancement
Improve existing functionality
Kind/Feature
New functionality
Kind/Security
This is security issue
Kind/Testing
Issue or pull request related to testing
Priority
Critical
The priority is critical
Priority
High
The priority is high
Priority
Low
The priority is low
Priority
Medium
The priority is medium
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Need More Info
Feedback is required to reproduce issue or to continue work
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
Assignees
Clear assignees
No assignees
1 participant
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
GateNetwork/gate#64
Reference in a new issue
GateNetwork/gate
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?