Giter Site home page Giter Site logo

Comments (8)

blitz-research avatar blitz-research commented on July 20, 2024 1

No, MAV's aren't intended behaviour!

Should be fixed now.

from monkey2.

blitz-research avatar blitz-research commented on July 20, 2024 1

Have you done an updatemx2cc?

On Sun, Sep 11, 2016 at 7:49 PM, Wiebo de Wit [email protected]
wrote:

I assume the fix has not been uploaded yet, as the problem is still there.


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
#39 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADU3QhwAhfk0z9gW_sVNJtQRmWjJv5F3ks5qo7J3gaJpZM4JVRbK
.

from monkey2.

blitz-research avatar blitz-research commented on July 20, 2024 1

Yay!

Yeah, only 'tagged' releases have prebuilt binaries in them.

It's tricky to add updatemx2cc to rebuildall, as depending on what I've
been playing with you either need to build modules first or mx2cc.

Should add this to the readme...

On Sun, Sep 11, 2016 at 8:41 PM, Wiebo de Wit [email protected]
wrote:

Apparently updateall.sh does not update mx2cc? I performed the update as
you suggested and now it's compiling and running!!! Thanks.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#39 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADU3Qjmfupw_IA5Wf1AZaROMCGmmdAwjks5qo761gaJpZM4JVRbK
.

from monkey2.

wiebow avatar wiebow commented on July 20, 2024

Is this intended behaviour @blitz-research ?

from monkey2.

wiebow avatar wiebow commented on July 20, 2024

@blitz-research , I assume the fix has not been uploaded yet, as the problem is still there.

from monkey2.

blitz-research avatar blitz-research commented on July 20, 2024

...and if it's still happening can you post some runnable code? I threw
something together for testing that works, but it may not be the same...

On Sun, Sep 11, 2016 at 8:31 PM, Mark Sibly [email protected] wrote:

Have you done an updatemx2cc?

On Sun, Sep 11, 2016 at 7:49 PM, Wiebo de Wit [email protected]
wrote:

I assume the fix has not been uploaded yet, as the problem is still there.


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
#39 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADU3QhwAhfk0z9gW_sVNJtQRmWjJv5F3ks5qo7J3gaJpZM4JVRbK
.

from monkey2.

blitz-research avatar blitz-research commented on July 20, 2024

Here's the sample I used, which used to crash like crazy...

Class T
Field str:String
Method New( str:String )
Self.str=str
Print "T.New("+str+")"
End
End

Function F:T( str:String )
Return New T( str )
End

Class C

Method New( t:T )
Print "Here! t.str="+t.str
End
End
Class D Extends C

Method New( str:String )
Super.New( F( str ) )
End
End

Function Main()

New D( "Hello!" )
End

On Sun, Sep 11, 2016 at 8:32 PM, Mark Sibly [email protected] wrote:

...and if it's still happening can you post some runnable code? I threw
something together for testing that works, but it may not be the same...

On Sun, Sep 11, 2016 at 8:31 PM, Mark Sibly [email protected] wrote:

Have you done an updatemx2cc?

On Sun, Sep 11, 2016 at 7:49 PM, Wiebo de Wit [email protected]
wrote:

I assume the fix has not been uploaded yet, as the problem is still
there.


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
#39 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADU3QhwAhfk0z9gW_sVNJtQRmWjJv5F3ks5qo7J3gaJpZM4JVRbK
.

from monkey2.

wiebow avatar wiebow commented on July 20, 2024

Apparently updateall.sh does not update mx2cc? I performed the update as you suggested and now it's compiling and running!!! Thanks.

This allows me to get of a lot of workaround code in object creation etc...

from monkey2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.