Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / dirtlang/dirt issues and pull requests
#110 - Please explain migration from Dotlin
Issue -
State: closed - Opened by eggnstone over 1 year ago
#108 - Instead of generating Dart elements, generate Dart descriptors directly
Issue -
State: closed - Opened by wilkomanger over 1 year ago
Labels: dotlin
#107 - Instead of suppressing diagnostics, don't run some default Kotlin checkers
Issue -
State: closed - Opened by wilkomanger over 1 year ago
Labels: dotlin
#106 - Handle mixed function arguments
Issue -
State: open - Opened by wilkomanger over 1 year ago
Labels: enhancement
#105 - Format code by default with `dotlin compile`, add `--no-format`
Issue -
State: closed - Opened by eggnstone over 1 year ago
- 1 comment
Labels: dotlin
#104 - Strings with $ and \n not properly transpiled
Issue -
State: closed - Opened by eggnstone over 1 year ago
- 3 comments
Labels: bug, dotlin
#103 - Fix calling a Dart function with named parameters
Issue -
State: closed - Opened by wilkomanger over 1 year ago
#102 - Support implementing Dart classes as interface or mixin
Issue -
State: closed - Opened by wilkomanger over 1 year ago
Labels: dotlin
#101 - Data classes with nullable variables: The implementation of '==' in the non-abstract class XYZ does not conform to its interface.
Issue -
State: closed - Opened by eggnstone over 1 year ago
- 1 comment
Labels: dotlin
#100 - Smart cast error not raised
Issue -
State: closed - Opened by eggnstone over 1 year ago
- 2 comments
Labels: dotlin
#99 - Add `@DartStatic`
Issue -
State: closed - Opened by wilkomanger over 1 year ago
Labels: dotlin
#98 - Transformer error: IrCallImpl cannot be cast to class IrSetField
Issue -
State: closed - Opened by eggnstone over 1 year ago
#97 - Fix source not always reported on expressions
Issue -
State: closed - Opened by wilkomanger over 1 year ago
#96 - Transformer error occurred: class IrTryImpl cannot be cast to class IrVariable
Issue -
State: closed - Opened by wilkomanger over 1 year ago
- 10 comments
#95 - Add ability to mark `object` as `const`
Issue -
State: closed - Opened by wilkomanger over 1 year ago
Labels: dotlin
#94 - Unexpected package fragment: package kotlin.reflect of DotlinModule: dotlin
Issue -
State: closed - Opened by eggnstone over 1 year ago
- 1 comment
#93 - Run `dart pub get` if `package_config.json` refers to a project path that does not exist
Issue -
State: closed - Opened by wilkomanger over 1 year ago
Labels: dotlin
#92 - [Windows?] Since 113dcb4: When compiling stdlib: Cannot run program "dart" (in directory ""): CreateProcess error=123, The filename, directory name, or volume label syntax is incorrect
Issue -
State: closed - Opened by eggnstone over 1 year ago
- 25 comments
#91 - Fix `isCollection` implementation
Issue -
State: closed - Opened by wilkomanger over 1 year ago
- 1 comment
#90 - Run internal annotation lowerings only for built-ins module
Issue -
State: closed - Opened by wilkomanger over 1 year ago
Labels: dotlin
#89 - Make Dart standard library available
Issue -
State: closed - Opened by wilkomanger over 1 year ago
Labels: dotlin
#88 - Cache generated Dart names
Issue -
State: closed - Opened by wilkomanger over 1 year ago
Labels: dotlin
#87 - Refactor `DartNameGenerator` like `DartPathGenerator`
Issue -
State: closed - Opened by wilkomanger over 1 year ago
Labels: dotlin
#86 - Only generate Dart elements if necessary
Issue -
State: closed - Opened by wilkomanger over 1 year ago
Labels: dotlin
#85 - NotImplementedError: An operation is not implemented: IrBlockImpl is not supported
Issue -
State: closed - Opened by wilkomanger over 1 year ago
- 9 comments
#84 - java.lang.UnsupportedOperationException: Unexpected call: hashCode
Issue -
State: closed - Opened by eggnstone over 1 year ago
- 9 comments
Labels: bug
#83 - Incorrectly inferred: type mismatch: inferred type is MutableList<X> but ImmutableList<X> was expected
Issue -
State: closed - Opened by eggnstone over 1 year ago
- 3 comments
#82 - Use `DartElementLocation` for constructing imports in `DartImportsLowering`
Issue -
State: closed - Opened by wilkomanger over 1 year ago
- 1 comment
#81 - Make `dartPathOf`, `relativeDartPathOf` have an input of `DartLibraryElement` instead of `IrFile`
Issue -
State: closed - Opened by wilkomanger over 1 year ago
#80 - Raise warning if importing implementation files
Issue -
State: open - Opened by wilkomanger over 1 year ago
Labels: enhancement
#79 - Using relative paths for dotlin in pubspec.yaml throws error: Missing scheme
Issue -
State: closed - Opened by eggnstone over 1 year ago
- 2 comments
Labels: bug
#78 - Use declarations from Dart `export`s
Issue -
State: closed - Opened by wilkomanger over 1 year ago
- 1 comment
#77 - Raise error or use alternative package name for syntethetic `annotations` package
Issue -
State: closed - Opened by wilkomanger over 1 year ago
Labels: dotlin
#76 - Generate `valueOf` as static method of enum
Issue -
State: closed - Opened by wilkomanger over 1 year ago
Labels: dotlin
#75 - Raise error if using synthetic annotation classes in any other form than as annotations
Issue -
State: closed - Opened by wilkomanger over 1 year ago
Labels: dotlin
#74 - when() causes error when unnecessary else is missing
Issue -
State: closed - Opened by eggnstone over 1 year ago
- 3 comments
Labels: bug
#73 - classes ClosedRange / IntRange: isEmpty: Error: Can't declare a member that conflicts with an inherited one.
Issue -
State: closed - Opened by eggnstone over 1 year ago
- 2 comments
Labels: dotlin
#72 - Iteration over MutableList is not converted properly
Issue -
State: closed - Opened by eggnstone over 1 year ago
- 1 comment
Labels: bug, dotlin
#71 - MutableLists cannot be added to with +=
Issue -
State: closed - Opened by eggnstone over 1 year ago
- 1 comment
Labels: dotlin
#70 - Indexing a string with .get() does not convert properly
Issue -
State: closed - Opened by eggnstone over 1 year ago
- 1 comment
#69 - Add `operator` keyword to `String.get`
Issue -
State: closed - Opened by eggnstone over 1 year ago
- 1 comment
Labels: dotlin
#68 - Throw error if inherting a Dart class with only factory constructors
Issue -
State: closed - Opened by eggnstone almost 2 years ago
- 3 comments
Labels: dotlin
#67 - [Windows] Generated files and files in dotlin itself use \ instead of / as path divider in import paths
Issue -
State: closed - Opened by eggnstone almost 2 years ago
- 3 comments
Labels: bug
#66 - IrGetClassImpl is not supported
Issue -
State: closed - Opened by eggnstone almost 2 years ago
- 1 comment
#65 - String .contains() /.substring() / .isEmpty() / .isNotEmpty() not supported
Issue -
State: closed - Opened by eggnstone almost 2 years ago
- 4 comments
Labels: dotlin
#64 - Only show one error if using non-Dotlin primitive type
Issue -
State: closed - Opened by eggnstone almost 2 years ago
- 1 comment
Labels: dotlin
#63 - Remove `kotlin.internal` annotations where applicable from stdlib
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#62 - Revisit `get` and `set` annotation use-site targets on simple properties
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#61 - Support rest of annotation use-site targets
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#60 - Raise error if using `property` annotation use-site target
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#59 - Annotations
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
#58 - Interop: Support loading Dart declarations in own project
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
#57 - Interop: Load all Dart declarations
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#56 - Allow any Dart class to be used as annotation
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
- 1 comment
#55 - Allow `const` keyword for classes to indicate that all constructors are `const`
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: enhancement, dotlin
#54 - Don't use `external` anywhere
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#53 - Make collection type checks in stdlibs regular functions or call them with constructor extension syntax in generated Dart code
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
#52 - Remove unused `FunctionN` interface imports
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
#51 - Remove the need for `Flex<L, U>`
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
#50 - Determine whether a package is a library by reading `publish_to` from `pubspec.yaml`
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
- 1 comment
#49 - Use specific version in test `pubspec.yaml`
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#48 - Swap operator redirect
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: enhancement, dotlin
#47 - Import named operator methods for `Int`, `Double`, etc.
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: bug, dotlin
#46 - Only pass tests if `dart analyze` reports no errors
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
#45 - Add internal `@DartPublic` annotation
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#44 - Call extension container constructor in generated Dart code if extension resolve is ambiguous
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#43 - Put extensions with exact same receiver type and generated extension container name in same container
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#42 - Clean up native stdlib classes
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#41 - Raise error if extension member shadows class member
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#40 - Raise error if identifier is same as another type used in the same file
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#39 - Break expressions
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
#38 - Continue expressions
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
- 8 comments
#37 - Qualified this (`this@label`)
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#36 - Object expressions
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#35 - Spread expression
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#34 - Callable references
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#33 - Unary plus expressions
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#32 - Range expressions
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
#31 - `noinline`
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#30 - Class inheritance delegation
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#29 - Sealed classes
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#28 - Data classes
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
#27 - Value classes
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#26 - Inner classes
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#25 - Support all Kotlin language features
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#19 - Import Dart meta annotations like any other
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
- 1 comment
#18 - Fix stdlib Dart analysis errors
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
#17 - Raise analyzer error if an enum contains non-const declarations
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#16 - Make compiling a klib a separate command
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#15 - Handle multiple FQNs per dependency
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#14 - Use coroutines as an abstraction for Dart's `Future`
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#13 - Add `dirt pub get` command
Issue -
State: open - Opened by wilkomanger almost 2 years ago
Labels: enhancement
#12 - Add `dirt compile` command
Issue -
State: open - Opened by wilkomanger almost 2 years ago
Labels: enhancement
#11 - Add `dirt create` command for creating Dirt projects
Issue -
State: open - Opened by wilkomanger almost 2 years ago
Labels: enhancement
#10 - Treat `freezed` sealed class as `sealed class`es
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#9 - Raise error if using the same `@DartExtensionName` on declarations with different receiver types
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#8 - Make `size` of `MutableSet` `val` instead of `var`
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#7 - Make use of `external` keyword an error outside of the stdlib
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#6 - Preserve evaluation order when using @DartIndex
Issue -
State: closed - Opened by wilkomanger almost 2 years ago
Labels: dotlin
#5 - Cannot run compiler, getting error `Built-in class kotlin.Any is not found`
Issue -
State: closed - Opened by LewsTherinTelescope almost 2 years ago
- 12 comments