We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nbb v0.6.129 Platform windows 10 with node JS v16.16.0
Problem: Records to not implement/inherit from IRecord interface.
(defrecord Blah [x]) (instance? IRecord (Blah. "woo"))
The above code produces error "#error {:message "Could not resolve symbol: IRecord", :data {:type :sci/error, :line nil, :column nil, :file nil, :phase "analysis"}}"
The text was updated successfully, but these errors were encountered:
Bump SCI, fixes #242 and #244
cb3b717
No branches or pull requests
nbb v0.6.129
Platform windows 10 with node JS v16.16.0
Problem:
Records to not implement/inherit from IRecord interface.
(defrecord Blah [x])
(instance? IRecord (Blah. "woo"))
The above code produces error "#error {:message "Could not resolve symbol: IRecord", :data {:type :sci/error, :line nil, :column nil, :file nil, :phase "analysis"}}"
The text was updated successfully, but these errors were encountered: