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

**Describe the bug** There are many unneeded import dependencies in the produced Entities. **Expected behavior** It should have only the dependencies that it needs. We had solved this problem in...

invalid

**Describe the bug** Right now there is no validation of the input data request. **Expected behavior** There should be a 400 BadRequest error in case of missing or wrong input...

enhancement

**Describe the bug** The bl code is not transpiled when we use Package ports and adapters. **To Reproduce** Steps to reproduce the behavior: `ports/cloudProviderPort.bl` ``` Struct CreateDNSRecordSetParams { string certificate;...

The Aggregate and Entity parent classes needs to be replaced to support custom ids. Right now it requires a uuidv4.

enhancement

**Describe the bug** Names for nodes should be Node, for directors of nodes NodeDirector and for builders of nodes NodeBuilder.

bug

**Describe the bug** In tests some file input is coming from strings.

enhancement

**Describe the bug** The automatically generated nodes should be divided by the ones produced by code, because they have different properties, for example metadata(line, file etc) that the component is...

enhancement

**Describe the bug** Because we are using the js antlr package, the value is any. We could consider using the ts package.

enhancement

**Describe the bug** IntermediateASTNode has type of value any, we would like that to be T and each node that inherits would have as value its actual type.

bug

**Describe the bug** Right now we use the JSON value but we would like to use out composite tree structure

enhancement