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

Put InfoStream into flit namespace #314

Merged
merged 2 commits into from
Dec 30, 2019
Merged

Conversation

mikebentley15
Copy link
Collaborator

Fixes #96

Description:
For consistency, we want everything in FLiT to be in the flit namespace. I checked and there was only one thing not in the flit namespace and that was the InfoStream class. This change only moves the InfoStream into the FLiT namespace.

Documentation:
None needed. It is already documented as being in the flit namespace

Tests:
No additional tests needed, just ensured that all existing tests are still working.

@mikebentley15 mikebentley15 added bug c++ Involves touching c++ code labels Dec 30, 2019
@IanBriggs IanBriggs merged commit a6ae0a8 into devel Dec 30, 2019
@IanBriggs IanBriggs deleted the issue96-all-in-flit-namespace branch December 30, 2019 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug c++ Involves touching c++ code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Put all FLiT functions and classes in the flit namespace
2 participants