Conversation
Rewrite of tokenizer and introduction of object-based test cases
Working on separating the data from the tests
Reorganized the tests, eliminating internal log @happy5214 I'm going to go ahead and merge since this PR is on refactoring the tests as discussed.
General cleanup of schemas and schema parsing. @happy5214 I'm going to merge this into develop so that I can try to resolve with the changes in my new commits before we meet.
Update tokenizer -- removed extra delimiter tests in parser
Update tokenizer to handle (, x
Remove HED 2 support and reorganize code
Updating of the tests. @happy5214 I resolved the conflicts between the HED2 removal and this testing update PR. I am going to go ahead and merge. Note that the action to run the tests on the latest version of node took a really long time. It seems that the setup node GitHub action doesn't have the latest version of Node v23+ cached. We will need to keep a eye on this.
Finalize API and fix compatibility with BIDS
Updated the schema data
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 10.0.1 to 10.0.2. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v10.0.1...v10.0.2) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.27.8 to 0.27.9. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](TypeStrong/typedoc@v0.27.8...v0.27.9) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [prettier](https://github.com/prettier/prettier) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.2...3.5.3) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [globals](https://github.com/sindresorhus/globals) from 15.15.0 to 16.0.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v15.15.0...v16.0.0) --- updated-dependencies: - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
A bunch of changes in preparation for the release of v4.0.0
…elop/eslint-config-prettier-10.0.2 Bump eslint-config-prettier from 10.0.1 to 10.0.2
…elop/prettier-3.5.3 Bump prettier from 3.5.2 to 3.5.3
…elop/typedoc-0.27.9 Bump typedoc from 0.27.8 to 0.27.9
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.8.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.7.3...v5.8.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…elop/typescript-5.8.2 Bump typescript from 5.7.3 to 5.8.2
…elop/globals-16.0.0 Bump globals from 15.15.0 to 16.0.0
husky is a development package whose configuration we borrowed from the old bids-validator package. It has since been updated, and the existing configuration was creating warnings. This PR updates the configuration. It also now runs both sets of tests when committing.
Also revert bad replacement of "sidecar" -> "bidsFile" throughout strings and comments.
Last-minute changes to BIDS modules before major release
Move special issue parameters to static Map variable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This version provides feature-completeness and removes HED-2G support.