You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reading the source code (at https://github.com/brownplt/LambdaS5/blob/master/src/ljs/ljs_eval.ml#L529), I noticed that it should display an error message, but the eprintf calls seem not to do anything (replacing them with print_string shows Uncaught exception: "unwritable-field"), but I have no idea why…
The text was updated successfully, but these errors were encountered:
When used on a field with
undefined
as#getter
, an explicit error is displayed:But, when setting the field instead of getting it, does not show an error at all:
When reading the source code (at https://github.com/brownplt/LambdaS5/blob/master/src/ljs/ljs_eval.ml#L529), I noticed that it should display an error message, but the
eprintf
calls seem not to do anything (replacing them withprint_string
showsUncaught exception: "unwritable-field"
), but I have no idea why…The text was updated successfully, but these errors were encountered: