-
Notifications
You must be signed in to change notification settings - Fork 393
Rename Flow to VolumeFlow #363
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
Comments
I can do this but I have a pending PR where I added more Flow Units. Is it ok to branch from there? |
You can, but before this can be reviewed it should rebased on top of origin/master so that you don't include flow unit changes in the PR. Easiest to keep branches off of origin/master to begin with. |
How do I do that? Sorry, kinda new to GitHub. |
In git command line, something like this:
Then create PR from mynewbranch on your fork. |
I just did something like this... but it didn't get where I left off from AddMoreFlowUnits |
So I did the tasks for this issue but branching from PR #361 I guess I'll just wait for that PR to be accepted before I submit PR for RenameFlowToVolumeFlow branch ? |
Ah I see. Frankly, the latter option does not gain much and adds a lot more friction so I would go with the easy route. |
Alright. Let's just do the Easy route. It's quick to do the rename anyway :) |
To disambiguate it from MassFlow and more consistent naming.
Flow
units as obsolete via .json file (example: TemperatureDelta.KelvinDelta)VolumeFlow
.json based on Flow (copied and renamed)generate-code.bat
All obsoleted code will be addressed on next major version bump, as listed in #180 .
The text was updated successfully, but these errors were encountered: