Skip to content

include interpolate#321

Merged
M-Kusumgar merged 6 commits into
masterfrom
include-interpolate
Jan 15, 2026
Merged

include interpolate#321
M-Kusumgar merged 6 commits into
masterfrom
include-interpolate

Conversation

@M-Kusumgar

@M-Kusumgar M-Kusumgar commented Aug 7, 2025

Copy link
Copy Markdown
Contributor

this updates the bundle to one including interpolate from PR mrc-ide/dust-js#17, once that is merged into main, ill update the ref in update_js

@M-Kusumgar M-Kusumgar changed the title include interpolate tmb branch include interpolate Jan 6, 2026
Comment thread R/wrapper.R


compile_dll <- function(...) {
compile_dll_wrapper <- function(...) {

@M-Kusumgar M-Kusumgar Jan 8, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

this was stupid, i spent like 2 hours+ on this bug, basically testthats local_mocked_bindings mocks a function, however because our function was called compile_dll and a function we wanted to mock was pkgbuild::compile_dll, it applied our mock to this function even though i specified .package = "pkgbuild" in the local_mocked_bindings

tbf cant be too mad at it XD they say its not good practice to mock third party functions but oh well, the fix was simple once i figured it out, just call it something else

@M-Kusumgar M-Kusumgar merged commit 030041b into master Jan 15, 2026
8 checks passed
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