Skip to content

Changes to "autovalidate." Fixes to issues #95 and #96#132

Open
impxcts wants to merge 3 commits intoChicoState:mainfrom
impxcts:main
Open

Changes to "autovalidate." Fixes to issues #95 and #96#132
impxcts wants to merge 3 commits intoChicoState:mainfrom
impxcts:main

Conversation

@impxcts
Copy link
Copy Markdown

@impxcts impxcts commented Feb 18, 2026

I made changes to autovalidate inside the main.cpp file, where it checks if the user answers the initial "What are you listening to?" question with "nothing" and if that is the user's response, it ends. I also added a CI workflow called "compile" that will build the application in an Ubunto environment with the command: g++ -std=c++17 main.cpp, and it will run whenever a pull request has been made for the main branch or any new commits have been pushed to a branch labeled as "devops."

…he user.

This early check will exit if the user says that they are listening to "nothing" at the start rather than continuing regardless of what the user says.
Brought to my attention, I needed to include the header "#include <algorithm>" to fix a compiling issue with "transform()"
Added a CI work flow that builds the application in an Ubuntu environment  with the command: g++ -std=c++17 main.cpp

It is triggered to run whenever a pull request is made for the main branch or any new commits have been pushed to a branch called "devops."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant