You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ats-lang-users
Hi, I was going through the source for strings and noticed that 'strnptr_append' https://github.com/githwxi/ATS-Postiats/blob/master/prelude/SATS/CODEGEN/strptr.atxt#L352 does not seem to have a corresponding implemenation in 'strptr.dats'. I also grep'ed the rest of the codebase and was unable to find any reference to it except in 'strptr.sats'. Is the implementation somehow generated or inferred? Thanks! -deech
gmhwxi
unread,
Dec 3, 2017, 9:39:05 PM12/3/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ats-lang-users
I couldn't find it, either. So I just added it (into prelude/DATS/strptr.dats). Dynamically, this function is the same as string1_append.
Thanks for reporting the issue.
aditya siram
unread,
Dec 3, 2017, 10:35:35 PM12/3/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message