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

Lit-Path and path are molded differently than word + lit-word on body-of object #5468

Open
GiuseppeChillemi opened this issue Jan 15, 2024 · 3 comments
Assignees

Comments

@GiuseppeChillemi
Copy link

Describe the bug
As in Title

To reproduce

  make object! [
  a: 'x 
  b: quote 'y 
  c: 3 
  d: quote func []['hello] 
  e: 'x/y 
  f: quote 'x/qt 
  g: /ref
]

;--- Output:

make object! [
    a: 'x
    b: 'y
     c: 3
    d: func []['hello]
    e: x/y
    f: 'x/qt
    g: /ref
]

Expected behavior
A and B should be the same of E and F. They should bot appear as LIT- Version

Platform version

RED: [ branch: "master" tag: #v0.6.4 ahead: 5087 date: 14-Jan-2024/8:37:32 commit: #7e50e5d36ac35668c5e8d43f15af804318af6570 ]
PLATFORM: [ name: "Windows 11" OS: 'Windows arch: 'x86-64 version: 10.0.0 build: 22621 ]
@dockimbel
Copy link
Member

This smells like a duplicate of an existing ticket...

@dockimbel dockimbel self-assigned this Jan 16, 2024
@hiiamboris
Copy link
Collaborator

Related to #5140 but there it's about body-of/to block!, and here about mold.

@dockimbel dockimbel added status.dismissed Changes asked are rejected (should be elaborated in comments). and removed status.dismissed Changes asked are rejected (should be elaborated in comments). labels Jan 16, 2024
@meijeru
Copy link
Contributor

meijeru commented Jan 26, 2024

Relation to #3409??

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

4 participants