You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2021/03/18 13:04:03 UTC

[GitHub] [daffodil] mbeckerle edited a comment on pull request #481: ADD test for "%%" to bypass existing test for "%NL"

mbeckerle edited a comment on pull request #481:
URL: https://github.com/apache/daffodil/pull/481#issuecomment-801908554


   If your changes are pushed to this branch of your fork, any other developer can check them out to look at your code. You need not push them elsewhere. Github specifically supports the ability to checkout a PR. 
   
   I have a .gitconfig file in my homedir with these contents:
   `
   [user]
   	name = Michael Beckerle
   	email = ....my email....
   [alias]
   	pr = "!f() { git fetch $1 refs/pull/$2/head:pr/$1/$2; } ; f"
   
   [core]
   	excludesfile = /home/mbeckerle/.gitignore
   `
   That alias allows me to type
   `git pr asf 481`
   and that will checkout your branch of this PR. The "asf" is my git remote name for the central daffodil repository location. (My own fork is named "origin")
   
   The error message about terminator cannot be %ES; really should also mention lengthKind="delimited" because when length kind is NOT delimited, %ES; is allowed for terminator. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org