View Issue Details

Category
整備班:YAYA
SeveritymajorReproducibilityalways 
Status closed 
Summary0000258: dic load error when use Tc560-1
DescriptionOne paragraph of my ghost's compatible.dic content is:

//......................
REQ.KEY{
    if !_argc; return
    switch GETTYPE(_i = _argv[0]) {
        //エラー
        ''
        //位置指定
        var.req.key[_i]
        //位置指定(実数) 整数化して処理
        var.req.key[TOINT(_i)]
        //文字列はエラー
        ''
    }
}
//----
REQ.HEADER{
    REQ.KEY(_argv)
}
//......................
//......................
LIB.KEY{
    if !_argc; return
    switch GETTYPE(_i = _argv[0]) {
        //エラー
        ''
        //位置指定
        var.lib.key[_i]
        //位置指定(実数) 整数化して処理
        var.lib.key[TOINT(_i)]
        //文字列はエラー
        ''
    }
}
//----
LIB.HEADER{
    LIB.KEY(_argv)
}
//......................

However, when I update Yaya to Tc560-1, E0071 is triggered: the REQ.KEY and LIB.KEY functions are undefined
TagsNo tags attached.
Attach Tags

Activities

ponapalt

2021-08-31 05:55

administrator   ~0000623

I can't reproduce this bug despite loading yaya_compatible.dic.
Please report more precisely or tell me where your ghost exist.

ponapalt

2021-08-31 09:04

administrator   ~0000624

Tc561-1 released. I think it will solve this problem.

guest

2021-08-31 12:05

reporter   ~0000627

fixed
thanks

ponapalt

2021-08-31 12:32

administrator   ~0000628

Tc561-1 fixed

Issue History

Date Modified Username Field Change
2021-08-31 01:09 guest New Issue
2021-08-31 05:53 ponapalt Assigned To => ponapalt
2021-08-31 05:53 ponapalt Status new => assigned
2021-08-31 05:55 ponapalt Status assigned => feedback
2021-08-31 05:55 ponapalt Note Added: 0000623
2021-08-31 09:04 ponapalt Note Added: 0000624
2021-08-31 12:05 guest Note Added: 0000627
2021-08-31 12:05 guest Status feedback => assigned
2021-08-31 12:32 ponapalt Status assigned => closed
2021-08-31 12:32 ponapalt Resolution open => fixed
2021-08-31 12:32 ponapalt Note Added: 0000628