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

Merge master into v1 #1177

Merged
merged 21 commits into from
May 13, 2024
Merged

Merge master into v1 #1177

merged 21 commits into from
May 13, 2024

Conversation

TwitchBronBron
Copy link
Member

@TwitchBronBron TwitchBronBron commented May 10, 2024

The master ->release-1.0.0 merge was a bit busy, so this is a dedicated PR to help with reviewing the changes to ensure that everything was done properly.

Extra changes:

  • added astNode to the TypeChain so we could better support cannotFindFunction diagnostics introduced recently in master

TODO:

  • fix a few more broken unit tests

TwitchBronBron and others added 18 commits March 19, 2024 13:28
* Add plugin hook for documentSymbol

* Better handling of null/missing name tokens

* fix lint issues
* Move symbol creation to symbolUtils

* Fix workspaceSymbol handling

* Fix tests

* Fix lint issues
* Move symbol creation to symbolUtils

* Fix workspaceSymbol handling

* Fix tests

* Fix lint issues

* Mostly fixed tests

* Fix workspace symbols missing containerName
* Upgrade to @rokucommunity/logger

* Add original logger class back

* @rokucommunity/logger v0.3.4
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.13 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.1.13...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bronley Plumb <bronley@gmail.com>
…#1148)

* fix: resolve the stagingDir option relative to the bsconfig.json file

* chore: add unit test

* Fix windows paths

---------

Co-authored-by: Bart van den Ende <bart.van.den.ende@wbd.com>
Co-authored-by: Bronley Plumb <bronley@gmail.com>
* Fix crash when diagnostic is missing range

* improve unit test
Copy link
Collaborator

@markwpearce markwpearce left a comment

Choose a reason for hiding this comment

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

Looking forward to getting parity with master again.
We should cleanup the the TypeChainEntry class now that it has astNode.

src/interfaces.ts Outdated Show resolved Hide resolved
markwpearce and others added 2 commits May 13, 2024 10:23
* fixed some tests as well

* remove commented out code
@TwitchBronBron TwitchBronBron merged commit 78d76a9 into release-1.0.0 May 13, 2024
6 checks passed
@TwitchBronBron TwitchBronBron deleted the merge-master-into-v1 branch May 13, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants