Skip to content
New issue

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

Lisp exception when building a box with a non-empty closet #106

Open
rigdern opened this issue Jul 16, 2024 · 0 comments
Open

Lisp exception when building a box with a non-empty closet #106

rigdern opened this issue Jul 16, 2024 · 0 comments

Comments

@rigdern
Copy link

rigdern commented Jul 16, 2024

Repro steps

I reproed this with Boxer 3.4.19 2024-06-24

  1. Create a data box named x with the value 4
  2. On the next line write build [ @x ] (where [ @x ] is a data box with the value @x)
  3. Put your cursor in the data box of the build line.
  4. Open the data box's closet.
  5. Put something into it like the default __________ [ DRAWER ] __________.
  6. Close the data box's closet.
  7. Execute the build line

Unexpected result: A Common Lisp exception is thrown:

Lisp Error:
  No applicable methods for #<STANDARD-GENERIC-FUNCTION BOXER:GETPROP 80D12C2FE4>
  with args (:NEW :BOXTOP)

Alternatively, this can be reproed with build repro.box.zip. Screenshot:
image

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

No branches or pull requests

1 participant