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

accordproject / concerto / 33892577326
98%

Build:
DEFAULT BRANCH: main
Ran 04 Sep 2026 04:01PM UTC
Jobs 0
Files 0
Run time –
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

pending completion
33892577326

push

github

web-flow
fix(concerto-core): keep type reference arguments when extracting decorators (#1317)

parseNonVocabularyDecorators mapped every decorator argument to
{ $class, value }. DecoratorTypeReference has no value field; it carries a
required type identifier and isArray, so an argument such as @Form(Address)
was reduced to a bare $class.

The result fails DecoratorManager.validate, the structural check the output
is meant to satisfy, with a missing required field "type", and re-applying
the extracted command set throws. decoratormanager.ts filters arguments on
a.type, so the two halves of the documented extract and re-decorate round
trip disagreed. With removeDecoratorsFromModel the loss is unrecoverable,
since the decorator is stripped from the model and the command meant to
carry it is malformed.

Type reference arguments now keep type and isArray. The explicit field list
is preserved rather than spreading, so the optional location node is still
dropped as before.

Signed-off-by: rajanpanth <rajan.pantha@samriddhicollege.edu.np>
Source Files on build 33892577326
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #33892577326
  • c5445720 on github
  • Prev Build on main (#33877532189)
  • Next Build on main (#33892722895)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc