Menu

#236 deSrcKit does not handle non-identifier

Need_for_security
closed-fixed
5
2005-07-24
2005-07-17
No

FIXED
From
http://www.eros-os.org/pipermail/e-lang/2004-April/009813.html
:

?
<elib:serial.makeSurgeon>.withSrcKit("").serialize(def
x { to __optUncall() :any { [1, "add(Number)", [1]] } })
# value: "(def t_0 := 1).add(Number)(t_0)"

? <elib:serial.deSrcKit>.makeBuilder().buildCall("1",
"add(Number)", ["1"])
# value: "1.add(Number)(1)"

Options:

1. E.call/3
2. e.enable.verb-string

Followups

Comment Date By
Fixed in the 0.8.28d. As of 0.8.28d,
e.enable.verb-string is now an official part of the
language, so I took
option #2.

See
http://www.eros-os.org/pipermail/e-lang/2004-June/009849.html
2004-Jun-07 22:58 markm

Discussion

  • Steve Jenson

    Steve Jenson - 2005-07-18
    • status: open --> open-fixed
     
  • Steve Jenson

    Steve Jenson - 2005-07-18
    • status: open-fixed --> closed-fixed
     
  • Mark Samuel Miller

    • assigned_to: nobody --> caplet
     

Log in to post a comment.