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

Extraction tests added to Conway, as well as extending the console app to do queries in markdown for point tests. #3

Merged
merged 1 commit into from
Mar 27, 2023

Conversation

ConorStokes
Copy link
Contributor

@ConorStokes ConorStokes commented Mar 24, 2023

  • Added "toString" to step entity base, to get the reference out.
  • Added field extraction to the command line app for ad-hoc testing
  • Added express id filtering to the command line app for ad-hoc testing
  • Added type filtering to the command line app for ad-hoc testing
  • Made the command line app output markdown-compliant tables
  • Added yarg as a dependency for command line parsing.
  • Added a bunch of extraction tests for the parser.
  • Added an explicit IfcStepModel class.
  • Added an explicit IfcStepParser class.
  • Code gen has better spacing.
  • Added a special "parseDataToModel" method to the IfcStepParser, which simplifies the interface and makes it closer to one step.
  • Added a straight extraction test that counts the extracted rows from parsing the model and initializing an array.
  • Added a specific test for extracting an IFCGEOMETRICREPRESENTATIONSUBCONTEXT, because it has complex derived members that are required to deal with proxying overridden members.
  • Added specific tests for extracting some scientific format numbers from IFCGEOMETRICREPRESENTATIONSUBCONTEXT and IFCCARTESIANPOINT.
  • Added a specific test for IFC step array extraction, including reference arrays and string arrays.
  • Added a specific test for IFC enum extraction.
  • Added a specific test for IFC string extraction with Unicode.

This is related to issue #2, adding extra extraction tests to Conway and has a dependency on #conway-ds 1 and #IFC-Gen 1

  out.
* Added field extraction to the command line app for ad-hoc testing
* Added express id filtering to the command line app for ad-hoc testing
* Added type filtering to the command line app for ad-hoc testing
* Made the command line app output markdown compliant tables
* Added yarg as a dependency for command line parsing.
* Added a bunch of extraction tests for the parser.
* Added an explict IfcStepModel class.
* Added an explict IfcStepParser class.
* Code gen has better spacing.
* Added special "parseDataToModel" method to the IfcStepParser,
 which simplifies the interface and makes it closer to one step.
* Added straight extraction test that counts the extracted rows
  from parsing the model and initialising an array.
* Added a specific test for extracting an
 IFCGEOMETRICREPRESENTATIONSUBCONTEXT, because it has complex
 derived members that are required to deal with
 proxying overridden members.
* Added a specific tests for extracting some scientific format numbers
  from numbers from IFCGEOMETRICREPRESENTATIONSUBCONTEXT and
  IFCCARTESIANPOINT.
* Added a specific test for IFC step array extraction, including reference arrays and string
  arrays.
* Added a specific test for IFC enum extraction.
* Added a specific test for IFC string extraction with unicode.
*
@ConorStokes ConorStokes added bug Something isn't working enhancement New feature or request labels Mar 24, 2023
@@ -39,6 +39,7 @@
},
"dependencies": {
"buffer": "^6.0.3",
"smart-buffer": "^4.2.0"
"smart-buffer": "^4.2.0",
Copy link
Member

@pablo-mayrgundter pablo-mayrgundter Mar 24, 2023

Choose a reason for hiding this comment

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

nice pkgs!

@ConorStokes ConorStokes merged commit fdee2ba into bldrs-ai:main Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
No open projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

2 participants