Reid Spencer
Reid Spencer
This is currently a work in progress. There are no code changes, just a proposal written in the proposals section. This was pre-approved by Chris Lattner in a conversation in...
When running the ` test-jvm` test suite in `.github/workflows/actions.yml` there seems to be a GitHub workflow inconsistency. Consequently this is not an issue with fastparse, but the GItHub build system...
## Compiler version 3.4.0 ## Minimized example A code example is not highly relevant to this issue, but you can find one here: * https://github.com/reid-spencer/scala-3.4-19872 This has to do with...
### **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.** Yes. We...
The RIDDL language, while powerful for expressing domain models and system designs, does have some limitations and areas where it could be enhanced: ## Lack of Standardization: * RIDDL is...
Take an approach like these blogs: * https://medium.com/it-dead-inside/domain-driven-design-things-to-remember-when-building-a-bounded-context-62ed1d0cb2ae * https://github.com/ddd-crew/bounded-context-canvas * https://thedomaindrivendesign.io/bounded-context/ * https://virtualddd.com/learning-ddd/ddd-crew-bounded-context-canvas * https://martinfowler.com/bliki/BoundedContext.html * https://codeburst.io/ddd-strategic-patterns-how-to-define-bounded-contexts-2dc70927976e * https://levelup.gitconnected.com/bounded-contexts-in-ddd-d5f0dc7d1cf1 * https://medium.com/ssense-tech/ddd-beyond-the-basics-mastering-multi-bounded-context-integration-ca0c7cec6561 * https://levelup.gitconnected.com/bounded-context-in-domain-driven-design-a-practical-guide-c1f9192ac93d
In the passes module, either create a new pass to remove includes, or just do it during one of the existing paths. This makes querying the AST more straight-forward as...
As in the old ERD days, entities can have relationships with other entities. The current type system supports this in a limited fashion with the cardinality rules. The state of...