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

Feature/double quotes #71

Merged
merged 5 commits into from
Aug 13, 2018
Merged

Feature/double quotes #71

merged 5 commits into from
Aug 13, 2018

Conversation

jlconlin
Copy link
Member

I added the capability to use double quotes in addition to single quotes to delimit strings.

@apmccartney
Copy link
Member

There should a corresponding set of change to the manual such that, in each instance that specifies a single quote delimited string is required. to state double quote and asterisk delimited strings are permissible.

apmccartney
apmccartney previously approved these changes Aug 11, 2018
@@ -0,0 +1,8 @@
bool isQuote( char c ){
if ( ( c == '\'' ) or ( c == '*' ) or ( c == '"' ) ){
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stares suspiciously at asterisk

@apmccartney
Copy link
Member

Could you link to a successful build on EC2?

@jlconlin
Copy link
Member Author

jlconlin commented Aug 13, 2018

I thought it was building just find on Jenkins, but now it looks like it was just building the feature/test-problems branch. Not configured properly.

@jlconlin
Copy link
Member Author

Here is a successful build as reported by Jenkins for @apmccartney

http://jenkins.njoy21.io:8080/job/NJOY21-Testing-Docker/71/

@jlconlin jlconlin merged commit 9a1632e into master Aug 13, 2018
@jlconlin jlconlin deleted the feature/doubleQuotes branch September 11, 2018 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants