Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task parser does not support symbols or numbers in task names #37

Closed
agc93 opened this issue Sep 29, 2016 · 0 comments
Closed

Task parser does not support symbols or numbers in task names #37

agc93 opened this issue Sep 29, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@agc93
Copy link
Member

agc93 commented Sep 29, 2016

The pattern used to identify tasks only recognises names composed entirely of letters (i.e. no numbers, symbols or whitespace).

Since these are all valid, the task parser should allow them.

@agc93 agc93 self-assigned this Sep 29, 2016
@agc93 agc93 added this to the v0.2.0 milestone Sep 29, 2016
@agc93 agc93 added the Bug label Sep 29, 2016
agc93 added a commit to agc93/cake-vs that referenced this issue Sep 30, 2016
@gep13 gep13 closed this as completed in #38 Sep 30, 2016
gep13 added a commit that referenced this issue Sep 30, 2016
GH37: Support numbers and symbols in task names
gep13 added a commit that referenced this issue Aug 22, 2017
* release/0.2.0: (24 commits)
  (build) Corrected failing build in 15.3 Visual Studio
  (GH-76) Updated to Cake 0.21.1
  (GH-18) Tabs to Spaces
  (maint) Update to https
  Add support for drag-and-drop with cake and dll files
  Re-target to .NET Framework 4.6 and update NuGet dependencies
  Update Cake dependencies/templates to 0.19.4
  Adds Visual Studio 2017 support
  added params key word
  (GH-64) Update Cake to 0.17.0/1
  Add support for Cake-specific language/IDE settings
  Add MagicChunks-powered version transform
  Remove diagnostic logging, fix manifest versioning
  Upload as single stream, not multipart
  Fix compilation error and rookie mistake
  Additional logging for MyGet upload client
  task-runner: Rework regex to allow whitespace
  Additional build scripts for CI builds/packages
  Added support for "smart" indentation in Cake files. Indents are added on method body open, otherwise last offset used.
  Update task match pattern to support symbols and numbers in task names (to fix #37)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant