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

Copied Files but could not get tests to run #58

Open
wants to merge 56 commits into
base: master
Choose a base branch
from

Conversation

marcdefaria
Copy link

I could not get the tests to run, however I created the simplify packages and the ConstantPropogation.java file in src/.../service/simplify.

@PhillipVH
@Monkleys
@Zhunaidm
@steynvl

Kind Regards
Marc De Faria

Copy link

@steynvl steynvl left a comment

Choose a reason for hiding this comment

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

Looks good.

check(o, "(x==1)&&(y==3)");
}

@Test
Copy link

Choose a reason for hiding this comment

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

Fix indenation.

language: java

script:
- ant;
- ant test;
- docker-compose up --build -d
Copy link

Choose a reason for hiding this comment

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

We use docker-compose when we want to write multi-container Docker applications. You don't have to use it here and can simply build it with "docker build".

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