Conversation
Imports goreleaser/fileglob for globbing support Adds util.ReadFileIfExists helper method
|
@nikolay can you experiment with this branch and see how it feels and if you have any feedback ? |
|
@TekWizely I will try it and provide feedback ASAP! Thank you! |
Updates config.Runfile, config.RunfileAbs during includes Adds Runfile to asserts Prints Runfile on asssert errors Treats glob patterns as optional Treats non-glob patters as required Fleshes out Readme for includes Adds filename to assertion errors in Readme
| l.Clear() // Discard | ||
| } | ||
|
|
||
| ignoreSpace(l) |
There was a problem hiding this comment.
NOTE: This change is not relevant to the PR's goal, but I'm allowing it ...
|
@nikolay I think this is pretty close to baked, can you lemme know if you had a chance to test it and/or if you can test with the most recent changes? Thanks! |
|
@nikolay Unless i hear from you regarding any issues you've noticed, I'll likely release this over the weekend. Do lemme know if you had a chance to try it, else keep an eye out for the PR merge and a new release ! -TW |
|
@TekWizely Sorry for being busy last few days. I will try it right now! |
|
@TekWizely Thank you, all the usecases I tried worked as expected! Please, release this! And thank you for the great job you've done with this project! |
Imports goreleaser/fileglob for globbing support
Adds util.ReadFileIfExists helper method
Closes #44
cc: @nikolay , @charandas