goby-lang / goby

Goby - Yet another programming language written in Go
MIT License
3.49k stars 171 forks source link

Drop Plugin class completely #840

Closed st0012 closed 4 years ago

st0012 commented 4 years ago

This feature isn't actively supported by Go and is very unstable (still very cool though). And more importantly, it makes Goby harder to build on other platforms. So I'm dropping it now.

codecov[bot] commented 4 years ago

Codecov Report

Merging #840 into master will increase coverage by 1.09%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #840      +/-   ##
==========================================
+ Coverage   81.11%   82.20%   +1.09%     
==========================================
  Files          54       52       -2     
  Lines        7412     7279     -133     
==========================================
- Hits         6012     5984      -28     
+ Misses       1178     1076     -102     
+ Partials      222      219       -3     
Impacted Files Coverage Δ
goby.go 0.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0fbde9e...4a468f3. Read the comment docs.

st0012 commented 4 years ago

@saveriomiroddi it turns out to be a feature that a user wants, so will keep it a bit longer. Sorry for the false call 😬