Move steps in pull-shared-core.sh
to language with proper regex support
#55
Labels
launcher
Related to the launcher
The current process of creating a new SDK release process pulls in the
shared_core
library from the rstudio repo. Various modifications are made to these files using regexes andsed
.It would be beneficial to move this into a language that has full regex support as part of its standard library. This will allow modification of the files in memory as well as having the following additional benefits:
This should result in more flexibility as well as improved readability and maintainability.
The text was updated successfully, but these errors were encountered: