bitloops-language icon indicating copy to clipboard operation
bitloops-language copied to clipboard

Open-source transpiled programming language that helps you write clean code, well-designed systems, and build high-quality software that is testable, auditable and maintainable. Like what you see? Don...

Results 68 bitloops-language issues
Sort by recently updated
recently updated
newest added

### Subject of the issue Return error id in response.

enhancement

### Subject of the issue `this` has limitations of usage inside the constructor. See an example below: ### Steps to reproduce If anyone types this in bl: ``` ValueObject TitleVO...

bug

### Subject of the issue Change if checks inside useCase's execute method body. ### Expected behaviour ### Actual behaviour ![image](https://user-images.githubusercontent.com/63424729/199219027-f89fbb1f-5940-4df3-9353-cc1e133b59f7.png) ### Suggested solutions? Expression should be reversed, and then-else bodies...

enhancement

This will help us a lot in the semantics validation part (e.g. type mismatches). It will also help in some model to model checking stuff (e.g. return ok, error according...

enhancement

When running the CLI, if the setup.bl file is not found, the output on the console is very user unfriendly. The code should be caught properly and user friendly feedback...

documentation
enhancement

### Subject of the issue AutoGraphQL not being generated

bug

### Subject of the issue AutoUseCase not being generated

bug