Issue 15 in iliadproject: Some warnings when loading Iliad package

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 15 in iliadproject: Some warnings when loading Iliad package

iliadproject
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 15 by [hidden email]: Some warnings when loading Iliad package
http://code.google.com/p/iliadproject/issues/detail?id=15

When doing

>> PackageLoader fileInPackage: 'Iliad'

there appears these warnings:

Loading package Iliad-Core
/home/canol/.st/Iliad-Core.star#VFS.ZipFile/Buildables/ILApplication.st:160:  
undefined  
variable page referenced
/home/canol/.st/Iliad-Core.star#VFS.ZipFile/Buildables/ILApplication.st:264:  
assignment  
to undeclared variable page

I am using the git version of Iliad along with GST 3.2.

Also when I go to localhost:8888/browse, the page source begins without any  
html or head tag. But I don't know if it is related to the warnings above.

Reply | Threaded
Open this post in threaded view
|

Re: Issue 15 in iliadproject: Some warnings when loading Iliad package

iliadproject

Comment #1 on issue 15 by [hidden email]: Some warnings when loading  
Iliad package
http://code.google.com/p/iliadproject/issues/detail?id=15

I guess this commit:

http://github.com/NicolasPetton/iliad/commit/dd48d8b7b5066fa2297b2cb0add6dc0ddd160bbc

accidentally removes the page instance variable, as well?

Reply | Threaded
Open this post in threaded view
|

Re: Issue 15 in iliadproject: Some warnings when loading Iliad package

iliadproject

Comment #2 on issue 15 by petton.nicolas: Some warnings when loading Iliad  
package
http://code.google.com/p/iliadproject/issues/detail?id=15

The master branch is broken and will be for a while.
If you want to use iliad dev, I suggest to revert to the commit ac0d38c

git reset --hard ac0d38c