The reason is that the bridge between Objective-C objects and JavaScript values tries to distinguish between boolean and integer NSNumbers, but this distinction does not exist in GNUstep. This is an annoying design decision, but not strictly a bug.Eric Walch wrote:Than, in the js script of the splinter I use: message.replace("@1", quantity)
I use not an ascii plist but an XML plist. There quantity is explicit defined as an integer. For some reason it is now replacing the "@1" with the word "true". Currently I have no clue why.
As of
This doesn’t affect OpenStep plists since they have no boolean type.