-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare (aka update) the site content for Heist 0.10 #23
Comments
A new branch is perfect. Thanks for working on this. |
It's a pleasure :) |
Just to keep everyone posted, I've complete the migration toward heist 0.10, snap 0.10 and snap-core 0.9.2.1, including the addTemplatesAt we talked about. The site seems fully functional, including the blog. Now I'm switching my focus on update stable content (e.g. wrapHandlers must be gone, same applies for Text.Templating.Heist). I'll also write the migration rule to 0.10, so if you have any observation please let me know. ps. It would be beneficial for me to post here mismatches I encounter updating the tutorial material. If you think is an appropriate place, please let me know. |
A bump just to remember you that, although not explicitly pull-requested, I have the updated website in my repos, ready to be integrated/revised :) |
Thanks. I'm not going to pull this until 0.10 is released to hackage. |
Pull it into a branch maybe? |
Hi Greg, Bear in mind that my changes affects snap-static also (and maybe another Bye, On 16 October 2012 11:03, Gregory Collins [email protected] wrote:
|
That's what I meant, we should pull it into a branch on the main snap-website repo. |
Ok, I pulled it in. I'll leave this issue open until we make the final switch. |
Perfect, thanks guys :) 👍 |
Hi guys,
maybe I'm not getting something crucial but as far as I can see, the Heist APIs changed a lot from 0.8 to 0.10. The most relevant example is that:
Text.Templating.Heist
Does not exists anymore. So far so good, being 0.8 the last stable release, but with the 0.10 release a lot of website documentation will become stale.
Take a look here:
http://snapframework.com/docs/tutorials/heist
At the bottom of the site you'll see the old API gets called.
I suggest we create another branch for this temporary transition, so we can update all the due documentation, preserving the stable one until 0.10 is released. Once 0.10 is out, simply merging from 0.10 to master will update the site with the correct APIs and infos. This applies also for snap,
because now wrapHandlers is gone. When snap 0.10 will be out, we need also to change every occurrence of wrapHandlers to wrapSite.
Obviously I can create this branch locally and then pull req everything when the time will come.
What do you reckon?
The text was updated successfully, but these errors were encountered: