-
Notifications
You must be signed in to change notification settings - Fork 126
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
Error with the Application experimental framework #137
Comments
Hi, can you post (privately if needed) the surrounding of the guilty line I'm trying to upgrade my OPA 0.9.2 project to the 1.1.1 version. I'm facing an issue when I try to launch my application: Error: Your toplevel contains value which can't be synchronously computed After investigating the error, it seems that it occurs with the One of my former colleague tried to fix this problem but can't achieved it. As he said, removing this framework would be very painful for us as it is Should I remove this framework ? Or is there any solution ? Thanks — |
Here's the line in the OPA exec file:
And here's the src/path.opa file:
The error is located on the first line:
but I'm afraid it is related to all my Page.Handler.make uses. |
try to delay the call to Server.create(handler) (application.OPA on
|
It didn't help ! Now I am getting multiple runtime error:
Here's the 4715 line in the exe file:
And here's the 457 line of the application.opa file:
|
Hi,
I'm trying to upgrade my OPA 0.9.2 project to the 1.1.1 version.
I'm facing an issue when I try to launch my application:
After investigating the error, it seems that it occurs with the experimental application framework which is used in my project (this file: https://github.com/MLstate/opalang/blob/master/lib/experimental/framework/application.opa)
One of my former colleague tried to fix this problem but can't achieved it.
(see: http://forum.opalang.org/0_459)
As he said, removing this framework would be very painful for us as it is managing our pages creation and routing.
Should I remove this framework ? Or is there any solution ?
Do I have a simple alternative to this framework ?
Thanks
The text was updated successfully, but these errors were encountered: