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

move to jsr for dependencies and modernize some things #487

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

williamhorning
Copy link

@williamhorning williamhorning commented Aug 23, 2024

This pr renames the jsr package so that it uses the @db scope (used by the mongo and sqlite drivers), moves the dependency on the standard library over to the jsr ones, updates those dependencies, and replaces code that relies on deprecated functions. The following three tests are still failing but I'm not too sure quite how to fix them:

  • Aborts TLS connection when certificate is untrusted
  • Defaults to unencrypted when certificate is invalid and TLS is not enforced
  • Attempts reconnection on socket disconnection

I'd like to definitely fix the second test as that one isn't expecting an error and is getting an error, while the other two are failing due to errors not matching the ones expected.

@bombillazo
Copy link
Collaborator

merge main to your branch again

@williamhorning
Copy link
Author

williamhorning commented Dec 21, 2024

@bombillazo can you take a look at this again? I merged the branches again and added a few changes to deal with Deno 2 as well. Additionally, the tests which failed here passed locally, so it seems as though something is off with Github Actions

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.

2 participants