Skip to content
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

Nothing exported? [Julia v1.1] #98

Open
moll-dev opened this issue Nov 3, 2019 · 0 comments
Open

Nothing exported? [Julia v1.1] #98

moll-dev opened this issue Nov 3, 2019 · 0 comments

Comments

@moll-dev
Copy link

moll-dev commented Nov 3, 2019

Hey there, I'm running into an issue where using isn't pulling in the GLAbstraction exports.

Maybe it's a 1.1 incompatibility? Maybe user error on my end 😛 ?

I'm using GLAbstraction#master locally.

julia> versioninfo()
Julia Version 1.1.0
Commit 80516ca202 (2019-01-21 21:24 UTC)
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, skylake)

julia> using GLAbstraction

julia> Buffer()
ERROR: UndefVarError: Buffer not defined
Stacktrace:
 [1] top-level scope at none:0

julia> GLAbstraction.Buffer()
ERROR: MethodError: no method matching GLAbstraction.Buffer()
Closest candidates are:
  GLAbstraction.Buffer(::DenseArray{T<:Real,1}; buffertype, usage) where T<:Real at C:\Users\simon\.julia\packages\GLAbstraction\Z8nud\src\buffer.jl:24
  GLAbstraction.Buffer(::DenseArray{T,1}; buffertype, usage) where T at C:\Users\simon\.julia\packages\GLAbstraction\Z8nud\src\buffer.jl:30
  GLAbstraction.Buffer(::Type{T}, ::Int64; buffertype, usage) where T at C:\Users\simon\.julia\packages\GLAbstraction\Z8nud\src\buffer.jl:37
Stacktrace:
 [1] top-level scope at none:0

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant