symmetryinvestments / jupyter-wire

Jupyter wire protocol implementation enabling D plugins to be jupyter kernels
Boost Software License 1.0
13 stars 4 forks source link

Add widgets example backend #21

Closed skoppe closed 4 years ago

skoppe commented 4 years ago
skoppe commented 4 years ago

only ldc 1.16 errors out with

std/meta.d(793,37): Error: template instance F!(layout) cannot use local layout as parameter to non-global template typeOf(alias T)

will try to fix it.

codecov-io commented 4 years ago

Codecov Report

Merging #21 into master will increase coverage by 50.2%. The diff coverage is 81.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage     1.7%   51.91%   +50.2%     
==========================================
  Files           5        8       +3     
  Lines         234      549     +315     
==========================================
+ Hits            4      285     +281     
- Misses        230      264      +34
Impacted Files Coverage Δ
source/jupyter/wire/kernel.d 1.96% <ø> (ø) :arrow_up:
example/widgets/source/models.d 65.21% <65.21%> (ø)
example/widgets/source/widgets.d 81.35% <81.35%> (ø)
example/widgets/source/repl.d 85.64% <85.64%> (ø)
source/jupyter/wire/log.d 0% <0%> (ø) :arrow_up:
source/jupyter/wire/message.d 32.43% <0%> (+32.43%) :arrow_up:

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 6b7dcfa...2c3c5d3. Read the comment docs.