• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

valum-framework / valum
52%
master: 59%

Build:
Build:
LAST BUILD BRANCH: wip/build-on-windows
DEFAULT BRANCH: master
Repo Added 29 Mar 2015 03:31PM UTC
Files 47
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH replace-stack-with-context
branch: replace-stack-with-context
CHANGE BRANCH
x
Reset
  • replace-stack-with-context
  • 0.1/documentation-for-hacking
  • 0.1/improve-api-docs
  • 0.1/methods
  • 0.1/server-documentation
  • 0.2/converters
  • 0.2/end-in-a-continuation
  • 0.2/pollable-fastcgi-stream
  • 0.2/redesign-async-model
  • 0.2/redesigned-async-model
  • 0.2/status-code-handler
  • 0.2/update-documentation
  • 0.2/write-head-asynchronously
  • basepath-middleware
  • build-docs-with-waf
  • build-separate-libraries
  • cgi
  • codecov
  • coveralls-with-gcov
  • debug-flag-for-coverage
  • decode-middlewares
  • default-implementation-for-head
  • delegator-for-application
  • documentation-overhaul
  • explicit-leading-slash
  • filtering
  • fix-all-tests
  • fix-nullable-convert
  • flatten
  • generate-path-from-rule
  • genie-example
  • glib-application-integration
  • glib-parameter-for-request-params
  • improve-test-coverage
  • improve-vsgi-coverage
  • invert-routing
  • invoke-next-in-router
  • loader
  • master
  • master-with-c-sources
  • meson-build
  • middleware
  • multipart
  • negociation-middlewares
  • next
  • null-rule-catch-all
  • options-for-soup-server
  • return-in-application-callback
  • reuse-matcher-with-then
  • route-and-clause
  • route-flags
  • scgi
  • server-sent-events
  • stable
  • stacked-states
  • v0.1.0-alpha
  • v0.1.1-alpha
  • v0.1.3-alpha
  • v0.1.4-alpha
  • v0.2.0
  • v0.2.0-alpha
  • v0.2.1
  • v0.2.10
  • v0.2.11
  • v0.2.12
  • v0.2.13
  • v0.2.14
  • v0.2.15
  • v0.2.2
  • v0.2.3
  • v0.2.4
  • v0.2.5
  • v0.2.6
  • v0.2.7
  • v0.2.8
  • v0.2.9
  • valadoc
  • vsgi-convert
  • vsgi-response-expand
  • vsgi-rewrite-server-with-gmodule
  • wip/build-on-windows

pending completion
1020

push

travis-ci

Guillaume Poirier-Morency
Provide a routing context instead of a stack

The context data structure consist of a tree of mapping from 'string' to
'Value?'. It will prepare the ground for typed parameters.

The number of stacked context corresponds to the depth of the routing.

Key existence and value is resolved recursively: each layer expose the
sum of itself and its parents.

Remove 'Request.params', it's not needed anymore as they can be obtained
directly from the context.

Update tests, documentation and examples.

435 of 836 relevant lines covered (52.03%)

43.98 hits per line

Relevant lines Covered
Build:
Build:
836 RELEVANT LINES 435 COVERED LINES
43.98 HITS PER LINE
Source Files on replace-stack-with-context
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1020 replace-stack-with-context Provide a routing context instead of a stack The context data structure consist of a tree of mapping from 'string' to 'Value?'. It will prepare the ground for typed parameters. The number of stacked context corresponds to the depth of the routin... push 17 Jan 2016 07:26AM UTC Guillaume Poirier-Morency travis-ci pending completion  
1019 replace-stack-with-context [WIP] Provide a routing context instead of a stack Each context consist of a mapping of 'string' to 'Value?' with a possible parent context. It is the best compromise between a mapping for the parameters and a routing stack. Keys are resolved r... push 16 Jan 2016 04:22PM UTC Guillaume Poirier-Morency travis-ci pending completion  
1018 replace-stack-with-context [WIP] Provide a routing context instead of a stack Each context consist of a mapping of 'string' to 'Value?' with a possible parent context. It is the best compromise between a mapping for the parameters and a routing stack. Keys are resolved r... push 16 Jan 2016 04:17PM UTC Guillaume Poirier-Morency travis-ci pending completion  
See All Builds (764)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc