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

Fix bug in custom constraint parser, minor improvements #40

Merged
merged 24 commits into from
Mar 23, 2019
Merged

Conversation

prateekkumarweb
Copy link
Collaborator

@prateekkumarweb prateekkumarweb commented Nov 9, 2018

  1. coreInMorningTime: Unbundled.
  2. electiveInNonMorningTime: Unbundled.
  3. Variables in custom parser can have < and >.
  4. Fix a bug in the unbundled custom constraint.
  5. CSV Input: Parse Y as Yes and N, as No.
  6. Display the course name of the failed custom constraint.
  7. Build: Do not build tests/tools/contrib in yaml-cpp.
  8. Snap: Fix issue when accessing files.
  9. minorInMinorTime: Unbundled.
  10. programAtMostOneOfCoreOrElective: Unbundled.
  11. exactlyOneFieldValuePerCourse: Unbundled.
  12. Wrap custom constraints grammar in a namespace and include that in doxygen.
  13. Fix bug caused due to MinorType being enum.
  14. CSV Input: Parse C, Y as Core; E as Elective; N, as No.
  15. Generate version numbers from a custom script gen_version.sh.

Signed-off-by: Prateek Kumar <[email protected]>
@prateekkumarweb prateekkumarweb added this to the v0.4.0 milestone Nov 9, 2018
@prateekkumarweb prateekkumarweb changed the title Fix bug, minor improvements Fix bug in custom constraint parser, minor improvements Nov 9, 2018
Copy link
Owner

@sukrutrao sukrutrao left a comment

Choose a reason for hiding this comment

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

Updating of customMap and resetting of member values in obj might have to be done here as well.

@prateekkumarweb
Copy link
Collaborator Author

@GoodDeeds It had to done in constraint_expr. I have done it.

Signed-off-by: Prateek Kumar <[email protected]>
minorInMinorTime
programAtMostOneOfCoreOrElective
exactlyOneFieldValuePerCourse

Signed-off-by: Prateek Kumar <[email protected]>
@sukrutrao
Copy link
Owner

@prateekkumarweb Unbundling will require a few other changes as well. I will do it.

Now the class list will not be cluttered in doxygen as all
the relevant classes for custom constraint grammar are
put in a namespace

Signed-off-by: Prateek Kumar <[email protected]>
Signed-off-by: Prateek Kumar <[email protected]>
Signed-off-by: Prateek Kumar <[email protected]>
@sukrutrao sukrutrao merged commit 0b807d5 into master Mar 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants