GithubHelp home page GithubHelp logo

Comments (5)

micha avatar micha commented on May 14, 2024

@humanitiesNerd Hi, I'll have a look and see what's up. Can you make a repo that demonstrates the problem please? I'll see if I can reproduce the issue here.

from boot.

humanitiesNerd avatar humanitiesNerd commented on May 14, 2024

@micha Thank you for your offer.

It's here https://github.com/humanitiesNerd/boot-cljs-example/tree/attempetd-fusion

it's the branch "attempetd-fusion" of the repo (please note the misspelling)

from boot.

micha avatar micha commented on May 14, 2024

I submitted a pull request with some changes to the project dependencies. I saw two things that were causing problems:

  • You don't need an explicit dependency on CLJS. The boot CLJS compiler task runs the compiler in an isolated classloader, completely separate from your project. You'll see that the boot-cljs version is linked to the version of CLJS it ships with. You had a different version of CLJS as an explicit dependency which was overriding the one the task was trying to use.
  • You had an older version of core.async. I did a little bit of research and found references to this error on the CLJS mailing list, but nothing really conclusive. However, using the latest version of core.async seems to have fixed it.

from boot.

micha avatar micha commented on May 14, 2024

Please feel free to reopen this issue if the PR doesn't resolve the problem for you. Thanks!

from boot.

humanitiesNerd avatar humanitiesNerd commented on May 14, 2024

@micha Thanks. I copied and pasted pieces of code from the David Nolen's tutorial, that's how that version ended up there.

It worked with lein anyway.

Should I run into more problems because of this version bump, I'll reopen this.

It's ok for now.

Thanks again

from boot.

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.