sledorze / Parsex

Packrat Parser combinators for Haxe
21 stars 5 forks source link

haxe 2.10 issues. #2

Closed deltaluca closed 12 years ago

deltaluca commented 12 years ago
Parser.hx:227: characters 4-26 : com.mindrocks.text.Parser<Dynamic, Dynamic> should be com.mindrocks.text.Parser<getHead.I, getHead.T>
Parser.hx:227: characters 4-26 : com.mindrocks.text.Input<Dynamic> -> com.mindrocks.text.ParseResult<Dynamic, Dynamic> should be com.mindrocks.text.Parser<getHead.I, getHead.T>
Parser.hx:227: characters 4-26 : com.mindrocks.text.Input<Dynamic> -> com.mindrocks.text.ParseResult<Dynamic, Dynamic> should be com.mindrocks.text.Input<getHead.I> -> com.mindrocks.text.ParseResult<getHead.I, getHead.T>
Parser.hx:227: characters 4-26 : com.mindrocks.text.ParseResult<Dynamic, Dynamic> should be com.mindrocks.text.ParseResult<getHead.I, getHead.T>
Parser.hx:227: characters 4-26 : Type parameters are invariant
Parser.hx:227: characters 4-26 : Dynamic should be getHead.I
sledorze commented 12 years ago

Can you check with the latest version (I've done some fixes some days/week(s?) ago and wonder if some issues remain on your side. Let me know

sledorze commented 12 years ago

I meant; The latest parsex version I am using haxe 2.11 r5141

deltaluca commented 12 years ago

I had upgraded to the most recent parsex, tinkerbell on haxelib, with most recent haxe nightly.

sledorze commented 12 years ago

I have not updated haxelib yet, waiting to check if it solves the issue (please use github version to test) also it no more longer requiers Tinkerbell

deltaluca commented 12 years ago

Ah okay, I'll check it in a couple hours then :)

sledorze commented 12 years ago

ok :)

On Sun, Jul 29, 2012 at 5:58 PM, Luca Deltodesco < reply@reply.github.com

wrote:

Ah okay, I'll check it in a couple hours then :)


Reply to this email directly or view it on GitHub: https://github.com/sledorze/Parsex/issues/2#issuecomment-7354425

Stéphane Le Dorze

http://lambdabrella.blogspot.com/ http://www.linkedin.com/in/stephaneledorze http://twitter.com/stephaneledorzehttps://twitter.com/#!/stephaneledorze/status/74020060125077504

Tel: +33 (0) 6 08 76 70 15

deltaluca commented 12 years ago

Seems perfect from github!

sledorze commented 12 years ago

ok thanks for having checked

On Sun, Jul 29, 2012 at 7:19 PM, Luca Deltodesco < reply@reply.github.com

wrote:

Seems perfect from github!


Reply to this email directly or view it on GitHub: https://github.com/sledorze/Parsex/issues/2#issuecomment-7355101

Stéphane Le Dorze

http://lambdabrella.blogspot.com/ http://www.linkedin.com/in/stephaneledorze http://twitter.com/stephaneledorzehttps://twitter.com/#!/stephaneledorze/status/74020060125077504

Tel: +33 (0) 6 08 76 70 15

sledorze commented 12 years ago

Upgraded on haxelib! ;) Out of curiosity; What are you using it for?

On Sun, Jul 29, 2012 at 7:19 PM, Luca Deltodesco < reply@reply.github.com

wrote:

Seems perfect from github!


Reply to this email directly or view it on GitHub: https://github.com/sledorze/Parsex/issues/2#issuecomment-7355101

Stéphane Le Dorze

http://lambdabrella.blogspot.com/ http://www.linkedin.com/in/stephaneledorze http://twitter.com/stephaneledorzehttps://twitter.com/#!/stephaneledorze/status/74020060125077504

Tel: +33 (0) 6 08 76 70 15

deltaluca commented 12 years ago

https://github.com/deltaluca/nape-symbolic

sledorze commented 12 years ago

Very happy to see someone finding it useful :)

Also, if you want to contribute in adding helper functions (like the chain derivatives you're defining, then don't hesitate to make some pull requests).

Best! Stephane

On Sun, Jul 29, 2012 at 9:10 PM, Luca Deltodesco < reply@reply.github.com

wrote:

https://github.com/deltaluca/nape-symbolic


Reply to this email directly or view it on GitHub: https://github.com/sledorze/Parsex/issues/2#issuecomment-7356048

Stéphane Le Dorze

http://lambdabrella.blogspot.com/ http://www.linkedin.com/in/stephaneledorze http://twitter.com/stephaneledorzehttps://twitter.com/#!/stephaneledorze/status/74020060125077504

Tel: +33 (0) 6 08 76 70 15