GithubHelp home page GithubHelp logo

publish for Scala 2.13 about scalate HOT 6 CLOSED

scalate avatar scalate commented on June 2, 2024
publish for Scala 2.13

from scalate.

Comments (6)

seratch avatar seratch commented on June 2, 2024

scalatra/scalamd#19

from scalate.

seratch avatar seratch commented on June 2, 2024

scalatra/scalamd@scalamd-1.7.2...scalamd-1.7.3
https://oss.sonatype.org/content/repositories/staging/org/scalatra/scalate/scalamd_2.13/1.7.3/

from scalate.

seratch avatar seratch commented on June 2, 2024

++2.13.0 package

[error] /Users/kazuhirosera/dev/github/scalate/scalate-core/src/main/scala/org/fusesource/scalate/TemplateEngine.scala:233:5: not found: value ScalaCompiler
[error]     ScalaCompiler.create(this)
[error]     ^
[error] /Users/kazuhirosera/dev/github/scalate/scalate-core/src/main/scala/org/fusesource/scalate/mustache/Scopes.scala:30:59: not found: type Scope
[error]   defaultObjectName: Option[String] = Some("it")) extends Scope {
[error]                                                           ^
[error] /Users/kazuhirosera/dev/github/scalate/scalate-core/src/main/scala/org/fusesource/scalate/mustache/Scopes.scala:54:34: not found: type Scope
[error]   attributeName: String) extends Scope {
[error]                                  ^
[error] /Users/kazuhirosera/dev/github/scalate/scalate-core/src/main/scala/org/fusesource/scalate/mustache/Scopes.scala:35:23: not found: type Scope
[error]   val _parent: Option[Scope] = defaultObjectName match {
[error]                       ^
[error] /Users/kazuhirosera/dev/github/scalate/scalate-core/src/main/scala/org/fusesource/scalate/mustache/Scopes.scala:36:24: not found: value apply
[error]     case Some(name) => apply(name) match {
[error]                        ^
[error] /Users/kazuhirosera/dev/github/scalate/scalate-core/src/main/scala/org/fusesource/scalate/mustache/Scopes.scala:37:42: value createScope is not a member of org.fusesource.scalate.mustache.MarkupAttributeContextScope
[error]       case Some(value) => Some(rootScope.createScope(name, value))
[error]                                          ^
[error] /Users/kazuhirosera/dev/github/scalate/scalate-core/src/main/scala/org/fusesource/scalate/mustache/Scopes.scala:43:22: not found: type Scope
[error]   def parent: Option[Scope] = _parent
[error]                      ^
[error] /Users/kazuhirosera/dev/github/scalate/scalate-core/src/main/scala/org/fusesource/scalate/mustache/Scopes.scala:74:55: not found: type Scope
[error] abstract class ChildScope(parentScope: Scope) extends Scope {
[error]                                                       ^
[error] /Users/kazuhirosera/dev/github/scalate/scalate-core/src/main/scala/org/fusesource/scalate/mustache/Scopes.scala:74:40: not found: type Scope
[error] abstract class ChildScope(parentScope: Scope) extends Scope {
[error]                                        ^
[error] /Users/kazuhirosera/dev/github/scalate/scalate-core/src/main/scala/org/fusesource/scalate/mustache/Scopes.scala:76:3: not found: value implicitIterator
[error]   implicitIterator = parentScope.implicitIterator
[error]   ^
[error] /Users/kazuhirosera/dev/github/scalate/scalate-core/src/main/scala/org/fusesource/scalate/mustache/Scopes.scala:84:11: not found: type Scope
[error]   parent: Scope,
[error]           ^
[error] /Users/kazuhirosera/dev/github/scalate/scalate-core/src/main/scala/org/fusesource/scalate/mustache/Scopes.scala:92:11: not found: type Scope
[error]   parent: Scope,
[error]           ^
[error] /Users/kazuhirosera/dev/github/scalate/scalate-core/src/main/scala/org/fusesource/scalate/mustache/Scopes.scala:100:11: not found: type Scope
[error]   parent: Scope) extends ChildScope(parent) {
[error]           ^
[error] /Users/kazuhirosera/dev/github/scalate/scalate-core/src/main/scala/org/fusesource/scalate/mustache/Scopes.scala:109:11: not found: type Scope
[error]   parent: Scope,
[error]           ^
[warn] /Users/kazuhirosera/dev/github/scalate/scalate-core/src/main/scala/org/fusesource/scalate/support/AbstractCodeGenerator.scala:51:12: type parameter T defined in method << shadows type T defined in class AbstractSourceBuilder. You may want to rename your type parameter, or possibly remove it.
[warn]     def <<[T](list: List[T]): this.type = {
[warn]            ^
[warn] /Users/kazuhirosera/dev/github/scalate/scalate-core/src/main/scala/org/fusesource/scalate/support/AbstractCodeGenerator.scala:97:16: type parameter T defined in method indent shadows type T defined in class AbstractSourceBuilder. You may want to rename your type parameter, or possibly remove it.
[warn]     def indent[T](op: => T): T = {
[warn]                ^
[warn] /Users/kazuhirosera/dev/github/scalate/scalate-core/src/main/scala/org/fusesource/scalate/support/AbstractCodeGenerator.scala:36:40: type parameter T defined in class AbstractSourceBuilder shadows type T defined in class AbstractCodeGenerator. You may want to rename your type parameter, or possibly remove it.
[warn]   abstract class AbstractSourceBuilder[T] {
[warn]                                        ^
[warn] three warnings found
[error] 14 errors found

from scalate.

seratch avatar seratch commented on June 2, 2024

I don't have enough time to work on this in the short run. If someone could take a look at the compilation errors, it would be greatly appreciated.

from scalate.

xuwei-k avatar xuwei-k commented on June 2, 2024

#226

from scalate.

seratch avatar seratch commented on June 2, 2024

Thank you very much, Yoshida-san @xuwei-k

I’ll work on deployments very soon.

from scalate.

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.