Giter VIP home page Giter VIP logo

rtree's People

Contributors

stefansalewski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

hamidb80

rtree's Issues

Many compiler warnings still after 3 years

Directly compiling the module give a lot of warnings:

salewski@nuc /tmp/hhh $ nim c --gc:arc rtree.nim 
Hint: used config file '/home/salewski/Nim/config/nim.cfg' [Conf]
Hint: used config file '/home/salewski/Nim/config/config.nims' [Conf]
...................
/tmp/hhh/rtree.nim(1078, 8) template/generic instantiation of `insert` from here
/tmp/hhh/rtree.nim(554, 11) template/generic instantiation of `rsinsert` from here
/tmp/hhh/rtree.nim(540, 15) template/generic instantiation of `adjustTree` from here
/tmp/hhh/rtree.nim(459, 33) template/generic instantiation of `overflowTreatment` from here
/tmp/hhh/rtree.nim(520, 13) template/generic instantiation of `reInsert` from here
/tmp/hhh/rtree.nim(501, 17) template/generic instantiation of `center` from here
/tmp/hhh/rtree.nim(83, 7) Warning: Special variable 'result' is shadowed. [ResultShadowed]
/tmp/hhh/rtree.nim(1078, 8) template/generic instantiation of `insert` from here
/tmp/hhh/rtree.nim(554, 11) template/generic instantiation of `rsinsert` from here
/tmp/hhh/rtree.nim(540, 15) template/generic instantiation of `adjustTree` from here
/tmp/hhh/rtree.nim(459, 33) template/generic instantiation of `overflowTreatment` from here
/tmp/hhh/rtree.nim(520, 13) template/generic instantiation of `reInsert` from here
/tmp/hhh/rtree.nim(502, 56) template/generic instantiation of `distance` from here
/tmp/hhh/rtree.nim(94, 7) Warning: Special variable 'result' is shadowed. [ResultShadowed]
/tmp/hhh/rtree.nim(460, 16) Hint: condition is always true: 't of RTree[4, 2, RT, LT]' [CondTrue]
/tmp/hhh/rtree.nim(1208, 6) template/generic instantiation of `insert` from here
/tmp/hhh/rtree.nim(554, 11) template/generic instantiation of `rsinsert` from here
/tmp/hhh/rtree.nim(540, 15) template/generic instantiation of `adjustTree` from here
/tmp/hhh/rtree.nim(459, 33) template/generic instantiation of `overflowTreatment` from here
/tmp/hhh/rtree.nim(520, 13) template/generic instantiation of `reInsert` from here
/tmp/hhh/rtree.nim(501, 17) template/generic instantiation of `center` from here
/tmp/hhh/rtree.nim(83, 7) Warning: Special variable 'result' is shadowed. [ResultShadowed]
/tmp/hhh/rtree.nim(1208, 6) template/generic instantiation of `insert` from here
/tmp/hhh/rtree.nim(554, 11) template/generic instantiation of `rsinsert` from here
/tmp/hhh/rtree.nim(540, 15) template/generic instantiation of `adjustTree` from here
/tmp/hhh/rtree.nim(459, 33) template/generic instantiation of `overflowTreatment` from here
/tmp/hhh/rtree.nim(520, 13) template/generic instantiation of `reInsert` from here
/tmp/hhh/rtree.nim(502, 56) template/generic instantiation of `distance` from here
/tmp/hhh/rtree.nim(94, 7) Warning: Special variable 'result' is shadowed. [ResultShadowed]
/tmp/hhh/rtree.nim(1208, 6) template/generic instantiation of `insert` from here
/tmp/hhh/rtree.nim(554, 11) template/generic instantiation of `rsinsert` from here
/tmp/hhh/rtree.nim(540, 15) template/generic instantiation of `adjustTree` from here
/tmp/hhh/rtree.nim(459, 33) template/generic instantiation of `overflowTreatment` from here
/tmp/hhh/rtree.nim(523, 24) template/generic instantiation of `rstarSplit` from here
/tmp/hhh/rtree.nim(283, 24) Warning: Deprecated since v1.4; there should not be `high(value)`. Use `high(type)`.; high is deprecated [Deprecated]
/tmp/hhh/rtree.nim(1208, 6) template/generic instantiation of `insert` from here
/tmp/hhh/rtree.nim(554, 11) template/generic instantiation of `rsinsert` from here
/tmp/hhh/rtree.nim(540, 15) template/generic instantiation of `adjustTree` from here
/tmp/hhh/rtree.nim(459, 33) template/generic instantiation of `overflowTreatment` from here
/tmp/hhh/rtree.nim(523, 24) template/generic instantiation of `rstarSplit` from here
/tmp/hhh/rtree.nim(310, 24) Warning: Deprecated since v1.4; there should not be `high(value)`. Use `high(type)`.; high is deprecated [Deprecated]
/tmp/hhh/rtree.nim(460, 16) Hint: condition is always true: 't of RTree[4, 2, RT, LT]' [CondTrue]
/tmp/hhh/rtree.nim(1208, 6) template/generic instantiation of `insert` from here
/tmp/hhh/rtree.nim(554, 11) template/generic instantiation of `rsinsert` from here
/tmp/hhh/rtree.nim(544, 31) template/generic instantiation of `overflowTreatment` from here
/tmp/hhh/rtree.nim(523, 24) template/generic instantiation of `rstarSplit` from here
/tmp/hhh/rtree.nim(283, 24) Warning: Deprecated since v1.4; there should not be `high(value)`. Use `high(type)`.; high is deprecated [Deprecated]
/tmp/hhh/rtree.nim(1208, 6) template/generic instantiation of `insert` from here
/tmp/hhh/rtree.nim(554, 11) template/generic instantiation of `rsinsert` from here
/tmp/hhh/rtree.nim(544, 31) template/generic instantiation of `overflowTreatment` from here
/tmp/hhh/rtree.nim(523, 24) template/generic instantiation of `rstarSplit` from here
/tmp/hhh/rtree.nim(310, 24) Warning: Deprecated since v1.4; there should not be `high(value)`. Use `high(type)`.; high is deprecated [Deprecated]
/tmp/hhh/rtree.nim(615, 10) Hint: condition is always true: 't of RTree[4, 2, RT, LT]' [CondTrue]
/tmp/hhh/rtree.nim(1301, 9) Hint: 'tgs' is declared but not used [XDeclaredButNotUsed]
/tmp/hhh/rtree.nim(1227, 8) Hint: 'ignore' is declared but not used [XDeclaredButNotUsed]
CC: stdlib_assertions.nim
CC: stdlib_dollars.nim
CC: stdlib_formatfloat.nim
CC: stdlib_io.nim
CC: stdlib_system.nim
CC: stdlib_algorithm.nim
CC: stdlib_math.nim
CC: stdlib_heapqueue.nim
CC: stdlib_strutils.nim
CC: stdlib_times.nim
CC: stdlib_random.nim
CC: rtree.nim
Hint:  [Link]
Hint: 40503 lines; 8.774s; 117.922MiB peakmem; Debug build; proj: /tmp/hhh/rtree.nim; out: /tmp/hhh/rtree [SuccessX]

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.