-
Notifications
You must be signed in to change notification settings - Fork 454
Update IDD Table:Independent Variable - Fix for IDF editor 'Too many fields for object:Table:IndependentVariable Error' #11297
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
Conversation
idd/versions/V25-1-0-Energy+.idd
Outdated
| \type real | ||
| N8,N9,N10,N11,N12,N13,N14,N15,N16,N17,N18,N19,N20; | ||
| N8,N9,N10,N11,N12,N13,N14,N15,N16,N17,N18,N19,N20,N21,N22,N23,N24,N25,N26,N27,N28,N29,N30, \note fields as indicated | ||
| N31,N32,N33,N34,N35,N36,N37,N38,N39,N40,N41,N42,N43,N44,N45,N46,N47,N48,N49,N50; \note fields as indicated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why change the 24-2 and 25-1 files? Transition should work ok without these change, because they are extensible. And IDF Editor won't be looking at these, either.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, thanks for the clarification. I assumed IDF Editor would need this in the current IDD so that's why I propagated it forward, but I can roll those back.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IDF Editor just reads the Energy+.idd that is in the root of the installed version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But it won't hurt anything to leave these. I did not run a transition test.
…, run make pretty again and a few manual cleanups
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unless I hear other comments, I think this is ready, and should be a non-breaking IDD change to support IDF editor.
| N8,N9,N10,N11,N12,N13,N14,N15,N16,N17,N18,N19,N20; | ||
| N8,N9,N10,N11,N12,N13,N14,N15,N16,N17,N18,N19,N20,N21,N22,N23,N24,N25,N26,N27,N28,N29,N30, \note fields as indicated | ||
| N31,N32,N33,N34,N35,N36,N37,N38,N39,N40,N41,N42,N43,N44,N45,N46,N47,N48,N49,N50, \note fields as indicated | ||
| N51,N52,N53,N54,N55,N56,N57,N58,N59,N60,N61,N62,N63,N64,N65,N66,N67,N68,N69,N70, \note fields as indicated | ||
| N71,N72,N73,N74,N75,N76,N77,N78,N79,N80,N81,N82,N83,N84,N85,N86,N87,N88,N89,N90, \note fields as indicated | ||
| N91,N92,N93,N94,N95,N96,N97,N98,N99,N100; \note fields as indicated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went ahead and rolled back the changes to the old IDDs, and extended this a bit further.
| 34.88889, !- Extended Field | ||
| 50.00000; !- Extended Field | ||
| 34.88889, !- <none> | ||
| 50.00000; !- <none> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went a head and ran IDF formatting again with these changes, and this is the result. Cleaning up this can be a follow-up issue later.
| ! Version, | ||
| ! 8.9; !- Version Identifier | ||
| ! Version, | ||
| ! 9.0; !- Version Identifier | ||
|
|
||
| ! Version, | ||
| ! 25.2; !- Version Identifier | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleting some of these old version identifiers.
|
Everything looks happy. Merging. |
Pull request overview
Description of the purpose of this PR
Pull Request Author
Reviewer