Jason_000

Results 30 issues of Jason_000

### Well detailed description of the change : This change makes it so that shadowing a builtin in the module level space has the same effect as shadowing a builtin...

enhancement

# List unpacking ## Summary List unpacking is only working when we are declaring the variables. It should also work with previously defined variables. Need to investigate further into why...

bug
hacktoberfest

# Summary It would be good if we could get some more examples of Dictu programs to showcase a variety of features available in the language. This will also serve...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Uses of `valueToString` and such...

tech debt

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? It would be good if...

feature request

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? As of #417 annotations have...

feature request

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Potentially to extend `System`, or...

feature request

### Is your feature request related to a problem? Look into unpacking for functions, to begin with just list unpacking that map to positional arguments. We can look into this...

feature request

### Is your feature request related to a problem? Please describe. Currently there is no way to pass in arguments to a function based on a named argument, this can...

feature request

# Self referencing datatypes ## Summary If a datatype is self referencing, that in of itself is not an issue, however, if we attempt to do basic operations with the...

bug