Re: Corrigendum #9

2014-06-08 Thread Karl Williamson
On 06/07/2014 10:33 PM, Asmus Freytag wrote: On 6/7/2014 9:19 PM, Karl Williamson wrote: On 06/02/2014 11:00 AM, Shawn Steele wrote: To further my understanding, can someone provide examples of how these are used in actual practice? I can't think of any offhand and the closest I get is like

RE: Corrigendum #9

2014-06-08 Thread Shawn Steele
I should note that this front-end to 'diff' changes the input files, writes the modified versions out, and calls 'diff' with those modified files as its inputs. By using noncharacters, it would be depending on 'diff' to 1) not use them, and 2) to not filter them out, and 3) for the system

Re: Swift

2014-06-08 Thread Norbert Lindenberg
It does allow some usage that may surprise code reviewers – for example, this is a valid Swift program: let s =  let s︀ =  let ︀ =  let all = s + s︀ + ︀ The value of the constant “all” is . Or at least it is as long as mail software doesn’t harm the variation selectors… Norbert On Jun