1
2
Fork
You've already forked STL-For-C
1

Update documentation on CI?CD trigger #38

Merged
TylerLinuxDev merged 2 commits from dev into staging 2023年07月16日 18:01:56 +02:00
No description provided.
Update documentation on CI?CD trigger
Some checks failed
/ test (pull_request) Failing after 12s
c60ab08767
Fix approval process
All checks were successful
/ test (pull_request) Successful in 32s
76c613f062
First-time contributor
Copy link

Log of Meson test suite run on 2023年07月16日T16:01:32.009774 Inherited environment: GITHUB_TOKEN=d98d57d10eb11f229862aef1a244834a7e0472c6 GITHUB_STATE=/var/run/act/workflow/statecmd.txt ACTIONS_RUNTIME_TOKEN=d98d57d10eb11f229862aef1a244834a7e0472c6 ACTIONS_CACHE_URL=http://10.80.1.199:44131/ USER=TylerPullRequestBot CI=true HOSTNAME=0f5e76269dfd GITHUB_ENV=/var/run/act/workflow/envs.txt HOME=/root RUNNER_TEMP=/tmp GITHUB_EVENT_PATH=/var/run/act/workflow/event.json ACT=true GITHUB_REPOSITORY_OWNER=TylerLinuxDev GITHUB_RETENTION_DAYS='' GITHUB_HEAD_REF='' GITHUB_GRAPHQL_URL='' REPOPATH=TylerLinuxDev/STL-For-C TOKEN=f10f8a3f704701b7f9f77952f6c9e64764444b03 RUNNER_OS=Linux ACTIONS_RUNTIME_URL=https://codeberg.org/api/actions_pipeline/ GITHUB_API_URL=https://codeberg.org/api/v1 GITEA_ACTIONS=true GITHUB_WORKFLOW='' GITHUB_RUN_ID=1541 ImageOS=docker GITHUB_BASE_REF='' GITHUB_REF_TYPE='' GITHUB_ACTION_REPOSITORY='' PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_TRACKING_ID='' GITEA_ACTIONS_RUNNER_VERSION=v2.3.0 RUNNER_ARCH=X64 GITHUB_ACTION=3 GITHUB_RUN_NUMBER=48 JOB_CONTAINER_NAME=GITEA-ACTIONS-TASK-3971_WORKFLOW_JOB-test LANG=C.UTF-8 GITHUB_REF_NAME=refs/pull/38/head GITHUB_REPOSITORY=TylerLinuxDev/STL-For-C GITHUB_ACTION_REF='' GITHUB_ACTIONS=true GITHUB_ACTION_PATH='' GITHUB_WORKSPACE=/workspace/TylerLinuxDev/STL-For-C GITHUB_JOB=test PULLREQUESTID=38 RUNNER_PERFLOG=/dev/null GITHUB_SHA=76c613f06211cf37b2b31669ae95ed6ec4dac755 GITHUB_REF=refs/pull/38/head GITHUB_ACTOR=TylerLinuxDev PASS='Sj#%7bRn+naXa@x' GITHUB_PATH=/var/run/act/workflow/pathcmd.txt PWD=/workspace/TylerLinuxDev/STL-For-C GITHUB_SERVER_URL=https://codeberg.org GITHUB_OUTPUT=/var/run/act/workflow/outputcmd.txt GITHUB_EVENT_NAME=pull_request GITHUB_STEP_SUMMARY=/var/run/act/workflow/SUMMARY.md ==================================== 1/28 ==================================== test: stlc:list / Generic List Test - Add Item start time: 16:01:32 duration: 0.07s result: exit status 0 command: MALLOC_PERTURB_=210 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_additem ============================================================================== ==================================== 2/28 ==================================== test: stlc:list / Generic List Test - Index Of 1 start time: 16:01:32 duration: 0.07s result: exit status 0 command: MALLOC_PERTURB_=249 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_indexof1 ============================================================================== ==================================== 3/28 ==================================== test: stlc:list / Generic List Test - Index Of 2 start time: 16:01:32 duration: 0.06s result: exit status 0 command: MALLOC_PERTURB_=74 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_indexof2 ============================================================================== ==================================== 4/28 ==================================== test: stlc:list / Generic List Test - Index Of 3 start time: 16:01:32 duration: 0.06s result: exit status 0 command: MALLOC_PERTURB_=36 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_indexof3 ============================================================================== ==================================== 5/28 ==================================== test: stlc:list / Generic List Test - Get Item start time: 16:01:32 duration: 0.05s result: exit status 0 command: MALLOC_PERTURB_=128 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_get ============================================================================== ==================================== 6/28 ==================================== test: stlc:list / Generic List Test - Get Range of Items start time: 16:01:32 duration: 0.05s result: exit status 0 command: MALLOC_PERTURB_=102 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_getrange ============================================================================== ==================================== 7/28 ==================================== test: stlc:list / Generic List Test - Add Range of Items start time: 16:01:32 duration: 0.04s result: exit status 0 command: MALLOC_PERTURB_=42 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_addrange ============================================================================== ==================================== 8/28 ==================================== test: stlc:list / Generic List Test - Add Range of Items At Index start time: 16:01:32 duration: 0.04s result: exit status 0 command: MALLOC_PERTURB_=49 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_addrange_at ============================================================================== ==================================== 9/28 ==================================== test: stlc:list / Generic List Test - Remove Item start time: 16:01:32 duration: 0.04s result: exit status 0 command: MALLOC_PERTURB_=228 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_remove ============================================================================== =================================== 10/28 ==================================== test: stlc:list / Generic List Test - Remove Range of Items start time: 16:01:32 duration: 0.03s result: exit status 0 command: MALLOC_PERTURB_=231 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_removerange ============================================================================== =================================== 11/28 ==================================== test: stlc:list / Generic List Test - Remove Specified Item start time: 16:01:32 duration: 0.03s result: exit status 0 command: MALLOC_PERTURB_=136 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_removeitem ============================================================================== =================================== 12/28 ==================================== test: stlc:list / Generic List Test - Struct List start time: 16:01:32 duration: 0.03s result: exit status 0 command: MALLOC_PERTURB_=36 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_structlist ============================================================================== =================================== 13/28 ==================================== test: stlc:list / Generic List Test - Incorrect Data Validation start time: 16:01:32 duration: 0.02s result: exit status 0 command: MALLOC_PERTURB_=39 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_incorrectdata ============================================================================== =================================== 14/28 ==================================== test: stlc:list / Generic List Test - Reallocation Validation start time: 16:01:32 duration: 0.02s result: exit status 0 command: MALLOC_PERTURB_=95 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_reallocation ============================================================================== =================================== 15/28 ==================================== test: stlc:atomicity / Atomicity Test - Maximum Contentions start time: 16:01:32 duration: 0.10s result: exit status 0 command: MALLOC_PERTURB_=111 /workspace/TylerLinuxDev/STL-For-C/build/test_atomicity test_maximum_contentions ============================================================================== =================================== 16/28 ==================================== test: stlc:atomicity / Atomicity Test - Sequence Contentions start time: 16:01:32 duration: 0.02s result: exit status 0 command: MALLOC_PERTURB_=173 /workspace/TylerLinuxDev/STL-For-C/build/test_atomicity test_sequence_contentions ============================================================================== =================================== 17/28 ==================================== test: stlc:atomicity / Atomicity Test - Atomic Exchange and Store start time: 16:01:32 duration: 0.11s result: exit status 0 command: MALLOC_PERTURB_=194 /workspace/TylerLinuxDev/STL-For-C/build/test_atomicity test_atomic_exchange_and_load ============================================================================== =================================== 18/28 ==================================== test: stlc:queue / Generic Queue Test - Enqueue and Dequeue start time: 16:01:32 duration: 0.03s result: exit status 0 command: MALLOC_PERTURB_=195 /workspace/TylerLinuxDev/STL-For-C/build/test_queue test_enqueueanddequeue ============================================================================== =================================== 19/28 ==================================== test: stlc:queue / Generic Queue Test - Enqueue and Dequeue Ranges start time: 16:01:32 duration: 0.03s result: exit status 0 command: MALLOC_PERTURB_=249 /workspace/TylerLinuxDev/STL-For-C/build/test_queue test_enqueueanddequeuerange ============================================================================== =================================== 20/28 ==================================== test: stlc:stack / Generic Stack Test - Push And Pop start time: 16:01:32 duration: 0.02s result: exit status 0 command: MALLOC_PERTURB_=100 /workspace/TylerLinuxDev/STL-For-C/build/test_stack test_pushandpop ============================================================================== =================================== 21/28 ==================================== test: stlc:stack / Generic Stack Test - Push And Pop Ranges start time: 16:01:32 duration: 0.02s result: exit status 0 command: MALLOC_PERTURB_=115 /workspace/TylerLinuxDev/STL-For-C/build/test_stack test_pushandpoprange ============================================================================== =================================== 22/28 ==================================== test: stlc:concurrent_queue / Generic Concurrent Queue Test - Allocate And Free start time: 16:01:32 duration: 0.01s result: exit status 0 command: MALLOC_PERTURB_=93 /workspace/TylerLinuxDev/STL-For-C/build/test_concurrent_queue test_allocate_and_free ============================================================================== =================================== 23/28 ==================================== test: stlc:queue / Generic Queue Test - Test Circular Buffer start time: 16:01:32 duration: 0.03s result: exit status 0 command: MALLOC_PERTURB_=171 /workspace/TylerLinuxDev/STL-For-C/build/test_queue test_circularbuffer ============================================================================== =================================== 24/28 ==================================== test: stlc:stack / Generic Stack Test - Test Circular Buffer start time: 16:01:32 duration: 0.03s result: exit status 0 command: MALLOC_PERTURB_=148 /workspace/TylerLinuxDev/STL-For-C/build/test_stack test_circularbuffer ============================================================================== =================================== 25/28 ==================================== test: stlc:concurrent_queue / Generic Concurrent Queue Test - Enqueue Only start time: 16:01:32 duration: 0.12s result: exit status 0 command: MALLOC_PERTURB_=218 /workspace/TylerLinuxDev/STL-For-C/build/test_concurrent_queue test_enqueue_only ============================================================================== =================================== 26/28 ==================================== test: stlc:concurrent_queue / Generic Concurrent Queue Test - Maximum Contention start time: 16:01:32 duration: 1.12s result: exit status 0 command: MALLOC_PERTURB_=108 /workspace/TylerLinuxDev/STL-For-C/build/test_concurrent_queue test_maximum_contention ============================================================================== =================================== 27/28 ==================================== test: stlc:event / Generic Event Test - Basic Event start time: 16:01:33 duration: 0.01s result: exit status 0 command: MALLOC_PERTURB_=74 /workspace/TylerLinuxDev/STL-For-C/build/test_event test_basic_event ============================================================================== =================================== 28/28 ==================================== test: stlc:event / Generic Event Test - Excessive Subscribed Event start time: 16:01:33 duration: 0.01s result: exit status 0 command: MALLOC_PERTURB_=3 /workspace/TylerLinuxDev/STL-For-C/build/test_event test_excessive_subscribed_event ============================================================================== Ok: 28 Expected Fail: 0 Fail: 0 Unexpected Pass: 0 Skipped: 0 Timeout: 0

Log of Meson test suite run on 2023年07月16日T16:01:32.009774 Inherited environment: GITHUB_TOKEN=d98d57d10eb11f229862aef1a244834a7e0472c6 GITHUB_STATE=/var/run/act/workflow/statecmd.txt ACTIONS_RUNTIME_TOKEN=d98d57d10eb11f229862aef1a244834a7e0472c6 ACTIONS_CACHE_URL=http://10.80.1.199:44131/ USER=TylerPullRequestBot CI=true HOSTNAME=0f5e76269dfd GITHUB_ENV=/var/run/act/workflow/envs.txt HOME=/root RUNNER_TEMP=/tmp GITHUB_EVENT_PATH=/var/run/act/workflow/event.json ACT=true GITHUB_REPOSITORY_OWNER=TylerLinuxDev GITHUB_RETENTION_DAYS='' GITHUB_HEAD_REF='' GITHUB_GRAPHQL_URL='' REPOPATH=TylerLinuxDev/STL-For-C TOKEN=f10f8a3f704701b7f9f77952f6c9e64764444b03 RUNNER_OS=Linux ACTIONS_RUNTIME_URL=https://codeberg.org/api/actions_pipeline/ GITHUB_API_URL=https://codeberg.org/api/v1 GITEA_ACTIONS=true GITHUB_WORKFLOW='' GITHUB_RUN_ID=1541 ImageOS=docker GITHUB_BASE_REF='' GITHUB_REF_TYPE='' GITHUB_ACTION_REPOSITORY='' PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_TRACKING_ID='' GITEA_ACTIONS_RUNNER_VERSION=v2.3.0 RUNNER_ARCH=X64 GITHUB_ACTION=3 GITHUB_RUN_NUMBER=48 JOB_CONTAINER_NAME=GITEA-ACTIONS-TASK-3971_WORKFLOW_JOB-test LANG=C.UTF-8 GITHUB_REF_NAME=refs/pull/38/head GITHUB_REPOSITORY=TylerLinuxDev/STL-For-C GITHUB_ACTION_REF='' GITHUB_ACTIONS=true GITHUB_ACTION_PATH='' GITHUB_WORKSPACE=/workspace/TylerLinuxDev/STL-For-C GITHUB_JOB=test PULLREQUESTID=38 RUNNER_PERFLOG=/dev/null GITHUB_SHA=76c613f06211cf37b2b31669ae95ed6ec4dac755 GITHUB_REF=refs/pull/38/head GITHUB_ACTOR=TylerLinuxDev PASS='Sj#%7bRn+naXa@x' GITHUB_PATH=/var/run/act/workflow/pathcmd.txt PWD=/workspace/TylerLinuxDev/STL-For-C GITHUB_SERVER_URL=https://codeberg.org GITHUB_OUTPUT=/var/run/act/workflow/outputcmd.txt GITHUB_EVENT_NAME=pull_request GITHUB_STEP_SUMMARY=/var/run/act/workflow/SUMMARY.md ==================================== 1/28 ==================================== test: stlc:list / Generic List Test - Add Item start time: 16:01:32 duration: 0.07s result: exit status 0 command: MALLOC_PERTURB_=210 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_additem ============================================================================== ==================================== 2/28 ==================================== test: stlc:list / Generic List Test - Index Of 1 start time: 16:01:32 duration: 0.07s result: exit status 0 command: MALLOC_PERTURB_=249 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_indexof1 ============================================================================== ==================================== 3/28 ==================================== test: stlc:list / Generic List Test - Index Of 2 start time: 16:01:32 duration: 0.06s result: exit status 0 command: MALLOC_PERTURB_=74 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_indexof2 ============================================================================== ==================================== 4/28 ==================================== test: stlc:list / Generic List Test - Index Of 3 start time: 16:01:32 duration: 0.06s result: exit status 0 command: MALLOC_PERTURB_=36 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_indexof3 ============================================================================== ==================================== 5/28 ==================================== test: stlc:list / Generic List Test - Get Item start time: 16:01:32 duration: 0.05s result: exit status 0 command: MALLOC_PERTURB_=128 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_get ============================================================================== ==================================== 6/28 ==================================== test: stlc:list / Generic List Test - Get Range of Items start time: 16:01:32 duration: 0.05s result: exit status 0 command: MALLOC_PERTURB_=102 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_getrange ============================================================================== ==================================== 7/28 ==================================== test: stlc:list / Generic List Test - Add Range of Items start time: 16:01:32 duration: 0.04s result: exit status 0 command: MALLOC_PERTURB_=42 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_addrange ============================================================================== ==================================== 8/28 ==================================== test: stlc:list / Generic List Test - Add Range of Items At Index start time: 16:01:32 duration: 0.04s result: exit status 0 command: MALLOC_PERTURB_=49 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_addrange_at ============================================================================== ==================================== 9/28 ==================================== test: stlc:list / Generic List Test - Remove Item start time: 16:01:32 duration: 0.04s result: exit status 0 command: MALLOC_PERTURB_=228 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_remove ============================================================================== =================================== 10/28 ==================================== test: stlc:list / Generic List Test - Remove Range of Items start time: 16:01:32 duration: 0.03s result: exit status 0 command: MALLOC_PERTURB_=231 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_removerange ============================================================================== =================================== 11/28 ==================================== test: stlc:list / Generic List Test - Remove Specified Item start time: 16:01:32 duration: 0.03s result: exit status 0 command: MALLOC_PERTURB_=136 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_removeitem ============================================================================== =================================== 12/28 ==================================== test: stlc:list / Generic List Test - Struct List start time: 16:01:32 duration: 0.03s result: exit status 0 command: MALLOC_PERTURB_=36 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_structlist ============================================================================== =================================== 13/28 ==================================== test: stlc:list / Generic List Test - Incorrect Data Validation start time: 16:01:32 duration: 0.02s result: exit status 0 command: MALLOC_PERTURB_=39 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_incorrectdata ============================================================================== =================================== 14/28 ==================================== test: stlc:list / Generic List Test - Reallocation Validation start time: 16:01:32 duration: 0.02s result: exit status 0 command: MALLOC_PERTURB_=95 /workspace/TylerLinuxDev/STL-For-C/build/test_list test_reallocation ============================================================================== =================================== 15/28 ==================================== test: stlc:atomicity / Atomicity Test - Maximum Contentions start time: 16:01:32 duration: 0.10s result: exit status 0 command: MALLOC_PERTURB_=111 /workspace/TylerLinuxDev/STL-For-C/build/test_atomicity test_maximum_contentions ============================================================================== =================================== 16/28 ==================================== test: stlc:atomicity / Atomicity Test - Sequence Contentions start time: 16:01:32 duration: 0.02s result: exit status 0 command: MALLOC_PERTURB_=173 /workspace/TylerLinuxDev/STL-For-C/build/test_atomicity test_sequence_contentions ============================================================================== =================================== 17/28 ==================================== test: stlc:atomicity / Atomicity Test - Atomic Exchange and Store start time: 16:01:32 duration: 0.11s result: exit status 0 command: MALLOC_PERTURB_=194 /workspace/TylerLinuxDev/STL-For-C/build/test_atomicity test_atomic_exchange_and_load ============================================================================== =================================== 18/28 ==================================== test: stlc:queue / Generic Queue Test - Enqueue and Dequeue start time: 16:01:32 duration: 0.03s result: exit status 0 command: MALLOC_PERTURB_=195 /workspace/TylerLinuxDev/STL-For-C/build/test_queue test_enqueueanddequeue ============================================================================== =================================== 19/28 ==================================== test: stlc:queue / Generic Queue Test - Enqueue and Dequeue Ranges start time: 16:01:32 duration: 0.03s result: exit status 0 command: MALLOC_PERTURB_=249 /workspace/TylerLinuxDev/STL-For-C/build/test_queue test_enqueueanddequeuerange ============================================================================== =================================== 20/28 ==================================== test: stlc:stack / Generic Stack Test - Push And Pop start time: 16:01:32 duration: 0.02s result: exit status 0 command: MALLOC_PERTURB_=100 /workspace/TylerLinuxDev/STL-For-C/build/test_stack test_pushandpop ============================================================================== =================================== 21/28 ==================================== test: stlc:stack / Generic Stack Test - Push And Pop Ranges start time: 16:01:32 duration: 0.02s result: exit status 0 command: MALLOC_PERTURB_=115 /workspace/TylerLinuxDev/STL-For-C/build/test_stack test_pushandpoprange ============================================================================== =================================== 22/28 ==================================== test: stlc:concurrent_queue / Generic Concurrent Queue Test - Allocate And Free start time: 16:01:32 duration: 0.01s result: exit status 0 command: MALLOC_PERTURB_=93 /workspace/TylerLinuxDev/STL-For-C/build/test_concurrent_queue test_allocate_and_free ============================================================================== =================================== 23/28 ==================================== test: stlc:queue / Generic Queue Test - Test Circular Buffer start time: 16:01:32 duration: 0.03s result: exit status 0 command: MALLOC_PERTURB_=171 /workspace/TylerLinuxDev/STL-For-C/build/test_queue test_circularbuffer ============================================================================== =================================== 24/28 ==================================== test: stlc:stack / Generic Stack Test - Test Circular Buffer start time: 16:01:32 duration: 0.03s result: exit status 0 command: MALLOC_PERTURB_=148 /workspace/TylerLinuxDev/STL-For-C/build/test_stack test_circularbuffer ============================================================================== =================================== 25/28 ==================================== test: stlc:concurrent_queue / Generic Concurrent Queue Test - Enqueue Only start time: 16:01:32 duration: 0.12s result: exit status 0 command: MALLOC_PERTURB_=218 /workspace/TylerLinuxDev/STL-For-C/build/test_concurrent_queue test_enqueue_only ============================================================================== =================================== 26/28 ==================================== test: stlc:concurrent_queue / Generic Concurrent Queue Test - Maximum Contention start time: 16:01:32 duration: 1.12s result: exit status 0 command: MALLOC_PERTURB_=108 /workspace/TylerLinuxDev/STL-For-C/build/test_concurrent_queue test_maximum_contention ============================================================================== =================================== 27/28 ==================================== test: stlc:event / Generic Event Test - Basic Event start time: 16:01:33 duration: 0.01s result: exit status 0 command: MALLOC_PERTURB_=74 /workspace/TylerLinuxDev/STL-For-C/build/test_event test_basic_event ============================================================================== =================================== 28/28 ==================================== test: stlc:event / Generic Event Test - Excessive Subscribed Event start time: 16:01:33 duration: 0.01s result: exit status 0 command: MALLOC_PERTURB_=3 /workspace/TylerLinuxDev/STL-For-C/build/test_event test_excessive_subscribed_event ============================================================================== Ok: 28 Expected Fail: 0 Fail: 0 Unexpected Pass: 0 Skipped: 0 Timeout: 0
Author
Owner
Copy link
@TylerLinuxDev Blah
Sign in to join this conversation.
No reviewers
Labels
Clear labels
Kind/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
No project
Assignees
Clear assignees
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
TylerLinuxDev/STL-For-C!38
Reference in a new issue
TylerLinuxDev/STL-For-C
No description provided.
Delete branch "dev"

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?