-
Notifications
You must be signed in to change notification settings - Fork 24
All issues
Issue creation is restricted in this repository
Issues
is:issue state:open
is:issue state:open
Search results
bug: arrays.append() panics during for_each iteration despite STANDARD allowing it
bugSomething isn't workingSomething isn't workingruntimeRelated to the C runtime and stdlib implementationRelated to the C runtime and stdlib implementationstdlibGeneral standard library issuesGeneral standard library issuesStatus: Open.#2387 In grayscale-lang/grayscale;bug: reserved prefix '_gray_' not enforced by the compiler
bugSomething isn't workingSomething isn't workinggraycRelated to the grayscale compiler core or its internal toolingRelated to the grayscale compiler core or its internal toolingtypecheckerRelated to type checking and validationRelated to type checking and validationStatus: Open.#2386 In grayscale-lang/grayscale;feat: add #deprecated attribute for functions and structs
enhancementNew feature or requestNew feature or requestgraycRelated to the grayscale compiler core or its internal toolingRelated to the grayscale compiler core or its internal toolingtypecheckerRelated to type checking and validationRelated to type checking and validationStatus: Open.#2384 In grayscale-lang/grayscale;feat: support + operator for string concatenation
codegenRelated to C code generationRelated to C code generationenhancementNew feature or requestNew feature or requestgraycRelated to the grayscale compiler core or its internal toolingRelated to the grayscale compiler core or its internal toolingtypecheckerRelated to type checking and validationRelated to type checking and validationStatus: Open.#2383 In grayscale-lang/grayscale;refactor: change range() return type from Range<int> to [int]
codegenRelated to C code generationRelated to C code generationgraycRelated to the grayscale compiler core or its internal toolingRelated to the grayscale compiler core or its internal toolingrefactorLarge-scale code restructuring or architectural changesLarge-scale code restructuring or architectural changestypecheckerRelated to type checking and validationRelated to type checking and validationStatus: Open.#2382 In grayscale-lang/grayscale;bug: segfault at program startup when map is modified through pointer and read back later
bugSomething isn't workingSomething isn't workingcodegenRelated to C code generationRelated to C code generationcrashCode or instance of a crash at build/runtimeCode or instance of a crash at build/runtimeruntimeRelated to the C runtime and stdlib implementationRelated to the C runtime and stdlib implementationStatus: Open.#2380 In grayscale-lang/grayscale;bug: codegen produces invalid C when pointer-derefed fields are passed to stdlib functions
bugSomething isn't workingSomething isn't workingcodegenRelated to C code generationRelated to C code generationgraycRelated to the grayscale compiler core or its internal toolingRelated to the grayscale compiler core or its internal toolingStatus: Open.#2379 In grayscale-lang/grayscale;bug: array data corruption when arrays.append called through helper function inside if blocks
bugSomething isn't workingSomething isn't workingcodegenRelated to C code generationRelated to C code generationcriticalMust be fixed immediatelyMust be fixed immediatelyruntimeRelated to the C runtime and stdlib implementationRelated to the C runtime and stdlib implementationStatus: Open.#2378 In grayscale-lang/grayscale;bug: strings built in nested struct function calls corrupt when stored in array fields
bugSomething isn't workingSomething isn't workingcodegenRelated to C code generationRelated to C code generationruntimeRelated to the C runtime and stdlib implementationRelated to the C runtime and stdlib implementationStatus: Open.#2377 In grayscale-lang/grayscale;bug: struct function args fail cross-module enum type comparison (E3001)
bugSomething isn't workingSomething isn't workingmodule-systemRelated to imports, exports, and module loadingRelated to imports, exports, and module loadingtypecheckerRelated to type checking and validationRelated to type checking and validationStatus: Open.#2376 In grayscale-lang/grayscale;bug: struct fields cannot reference cross-module types (E4016)
bugSomething isn't workingSomething isn't workingmodule-systemRelated to imports, exports, and module loadingRelated to imports, exports, and module loadingtypecheckerRelated to type checking and validationRelated to type checking and validationStatus: Open.#2375 In grayscale-lang/grayscale;feat: allow type inference for mut array/map declarations with primitive literals
enhancementNew feature or requestNew feature or requesttypecheckerRelated to type checking and validationRelated to type checking and validationStatus: Open.#2374 In grayscale-lang/grayscale;