The Artima Developer Community
Sponsored Link

Akka Concurrency Forum
Ch 10.4, passenger list typesetting

2 replies on 1 page. Most recent reply: Feb 27, 2013 1:44 PM by Dan Luu

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Dan Luu

Posts: 27
Nickname: amitra
Registered: Feb, 2013

Ch 10.4, passenger list typesetting Posted: Feb 25, 2013 1:27 PM
Reply to this message Reply
Advertisement
I've been typing in code, but there doesn't seem to be much value in typing in a config file (rather than copy + paste), but the formatting of the passengers config file causes it to get pasted in incorrectly (part of it also doesn't get selected, and is missing entirely).

I'm not sure if this is a quirk of my machine (OS X 10.7.5, using Preview 5.5.3), but here's how the list comes out when I copy + paste it:


zzz.akka.avionics {
passengers = [
[ "Kelly Franqui",
[ "Tyrone Dotts",
[ "Malinda Class",
[ "Kenya Jolicoeur",
[ "Christian Piche",
[ "Neva Delapena",
[ "Alana Berrier",
[ "Malinda Heister",
[ "Carlene Heiney",
[ "Erik Dannenberg",
[ "Jamie Karlin",
"01", "A" ],
"02", "B" ],
"03", "C" ],
"04", "A" ],
"10", "B" ],
"11", "C" ],
"12", "A" ],
"13", "B" ],
"14", "C" ],
"15", "A" ],
"20", "B" ],
[ "Julianne Schroth",
[ "Elinor Boris",
[ "Louisa Mikels",
[ "Jessie Pillar",
"21", "C" ],
"22", "A" ],
"30", "B" ],
"31", "C" ],
"32", "A" ],
[ "Darcy Goudreau",
[ "Harriett Isenhour", "33", "B" ],
[ "Odessa Maury",
[ "Malinda Hiett",
[ "Darcy Syed",
[ "Julio Dismukes",
[ "Jessie Altschuler", "43", "A" ],
"34", "C" ],
"40", "A" ],
"41", "B" ],
"42", "C" ],
[ "Tyrone Ericsson",
[ "Mallory Dedrick",
[ "Javier Broder",
[ "Alejandra Fritzler", "52", "B" ],
[ "Rae Mcaleer", "53", "C" ]



It's not difficult to generate an equivalent list of random passengers, but, if it's not my machine, I thought you might like to know.


Derek Wyatt

Posts: 69
Nickname: dwyatt
Registered: Oct, 2012

Re: Ch 10.4, passenger list typesetting Posted: Feb 26, 2013 3:30 AM
Reply to this message Reply
Thanks Dan. It might be the PDF creation that does it, but I'll see what I can do.

Dan Luu

Posts: 27
Nickname: amitra
Registered: Feb, 2013

Re: Ch 10.4, passenger list typesetting Posted: Feb 27, 2013 1:44 PM
Reply to this message Reply
Just FYI, this also happened (using the same machine and PDF reader) in the PassengerSupervisorSpec code:


zzz.akka.avionics.passengers = [
[ "Kelly Franqui",
[ "Tyrone Dotts",
[ "Malinda Class",
[ "Kenya Jolicoeur", "24", "A" ],
[ "Christian Piche", "24", "B" ]
]

Flat View: This topic has 2 replies on 1 page
Topic: Ch 10.5, .withRouter and naming Previous Topic   Next Topic Topic: Ch 9.3, LostControl used without definition

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use