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

LOAD doesn't translate logic! and none! keywords in the header to logic! and none! values. #655

Open
rebolbot opened this issue Feb 24, 2009 · 2 comments

Comments

@rebolbot
Copy link
Collaborator

Submitted by: BrianH

This makes specifying those values difficult.

> > mold first load/header "rebol [a: true] print 'hello"
> > == {make object! [
> >     Title: "Untitled"
> >     Name: none
> >     Version: none
> >     Date: none
> >     File: none
> >     Author: none
> >     Needs: none
> >     Type: none
> >     Export: none
> >     Local: none
> >     Content: none
> >     a: 'true     ; Note: word!, not true value
> > ]}

CC – Data [ Version: alpha 35 Type: Bug Platform: All Category: n/a Reproduce: Always Fixed-in:alpha 37 ]

@rebolbot
Copy link
Collaborator Author

Submitted by: BrianH

This is related to #651. Worked around in mezz-load 620, waiting for fix to #651.

@rebolbot
Copy link
Collaborator Author

Submitted by: BrianH

Mostly fixed in 2.100.37, though yes and no keywords still show up as word!. Good enough for now. See #651 for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant