I think I will remove libev codes from the repository, it was an
experiment. Thanks for reporting.
> * However the above was tried when I did: (defmethod validate-
> superclass (standard-method class+) t) to get around the start.lisp
> problem, instead of simply replacing (defclass server) with (defclass+
> server) - the latter worked.
You should better use defclass+.
> * None of the examples seem to work, for example the javascript
> examples generate bad javascript. And the blog example doesn't seem to
> recognise the username and password. Is this supposed to be the case
> (is everything broken??)
I'll try to fix examples as soon as possible. We have greatly improved
the javascript methodology and I think it's time to fix examples.
--
aycan
Thu Nov 5 01:28:30 EET 2009 aycan....@core.gen.tr
* Fixes to
http://groups.google.com/group/core-server/browse_thread/thread/16200d2507f09f17
Thu Nov 5 01:01:45 EET 2009 aycan....@core.gen.tr
* fixed blog example.
- fixed tinymce link
- added object-with-id superclass
- fixed init-database function.
Wed Nov 4 17:58:54 EET 2009 aycan....@core.gen.tr
* fixed start.lisp path in install.sh
For the blog example you should invoke (init-database *app*) to populate
database with default users. See comments at the top.
Evrim also fixed send/suspend problems and they're included in this
patch bundle.
Please check out other examples and report broken ones.
Cheerz,
--
aycan
Thu Nov 5 01:46:05 EET 2009
aycan....@core.gen.tr
* more fixes to html stream, defhandler does not imply send/suspend
anymore, you should wrap continations with send/suspend.
Shall I push this patch? (1/2) [ynWvpxdaqjk], or ? for help: y
Thu Nov 5 01:47:47 EET 2009 aycan....@core.gen.tr
* wrap web-display with send/suspend.
Fixed two more issues.
--
aycan
Please do a darcs pull in the core-server/lib/core-server directory. There
should be fixes to most of the questions below.
evrim.
On Thu, 5 Nov 2009 01:41:41 -0800 (PST), cmalune <cma...@gmail.com>
wrote:
Hi,
The current usage is:
SERVER> (with-core-stream (s "")
(write-stream (make-html-stream (make-indented-stream s)) (<:ul
(<:li)))
(return-stream s))
"<ul>
<li>
</li>
</ul>"
But i've fixed the old functor interface for your sake, it's in the
*repo*.
evrim.
Could you please give more information about your environment? We fixed
each example, tested with firefox 3.5 and had no problem so far.
> This is with SBCL 1.0.29.11, I will use 1.0.32 later and see what
> happens next.
I'm using 1.0.18 and had no problem.
aycan@fgt:~$ sbcl --version
SBCL 1.0.18.debian
> Btw are you pulling from a different repo than me?
> (http://labs.core.gen.tr/repos/core-server/)
You're pulling from the right repo.
--
aycan
I am using Debian Stable environment with 64bit kernel. Could you please
pull latest patches and retry. We just pushed a patch for the blank page
problem (which is related with console.debug). Also we commented out
experimental io codes (this removes libev dependency but we still depend
on cffi).
--
aycan
Hi,
When a component defined via defcomponent or defmethod, components
javascript contructor is not defined. Its is compiled when a request need
to render a component. This takes a few seconds.
evrim.