riddl
riddl copied to clipboard
A compiler for the DDD-based design language RIDDL
This action causes the editor to pop up the RIDDL provided documentation for the selected identifier. [https://gitlab.com/yoppworks/ossum/riddl-idea-plugin/-/blob/main/img/quickdoc.png](https://gitlab.com/yoppworks/ossum/riddl-idea-plugin/-/blob/main/img/quickdoc.png) βIssue is synchronized with this [Jira Story](https://yoppworks.atlassian.net/browse/RL-107) by [Unito](https://www.unito.io)
This action, when invoked upon any identifier, looks for all usages of that identifier in the project (not just the current root domain). Usages include identical occurrences of the identifier...
Autocompletion works when typing in a reference of any kind. Since RIDDL prefixes such references with a keyword (type, entity, etc.), only the matching identifiers for that kind of definition...
Text entered into RIDDL files that is not syntactically or referentially correct will be highlighted with squiggly red underlines as is common for programming languages. βIssue is synchronized with this...
## About this PR π¦ Updates * [org.scala-lang:scala3-library](https://github.com/scala/scala3) * [org.scala-lang:scala3-library_sjs1](https://github.com/scala/scala3) from `3.4.2` to `3.4.3` π [GitHub Release Notes](https://github.com/scala/scala3/releases/tag/3.4.3) - [Version Diff](https://github.com/scala/scala3/compare/3.4.2...3.4.3) - [Version Diff](https://github.com/scala/scala3/compare/release-3.4.2...release-3.4.3) ## Usage β **Please merge!** I'll...
## About this PR π¦ Updates [org.scala-js:scalajs-env-jsdom-nodejs](https://github.com/scala-js/scala-js-env-jsdom-nodejs) from `1.0.0` to `1.1.0` π [GitHub Release Notes](https://github.com/scala-js/scala-js-env-jsdom-nodejs/releases/tag/v1.1.0) - [Version Diff](https://github.com/scala-js/scala-js-env-jsdom-nodejs/compare/v1.0.0...v1.1.0) ## Usage β **Please merge!** I'll automatically update this PR to resolve...
## About this PR π¦ Updates * [org.wvlet.airframe:airframe-json](https://github.com/wvlet/airframe) * [org.wvlet.airframe:airframe-ulid](https://github.com/wvlet/airframe) from `24.9.2` to `24.9.3` π [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v24.9.3) - [Version Diff](https://github.com/wvlet/airframe/compare/v24.9.2...v24.9.3) ## Usage β **Please merge!** I'll automatically update this...
### **Is your feature already requested in another issue?** No ### **Is your feature a defect?** From the perspective of riddl-idea-plugin, yes ### **Is your feature request related to a...
Utils Module: * Use private sbt-ossuminc version * Configure utils project in build.sbt * Provide ExceptionUtils for native * Provide a PThread workaround for native * Result: doesn't link, currently...
### **Is your feature already requested in another issue?** No ### **Is your feature a defect?** No ### **Is your feature request related to a problem? Please describe.** How to...