Git Product home page Git Product logo

Comments (4)

Krzysztof-Cieslak avatar Krzysztof-Cieslak commented on May 28, 2024 2

Ok, this is tricky. Basically, as far as I understand, the issue is a result of including types.fsx file multiple times - it's included in every loader and every generator (through includes.fsx file). Every time you include types.fsx file new Site record type is defined and as a result, those are actually different types (if you'd inspect all that through reflection you'd notice the fully qualified names of types are different).

The solution to that is to include types.fsx file normally only once (just in globalloader.fsx for example), and for all other files it needs to be added in #if !FORNAX section - this will "power" editor tooling but won't be actually evaluated in underlying F# Interactive session that Fornax creates.

from fornax.

drewknab avatar drewknab commented on May 28, 2024

----------EDIT----------
I see, looks like I was wrong.

FTR the error I was getting on fornax watch is:

`An unexpected error happend:
System.Reflection.TargetInvocationException:
Exception has been thrown by the target of an invocation.

--->
System.Exception: Could not get FSI_0016.Types+Site
at FSI_0016.Helpers.SiteContents.GetValue[t](SiteContents X1)
at FSI_0016.Post.generate(SiteContents ctx, String projectRoot, String page)
--- End of inner exception stack trace ---.`

from fornax.

absolutejam avatar absolutejam commented on May 28, 2024

Sorry, I'm not sure why I didn't include the stack trace originally 🤦

Is it possible to add break points to Fornax, or would I have to clone, build and run it like that?

from fornax.

absolutejam avatar absolutejam commented on May 28, 2024

Thanks for looking at this @Krzysztof-Cieslak!

I'll have a look at doing that and see where I get with it. Now I understand the use of the #if !FORNAX directive too, awesome.

from fornax.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.