Skip to content

sync#1

Open
mshlz wants to merge 9 commits intoadopets:masterfrom
openvenues:master
Open

sync#1
mshlz wants to merge 9 commits intoadopets:masterfrom
openvenues:master

Conversation

@mshlz
Copy link
Collaborator

@mshlz mshlz commented May 16, 2025

No description provided.

zack09holland and others added 9 commits January 23, 2024 09:53
…text' (#44)

* fix: fixed error: ‘class v8::Object’ has no member named ‘CreationContext’; allowing node-gyp to rebind with node-postal, which enables node-postal to be used on Node v20.5.0

* feat: add node v16 and v20 to github actions matrix

* fix: updated workflow script to run on push and pull request events

* fix: updated actions/checkout@v2 to v3 as the former was deprecated

* test: trying to get the bindings file made/located correctly

* fix: removed incorrect cd step

* feat: added fail-fast so jobs will continue running after a node version test fails in the matrix

* feat/test: set the context depending on the node version; node v16+ use new update, else use old way

* fix/test:  added node version header to expand.cc and parser.cc

* test: changed node_version header to node header

* fix: reverting back to state where node 16,18,20 tests worked...

* fix/test: reverted github actions to v2 from v3...

* test: attempt to get tests to pass for node v16+

* fix: re-added line in ParseAddress that had been incorrectly removed

* fix: depending on node version call the right context function

* fix: removed typo
* feat(deps): Update NAN to v2.22

This is required for Node.js 22 support

* CI: Add Node.js 22 to CI
* Test on Node.js v23

* Lose the arm

* actions/checkout@v4
```diff
+          - os: ubuntu-24.04-arm
+            node-version: 22.x
+            status: 'current'
```
…s group (#56)

* Bump actions/setup-node in the github-actions group

Bumps the github-actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).


Updates `actions/setup-node` from 2.pre.beta to 4.1.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2-beta...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update .github/workflows/push.yml

Co-authored-by: Christian Clauss <cclauss@me.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Johnson <insomnia@rcpt.at>
Co-authored-by: Christian Clauss <cclauss@me.com>
Instead of manually freeing the memory allocated by `libpostal_expand_address()`, use `libpostal_expansion_array_destroy()` to free the memory.

This is how example program from libpostal frees the memory.
For more details, please refer to this issue:
openvenues/libpostal#682
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.

6 participants