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

Add utility functions to Signs class #2390

Merged
merged 3 commits into from
May 27, 2020
Merged

Conversation

mandeepsandhu
Copy link
Contributor

@mandeepsandhu mandeepsandhu commented May 27, 2020

Added utility functions to Signs that return a list of signs instead of
a string but are functionally similar to ListToString & GetGuideString
APIs.

These APIs can be used in place of the string variants when we want to
control how the individual signs are used.

Added tests for the new APIs.

Added utility functions to Signs that return a list of signs instead of
a string but are functionally similar to ListToString & GetGuideString
APIs.

These APIs can be used in place of the string variants when we want to
control how the individual signs are used.

Added tests for the new APIs.
CHANGELOG.md Outdated
@@ -51,6 +51,7 @@
* FIXED: Seeing segfault when loading large osmdata data files before loading LuaJit. LuaJit fails to create luaL_newstate() Ref: [#2158](https://github.com/ntop/ntopng/issues/2158) Resolution is to load LuaJit before loading the data files. [#2383](https://github.com/valhalla/valhalla/pull/2383)

* **Enhancement**
* ADDED: Add utility functions to Signs. [#2390](https://github.com/valhalla/valhalla/pull/2390)
Copy link
Member

Choose a reason for hiding this comment

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

i think these are added at the end

dgearhart
dgearhart previously approved these changes May 27, 2020
Copy link
Member

@dgearhart dgearhart left a comment

Choose a reason for hiding this comment

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

🚢

@mandeepsandhu mandeepsandhu merged commit 4ce8d04 into master May 27, 2020
@mandeepsandhu mandeepsandhu deleted the signs_utility_functions branch May 27, 2020 22:58
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.

None yet

2 participants