Giter Site home page Giter Site logo

Comments (8)

AlexanderRay avatar AlexanderRay commented on July 19, 2024

+1

from blueprints-scala.

fixundfertig123 avatar fixundfertig123 commented on July 19, 2024

Hey

@anvie @pdolega: I looked through the code and saw that merge 1fdaca2 causes the problem. I just removed this merge and now the test class work fine but one. See below:

[info] x using mutual wrapper #2 [error] 'neptune' is not equal to 'jupiter' (BlueprintsWrapperSpec.scala:103) [info]

However, undoing solves my issue of CallerSensitive annotation error but brings back the former problem of issue #28.

Cheers, Fritz

from blueprints-scala.

fixundfertig123 avatar fixundfertig123 commented on July 19, 2024

Not knowing too much about reflection this might be relevant to the problem:
https://issues.scala-lang.org/browse/SI-6789

from blueprints-scala.

AlexanderRay avatar AlexanderRay commented on July 19, 2024
val defaultClassloader = if(Reflection.getCallerClass!=null) Reflection.getCallerClass.getClassLoader else null

causes that problem. may be it should be a "lazy val" so I can avoid to call of "Reflection.getCallerClass" and set the ClassLoader by "classOf[MyClass].getClassLoader"

from blueprints-scala.

pdolega avatar pdolega commented on July 19, 2024

@fixundfertig123 your environment setup is close to what I have right now so I should be able to reproduce it easily. I'll investigate this issue today EOD and let you know (hopefully bringing also fix)

from blueprints-scala.

pdolega avatar pdolega commented on July 19, 2024

Hey guys. Got little delay but issue is fixed here: #33
Also added builds for Java 8 so things like that get tested automatically.

@anvie take a look whenever you have some spare time.

from blueprints-scala.

fixundfertig123 avatar fixundfertig123 commented on July 19, 2024

@anvie, @pdolega thanks for your work!!!

from blueprints-scala.

mikolak-net avatar mikolak-net commented on July 19, 2024

@anvie it seems there is a regression in the 1.50 release (the most recent one in Maven Central). It looks like the fix never got through to the 2.11 branch. Could this be fixed?

from blueprints-scala.

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.