Bug with string functions by m0ose · Pull Request #729 · gpujs/gpu.js
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 663
Open
m0ose wants to merge 1 commit intogpujs:developfrom
Open
m0ose wants to merge 1 commit intogpujs:developfrom
m0ose wants to merge 1 commit intogpujs:developfrom
Conversation
Copy link Copy Markdown
m0ose
commented
Dec 1, 2021
m0ose
commented
Fixed bug and added test regarding functions as strings not working.
The code below was not working.
kernel.addFunction(`function frodo(a){ return a + 1 }`)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment