Gosu 0.9-14 is out

54 views
Skip to first unread message

Brian Chang

unread,
May 18, 2012, 5:12:15 PM5/18/12
to gosu...@googlegroups.com
It has been about three months since we released 0.9-12.  Time for a maintenance release.

This release contains an assortment of fixes for command line execution.  They're pretty trivial so I won't bore you by listing them out.

There is no upgrade for the IntelliJ IDEA Gosu plugin necessary.

Peter Rexer

unread,
May 18, 2012, 5:25:46 PM5/18/12
to gosu...@googlegroups.com
Just posted a q on stackoverflow: http://stackoverflow.com/q/10659933/1356380

Wondering if I need to update my POM file on my project to get the latest version via a maven update.

-Peter



--
You received this message because you are subscribed to the Google Groups "gosu-lang" group.
To post to this group, send email to gosu...@googlegroups.com.
To unsubscribe from this group, send email to gosu-lang+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gosu-lang?hl=en.

Brian Chang

unread,
May 18, 2012, 5:32:28 PM5/18/12
to gosu...@googlegroups.com
Posted my response on SO.

If you have a dependency on 0.9-12 in your POM, by all means update it to 0.9-14.

Carlos Quintanilla

unread,
May 19, 2012, 1:48:32 PM5/19/12
to gosu...@googlegroups.com
Hi there,

All the links to download the latest version are broken

Not Found
The requested URL /downloads/gosu-0.9-14/gosu-full-0.9-14.zip was not found on this server.

Are you uploading them back?

Thanks



2012/5/18 Brian Chang <bcha...@gmail.com>

Brian Chang

unread,
May 19, 2012, 1:55:40 PM5/19/12
to gosu...@googlegroups.com
Well that's embarrassing.  The zips are here:
http://gosu-lang.org/downloads/gosu-0.9-14/

I'm in the process of fixing the links but I'm having slight network issues for the moment.
--
Brian
bcha...@gmail.com

Carlos Quintanilla

unread,
May 19, 2012, 1:58:19 PM5/19/12
to gosu...@googlegroups.com
Perfect thanks!

2012/5/19 Brian Chang <bcha...@gmail.com>

Brian Chang

unread,
May 19, 2012, 2:02:02 PM5/19/12
to gosu...@googlegroups.com
The links are now fixed.

Carlos Quintanilla

unread,
May 19, 2012, 2:06:33 PM5/19/12
to gosu...@googlegroups.com
confirmed.
excellent. 

2012/5/19 Brian Chang <bcha...@gmail.com>

Ricardo Mayerhofer

unread,
May 29, 2012, 3:58:42 PM5/29/12
to gosu...@googlegroups.com
Hi all,
When using the following expression:

var _bar = "bar" readonly as Bar

I get the following error on IntelliJ IDE:

Unexpected token: as
Unexpected token: Bar

Is this a specific feature of a more recent version of Gosu?

Thanks.

Ricardo

Dana Lank

unread,
May 29, 2012, 5:10:51 PM5/29/12
to gosu...@googlegroups.com
Hi Ricardo,

The grammar is backwards, it should be:

var _bar = "bar" as readonly Bar

Dana



Ricardo

--
You received this message because you are subscribed to the Google Groups "gosu-lang" group.
To post to this group, send email to gosu...@googlegroups.com.
To unsubscribe from this group, send email to gosu-lang+unsubscribe@googlegroups.com.

Ricardo Mayerhofer

unread,
May 29, 2012, 5:37:48 PM5/29/12
to gosu...@googlegroups.com
Hi Dana,
Thanks for your response. We should update the docs, as it states the older syntax.
The newer syntax didn't work either. The error I get is: "readonly" is not a valid type. I'm using Gosu plugin 2.0.3.

Any idea?

Ricardo


Em 5/29/2012 6:10 PM, Dana Lank escreveu:
Hi Ricardo,

The grammar is backwards, it should be:

var _bar = "bar" as readonly Bar

Dana

On Tue, May 29, 2012 at 3:58 PM, Ricardo Mayerhofer <ricardo.e...@gmail.com> wrote:
Hi all,
When using the following expression:

var _bar = "bar" readonly as Bar

I get the following error on IntelliJ IDE:

Unexpected token: as
Unexpected token: Bar

Is this a specific feature of a more recent version of Gosu?

Thanks.


Ricardo

--
You received this message because you are subscribed to the Google Groups "gosu-lang" group.
To post to this group, send email to gosu...@googlegroups.com.
To unsubscribe from this group, send email to gosu-lang+...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/gosu-lang?hl=en.

--
You received this message because you are subscribed to the Google Groups "gosu-lang" group.
To post to this group, send email to gosu...@googlegroups.com.
To unsubscribe from this group, send email to gosu-lang+...@googlegroups.com.

Alan Keefer

unread,
May 29, 2012, 5:51:07 PM5/29/12
to gosu...@googlegroups.com
I believe what you want is actually:

var _bar : String as readonly Bar = "bar"

I believe that type inference of local variables isn't compatible with
the "as" keyword for short-hand property creation. If you want to use
"as" or "as readonly", you have to explicitly declare the type of the
variable, as per the above code.

-Alan

On Tue, May 29, 2012 at 2:37 PM, Ricardo Mayerhofer

Ricardo Mayerhofer

unread,
May 29, 2012, 6:03:16 PM5/29/12
to gosu...@googlegroups.com
Yep, it worked. Thanks.

Just for record, I originally copied the syntax from the docs (
http://gosu-lang.org/docs.html)

Ricardo

Brian Chang

unread,
May 29, 2012, 6:49:40 PM5/29/12
to gosu...@googlegroups.com
Thanks for pointing out the mistake - I've deployed the corrections to the website.  Please let me know if you come across any other errors or typos.

Brian



For more options, visit this group at
http://groups.google.com/group/gosu-lang?hl=en.

--
You received this message because you are subscribed to the Google Groups
"gosu-lang" group.
To post to this group, send email to gosu...@googlegroups.com.
To unsubscribe from this group, send email to

For more options, visit this group at
http://groups.google.com/group/gosu-lang?hl=en.


--
You received this message because you are subscribed to the Google Groups
"gosu-lang" group.
To post to this group, send email to gosu...@googlegroups.com.
To unsubscribe from this group, send email to

For more options, visit this group at
http://groups.google.com/group/gosu-lang?hl=en.

--
You received this message because you are subscribed to the Google Groups "gosu-lang" group.
To post to this group, send email to gosu...@googlegroups.com.
To unsubscribe from this group, send email to gosu-lang+unsubscribe@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/gosu-lang?hl=en.

Reply all
Reply to author
Forward
0 new messages