Skip to content

merge #1

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

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

merge #1

wants to merge 238 commits into from

Conversation

wacdev
Copy link

@wacdev wacdev commented May 6, 2023

No description provided.

dependabot bot and others added 20 commits February 3, 2023 17:21
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Lifecycle supports 32-bit architectures
feat(neon): sys feature to give access to Node-API
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.1 to 1.24.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
…tp-cache-semantics-4.1.1

Bump http-cache-semantics from 4.1.0 to 4.1.1
dherman and others added 30 commits November 16, 2024 12:00
feature(create-neon): namespaced libraries
…view:

- style: don't `assert_eq!` of `Ok(())`, just `.unwrap()`
- style: capitalize no_panic error message strings
- logic: don't unwrap deleting async work if we're about to fail with a more clear error anyway
- logic: when returning false to propagate exceptions, only do so on PendingException; panic on other errors
feat(neon-macros): Convert snake_case to camelCase when exporting functions
feat(neon): Allow getting a `&'cx T` from a `Handle<'cx, JsBox<T>>`
feat(neon): Add extractor for TypedArray
Implement type extractors for common container types in the standard library, so that they don't required explicit Boxed wrapping with JsBox in userland.

Container type implementations included in this commit:

- RefCell
  - impl TryIntoJs for RefCell
  - impl TryFromJs for &RefCell
  - impl TryFromJs for Ref
  - impl TryFromJs for RefMut
- Rc
  - impl TryIntoJs for Rc
  - impl TryFromJs for Rc
- Arc
  - impl TryIntoJs for Arc
  - impl TryFromJs for Arc
fix(neon): Relax lifetime constraints on `With` and provide helper for forcing HRTB with JS values
Initial benchmark suite via bench-node
Add bencher integration for push and pull_request events

---------

Co-authored-by: K.J. Valencik <[email protected]>
…g()` and `cx.arg_opt()`.

A blanket impl was added to avoid duplicate methods or a confusing `let (n,) = cx.args()?;` syntax for unary functions. However, this does not work well with the `#[neon::export]` macro where functions with zero arguments end up unnecessarily deserializing `undefined`.
breaking: Remove the `FromArgs` impl on `T: TryFromJs` and add `cx.arg()` and `cx.arg_opt()`.
Release candidate: 1.1.0-alpha.2
- remove unnecessary version number from tests' path dependencies on neon
- updated release notes
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.

8 participants