Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / alantech/alan issues and pull requests
#885 - Convert `Maybe{T}` to `Fallible{T}` and vice versa
Pull Request -
State: closed - Opened by dfellis 3 months ago
#885 - Convert `Maybe{T}` to `Fallible{T}` and vice versa
Pull Request -
State: closed - Opened by dfellis 3 months ago
#884 - Convert the string parsing functions to almost pure Alan code
Pull Request -
State: closed - Opened by dfellis 3 months ago
#884 - Convert the string parsing functions to almost pure Alan code
Pull Request -
State: closed - Opened by dfellis 3 months ago
#883 - Fix a bug involving single-property 'structs' and type inference, and then convert the last of the Fallible and Maybe functions to not require a preamble Rust function
Pull Request -
State: closed - Opened by dfellis 3 months ago
#883 - Fix a bug involving single-property 'structs' and type inference, and then convert the last of the Fallible and Maybe functions to not require a preamble Rust function
Pull Request -
State: closed - Opened by dfellis 3 months ago
#882 - Fix symbolic syntax for Buffer{T, S}
Pull Request -
State: closed - Opened by dfellis 3 months ago
#882 - Fix symbolic syntax for Buffer{T, S}
Pull Request -
State: closed - Opened by dfellis 3 months ago
#881 - Rewrite the print functions
Pull Request -
State: closed - Opened by dfellis 3 months ago
#881 - Rewrite the print functions
Pull Request -
State: closed - Opened by dfellis 3 months ago
#880 - Fix the bug blocking the Fallible test from eliminating the return type annotation, removing some hackery and properly resolving return types
Pull Request -
State: closed - Opened by dfellis 3 months ago
#880 - Fix the bug blocking the Fallible test from eliminating the return type annotation, removing some hackery and properly resolving return types
Pull Request -
State: closed - Opened by dfellis 3 months ago
#879 - Drop the arrow in most situations
Pull Request -
State: closed - Opened by dfellis 3 months ago
#879 - Drop the arrow in most situations
Pull Request -
State: closed - Opened by dfellis 3 months ago
#878 - Refactor the Function type
Pull Request -
State: closed - Opened by dfellis 3 months ago
#877 - Error constructors converted to pure Alan
Pull Request -
State: closed - Opened by dfellis 3 months ago
#877 - Error constructors converted to pure Alan
Pull Request -
State: closed - Opened by dfellis 3 months ago
#876 - Move more of the preamble into pure Alan code
Pull Request -
State: closed - Opened by dfellis 3 months ago
#876 - Move more of the preamble into pure Alan code
Pull Request -
State: closed - Opened by dfellis 3 months ago
#875 - Add mutable references to the language
Pull Request -
State: closed - Opened by dfellis 3 months ago
#875 - Add mutable references to the language
Pull Request -
State: closed - Opened by dfellis 3 months ago
#874 - Add Mut{T} and support for static literals in bindings
Pull Request -
State: closed - Opened by dfellis 3 months ago
#873 - DRY the GPU arithmetic function generation
Pull Request -
State: closed - Opened by dfellis 3 months ago
#872 - Convert more bindings to not need helper functions
Pull Request -
State: closed - Opened by dfellis 3 months ago
#872 - Convert more bindings to not need helper functions
Pull Request -
State: closed - Opened by dfellis 3 months ago
#871 - Add Own{T} and Deref{T} and refactor all of the arithmetic and some of the boolean and string functions to be based on this
Pull Request -
State: closed - Opened by dfellis 3 months ago
#871 - Add Own{T} and Deref{T} and refactor all of the arithmetic and some of the boolean and string functions to be based on this
Pull Request -
State: closed - Opened by dfellis 3 months ago
#870 - Add Method{F} and Cast{T} ctypes
Pull Request -
State: closed - Opened by dfellis 3 months ago
#870 - Add Method{F} and Cast{T} ctypes
Pull Request -
State: closed - Opened by dfellis 3 months ago
#869 - Add Infix and Prefix native operator binding support and implement some i8 functions as native op bindings
Pull Request -
State: closed - Opened by dfellis 3 months ago
#869 - Add Infix and Prefix native operator binding support and implement some i8 functions as native op bindings
Pull Request -
State: closed - Opened by dfellis 3 months ago
#868 - Remove no longer used piece of the parser
Pull Request -
State: open - Opened by dfellis 3 months ago
#868 - Remove no longer used piece of the parser
Pull Request -
State: closed - Opened by dfellis 3 months ago
#867 - Consolidate the Binds{T} and BindsGeneric{T, ...} into one ctype
Pull Request -
State: closed - Opened by dfellis 3 months ago
#867 - Consolidate the Binds{T} and BindsGeneric{T, ...} into one ctype
Pull Request -
State: closed - Opened by dfellis 3 months ago
#866 - Replace the 'binds' keyword with the Call{N, F} ctype
Pull Request -
State: closed - Opened by dfellis 3 months ago
#866 - Replace the 'binds' keyword with the Call{N, F} ctype
Pull Request -
State: closed - Opened by dfellis 3 months ago
#865 - Allow numeric access to field types
Pull Request -
State: closed - Opened by dfellis 3 months ago
#864 - Add the Prop{T, P} type function and use it for some GPGPU functions
Pull Request -
State: closed - Opened by dfellis 3 months ago
#863 - GPU Vector functions
Pull Request -
State: closed - Opened by dfellis 3 months ago
#862 - Implement GPU bitcast functionality
Pull Request -
State: closed - Opened by dfellis 3 months ago
#861 - Implement the GPGPU boolean and bitwise operations
Pull Request -
State: closed - Opened by dfellis 3 months ago
#860 - Switch to the ternary-like 'if' calls where it makes sense (not constructing anything new)
Pull Request -
State: closed - Opened by dfellis 3 months ago
#859 - addChild accepts a Tree as a new node
Pull Request -
State: closed - Opened by dfellis 3 months ago
#858 - Reduce the GPU Vec constructor code size
Pull Request -
State: closed - Opened by dfellis 3 months ago
#857 - Implement GPU comparisons and if functionality
Pull Request -
State: closed - Opened by dfellis 3 months ago
#856 - Fill out the GPGPU arithmetic operations
Pull Request -
State: closed - Opened by dfellis 3 months ago
#855 - Adding some forgotten gvec4 accessor functions
Pull Request -
State: closed - Opened by dfellis 3 months ago
#854 - Apparently these combined property accessors can also access values to rearrange them
Pull Request -
State: closed - Opened by dfellis 3 months ago
#853 - More GPU Vector accessor functions
Pull Request -
State: closed - Opened by dfellis 3 months ago
#852 - Initial Tree type implementation
Pull Request -
State: closed - Opened by dfellis 3 months ago
#851 - Refactor all mutations of a Scope to be done with full ownership rather than mutable references
Pull Request -
State: closed - Opened by dfellis 3 months ago
#850 - Bump clap from 4.5.15 to 4.5.16
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
Labels: dependencies
#849 - Remove the Dict support test
Pull Request -
State: closed - Opened by dfellis 3 months ago
#848 - Revive the main Maybe test
Pull Request -
State: closed - Opened by dfellis 3 months ago
#847 - Get full Fallible test working
Pull Request -
State: closed - Opened by dfellis 3 months ago
#846 - Implement type binding via generic types instead of special syntax
Pull Request -
State: closed - Opened by dfellis 3 months ago
#845 - Create a benchmark for raw memory filling
Pull Request -
State: closed - Opened by dfellis 3 months ago
#844 - Implement wgpu matrix constructors
Pull Request -
State: closed - Opened by dfellis 3 months ago
#843 - Implement auto-wrapping for sum type reassignment
Pull Request -
State: closed - Opened by dfellis 3 months ago
#843 - Implement auto-wrapping for sum type reassignment
Pull Request -
State: closed - Opened by dfellis 3 months ago
#842 - Implement the array assignment statement syntax
Pull Request -
State: closed - Opened by dfellis 3 months ago
#841 - Bump clap from 4.5.13 to 4.5.15
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
Labels: dependencies
#840 - Fix negation precedence
Pull Request -
State: closed - Opened by dfellis 4 months ago
#839 - Rename `cond` to `if`
Pull Request -
State: closed - Opened by dfellis 4 months ago
#838 - Make error construction consistent with other types
Pull Request -
State: closed - Opened by dfellis 4 months ago
#838 - Make error construction consistent with other types
Pull Request -
State: closed - Opened by dfellis 4 months ago
#837 - Fix negative exponents in scientific notation
Pull Request -
State: closed - Opened by dfellis 4 months ago
#837 - Fix negative exponents in scientific notation
Pull Request -
State: closed - Opened by dfellis 4 months ago
#836 - `store` for sum types should allow auto-wrapping
Issue -
State: closed - Opened by dfellis 4 months ago
#835 - Implement the GPU map function
Pull Request -
State: closed - Opened by dfellis 4 months ago
#834 - Better enum construction for void type values
Pull Request -
State: closed - Opened by dfellis 4 months ago
#833 - Add `index` and `some` to the `Array` type, and improve `reduce`
Pull Request -
State: closed - Opened by dfellis 4 months ago
#832 - Only test once
Pull Request -
State: closed - Opened by dfellis 4 months ago
#831 - Implement GPU `add` and GPU vector `.i`, `.j`, `.k`, and `.l` aliases
Pull Request -
State: closed - Opened by dfellis 4 months ago
#830 - Minor `gFor` update
Pull Request -
State: closed - Opened by dfellis 4 months ago
#829 - Prefer normal functions if one is defined
Pull Request -
State: closed - Opened by dfellis 4 months ago
#828 - Implement GPU Types and Methods, and implement a new hello_gpu example using it
Pull Request -
State: closed - Opened by dfellis 4 months ago
#827 - Bump clap from 4.5.11 to 4.5.13
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
Labels: dependencies
#826 - Get basic reassignment working and implement type 'tagging'
Pull Request -
State: closed - Opened by dfellis 4 months ago
#825 - Implement the `Array` `store` and `delete` functions and the `Buffer` `store` function
Pull Request -
State: closed - Opened by dfellis 4 months ago
#824 - Implement `Dict` and `Set` and `store`
Pull Request -
State: closed - Opened by dfellis 4 months ago
#823 - Allow empty functions
Pull Request -
State: closed - Opened by dfellis 4 months ago
#822 - Buffer Rc and id
Pull Request -
State: closed - Opened by dfellis 4 months ago
#821 - Closure functions actually enclose outer-scope variables
Pull Request -
State: closed - Opened by dfellis 4 months ago
- 1 comment
#820 - Implement `exists{T}` and `void{T}` functions
Pull Request -
State: closed - Opened by dfellis 4 months ago
#819 - Fix closures for Alan functions, special-case Maybe and Fallible, and get one-arm 'cond' working
Pull Request -
State: closed - Opened by dfellis 4 months ago
#818 - Bump clap from 4.5.9 to 4.5.11
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 1 comment
Labels: dependencies
#817 - Clippy fixes
Pull Request -
State: closed - Opened by dfellis 4 months ago
#816 - Rework Scope
Pull Request -
State: closed - Opened by dfellis 4 months ago
#815 - Fix scope chaining
Issue -
State: closed - Opened by dfellis 4 months ago
- 1 comment
Labels: bug
#814 - Implement 'cond' for basic conditionals
Pull Request -
State: closed - Opened by dfellis 4 months ago
#813 - Redo operator mapping and get variable negation working
Pull Request -
State: closed - Opened by dfellis 4 months ago
#812 - Add unsigned integers and partial reworking of GPU types
Pull Request -
State: closed - Opened by dfellis 4 months ago
- 1 comment
#811 - Drop special assignment syntax in the language
Pull Request -
State: closed - Opened by dfellis 4 months ago
#810 - Bump clap from 4.5.8 to 4.5.9
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
Labels: dependencies
#809 - Minor TODO cleanup
Pull Request -
State: closed - Opened by dfellis 4 months ago
#808 - Array and Buffer (kinda) 'repeat' implemented
Pull Request -
State: closed - Opened by dfellis 4 months ago
- 1 comment
#808 - Array and Buffer (kinda) 'repeat' implemented
Pull Request -
State: closed - Opened by dfellis 4 months ago
- 1 comment
#807 - Implement 'hash' and 'clone' functions
Pull Request -
State: closed - Opened by dfellis 5 months ago