purduesigbots / pros

Source code for PROS kernel: open source C/C++ development for the VEX V5 microcontroller
https://pros.cs.purdue.edu
Other
259 stars 76 forks source link

🐛 Prevent paths with parenthesis and spaces from breaking #530

Closed aaryan-gautam closed 1 year ago

aaryan-gautam commented 1 year ago

Summary:

Added a wildcard function when the char const * const _PROS_COMPILE_DIRECTORY variable is assigned.

Motivation:

References (optional):

472

Test Plan:

Tested with Create a new pros project using pros c new <project name> Create a project name with spaces and a project with parenthesis Compile and run without any errors

image

image

WillXuCodes commented 1 year ago

(guess I was wrong srry lol)