Vendor was changed to 0.10 but Helios is not in there, so, I cannot use things like
-- amber.loadHelios() Or I am doing something wrong? PhilMac:~/Documents/Smalltalk/2-MyWorkspaces/workspaceAmber/amber-examples/vendor/amber philippeback$] cat package.json { "name": "amber", "version": "0.10.0",
"description": "An implementation of the Smalltalk language that runs on top of the JS runtime.", "homepage": "http://amber-lang.net",
"keywords": [ "javascript", "smalltalk", "language", "compiler", "web" ], "author": { "name": "Nicolas Petton",
"email": "[hidden email]", "url": "http://www.nicolas-petton.fr"
}, [PhilMac:~/Documents/Smalltalk/2-MyWorkspaces/workspaceAmber/amber-examples/vendor/amber philippeback$] ls st Benchfib.st Compiler-IR.st Examples.st Kernel-Collections.st Kernel-Transcript.st
Canvas.st Compiler-Inlining.st IDE.st Kernel-Exceptions.st SUnit-Tests.st Compiler-AST.st Compiler-Interpreter.st Importer-Exporter.st Kernel-Methods.st SUnit.st
Compiler-Core.st Compiler-Semantic.st Kernel-Announcements.st Kernel-Objects.st Spaces.st Compiler-Exceptions.st Compiler-Tests.st Kernel-Classes.st Kernel-Tests.st Clues? Phil You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
that's because helios is not part of 0.10.
You can manually update amber in the examples use it though. Nico On May 21, 2013, at 6:04 PM, "[hidden email]" <[hidden email]> wrote:
-- Nicolas Petton http://www.nicolas-petton.fr You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Free forum by Nabble | Edit this page |