Upgrading to 4.7 broke one of my format strings...

All your suggestions, requests and ideas for future development
Post Reply
callten
Posts: 19
Joined: 17 Feb 2014, 10:48

Upgrading to 4.7 broke one of my format strings...

Post by callten »

Hi, the following snippet (which you helped with in this thread) was working fine in 4.6.1 but is now throwing up undefined bindings errors for "texts" and "audios":

Code: Select all

{'.'+audios.groupBy{ it.Codec }.collect{ c, a -> [c] + a*.Language }.flatten().join('.')}{'.['+texts.language.flatten().join('.')+']'}
Any ideas what is causing this? With that whole string in place I get a "binding "texts": undefined" error and then when I've taken that part out I get "binding "audios": undefined".

I've reverted back to 4.6.1 and everything is working fine again with the exact same format string.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Upgrading to 4.7 broke one of my format strings...

Post by rednoah »

See release notes and other threads.

It's now just audio and text for the multi-stream bindings.
:idea: Please read the FAQ and How to Request Help.
callten
Posts: 19
Joined: 17 Feb 2014, 10:48

Re: Upgrading to 4.7 broke one of my format strings...

Post by callten »

Damnit. :( Ok, thanks. I'll read release notes properly from now on.
Post Reply