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
#722 - Update the lockfile
Pull Request -
State: closed - Opened by dfellis 9 months ago
#722 - Update the lockfile
Pull Request -
State: closed - Opened by dfellis 9 months ago
#721 - Drop the 'Type' type
Pull Request -
State: closed - Opened by dfellis 9 months ago
#720 - Implement type statement parsing
Pull Request -
State: closed - Opened by dfellis 9 months ago
#720 - Implement type statement parsing
Pull Request -
State: closed - Opened by dfellis 9 months ago
#719 - Inline most of the root functions
Pull Request -
State: closed - Opened by dfellis 9 months ago
#719 - Inline most of the root functions
Pull Request -
State: closed - Opened by dfellis 9 months ago
#718 - Implement the built-in type functions
Pull Request -
State: closed - Opened by dfellis 9 months ago
#718 - Implement the built-in type functions
Pull Request -
State: closed - Opened by dfellis 9 months ago
#717 - Implement the comparison operators
Pull Request -
State: closed - Opened by dfellis 9 months ago
- 1 comment
#717 - Implement the comparison operators
Pull Request -
State: closed - Opened by dfellis 9 months ago
- 1 comment
#716 - Minor type cleanup in the root scope
Pull Request -
State: closed - Opened by dfellis 9 months ago
#716 - Minor type cleanup in the root scope
Pull Request -
State: closed - Opened by dfellis 9 months ago
#715 - Declare more ctypes and modify the generic syntax after ambiguity detected
Pull Request -
State: closed - Opened by dfellis 9 months ago
#715 - Declare more ctypes and modify the generic syntax after ambiguity detected
Pull Request -
State: closed - Opened by dfellis 9 months ago
#714 - Simplify type definition to just type assignment, no 'structlike' syntax
Pull Request -
State: closed - Opened by dfellis 9 months ago
#713 - Small PR to add the Either type as a built-in type
Pull Request -
State: closed - Opened by dfellis 9 months ago
#712 - function arg and return type as just a type line
Pull Request -
State: closed - Opened by dfellis 9 months ago
#711 - Fix parsing the function arrow
Pull Request -
State: closed - Opened by dfellis 9 months ago
#710 - Expand the type syntax to be more function-like
Pull Request -
State: closed - Opened by dfellis 9 months ago
#709 - Implement booleans
Pull Request -
State: closed - Opened by dfellis 9 months ago
#708 - Implement floating point numbers
Pull Request -
State: closed - Opened by dfellis 9 months ago
- 1 comment
#707 - Switch to an arrow (->) for function type signatures
Pull Request -
State: closed - Opened by dfellis 9 months ago
#706 - Run all tests on main
Pull Request -
State: closed - Opened by dfellis 9 months ago
#705 - Try running ignored tests on main again
Pull Request -
State: closed - Opened by dfellis 9 months ago
#704 - Fix refs typo
Pull Request -
State: closed - Opened by dfellis 9 months ago
#703 - Ignore unimplemented tests
Pull Request -
State: closed - Opened by dfellis 9 months ago
#702 - Start implementation for representing type operators
Pull Request -
State: closed - Opened by dfellis 9 months ago
#701 - Add a 'ctype' concept
Pull Request -
State: closed - Opened by dfellis 9 months ago
#700 - Fill out the integer implementation
Pull Request -
State: closed - Opened by dfellis 9 months ago
#699 - Convert *most* of the codebase to property-like method syntax
Pull Request -
State: closed - Opened by dfellis 9 months ago
- 1 comment
#698 - Add a formatting check to github actions
Pull Request -
State: closed - Opened by dfellis 9 months ago
- 1 comment
#697 - Run cargo fmt
Pull Request -
State: closed - Opened by dfellis 9 months ago
#696 - Rewrite the baseassignablelist parsing
Pull Request -
State: closed - Opened by dfellis 9 months ago
- 1 comment
#695 - Make the string type match the intrinsic conventions
Pull Request -
State: closed - Opened by dfellis 9 months ago
#694 - Restore the totally broken statement test by preventing a crash in error handling
Pull Request -
State: closed - Opened by dfellis 9 months ago
#693 - Drop events from the language, add parsing support for top-level keyword generics
Pull Request -
State: closed - Opened by dfellis 9 months ago
- 1 comment
#692 - Evolving the Syntax RFC
Pull Request -
State: closed - Opened by dfellis 10 months ago
#691 - Always write out the file and always delete the generated binary before the build
Pull Request -
State: closed - Opened by dfellis 10 months ago
#690 - Bolt some type safety onto the `wgpu` Buffer API
Issue -
State: open - Opened by dfellis 10 months ago
#690 - Bolt some type safety onto the `wgpu` Buffer API
Issue -
State: open - Opened by dfellis 10 months ago
#689 - Expose controls on workgroup size in the public API
Issue -
State: closed - Opened by dfellis 10 months ago
- 1 comment
#689 - Expose controls on workgroup size in the public API
Issue -
State: open - Opened by dfellis 10 months ago
#688 - Cache invalidate the `Cargo.toml` inside of `~/.config/alan`
Issue -
State: closed - Opened by dfellis 10 months ago
#687 - Add some GPGPU benchmarking
Pull Request -
State: closed - Opened by dfellis 10 months ago
- 1 comment
#687 - Add some GPGPU benchmarking
Pull Request -
State: closed - Opened by dfellis 10 months ago
- 1 comment
#685 - Increase the benchmark size
Pull Request -
State: closed - Opened by dfellis 11 months ago
#684 - Implement compound types (structs), and the bare minimum of property access and booleans to get another test working
Pull Request -
State: closed - Opened by dfellis 11 months ago
- 1 comment
#683 - Create the GPU type and necessary functions
Pull Request -
State: closed - Opened by dfellis 11 months ago
- 3 comments
#682 - Compile rust transpile as cargo projects
Pull Request -
State: closed - Opened by dfellis 11 months ago
- 1 comment
#681 - Turn on optimization
Pull Request -
State: closed - Opened by dfellis 11 months ago
#680 - Implement a faster parmap
Pull Request -
State: closed - Opened by dfellis 11 months ago
- 1 comment
#679 - Implement CPU parallel 'parmap' function and make every reference a mutable reference for now until mutability is better tracked in the microstatements
Pull Request -
State: closed - Opened by dfellis 11 months ago
#678 - Convert to pass-by-reference instead of pass-by-value
Pull Request -
State: closed - Opened by dfellis 11 months ago
#677 - Implement a simple, not-very-efficient, map with hacky function selection. Also fix formatting
Pull Request -
State: closed - Opened by dfellis 11 months ago
#676 - Add basic Vec support
Pull Request -
State: closed - Opened by dfellis 11 months ago
#675 - Add simple bindings for Rust's timing mechanisms and add an stdout_contains test statement to allow partial matching out the stdout
Pull Request -
State: closed - Opened by dfellis 11 months ago
#674 - Implement Result<i8> math logic
Pull Request -
State: closed - Opened by dfellis 11 months ago
#673 - Keep track of mutability in microstatements, afterall
Pull Request -
State: closed - Opened by dfellis 11 months ago
#672 - Implement a fake Result type for the i64 primitive, and use it to get Result-ish math working for i64
Pull Request -
State: closed - Opened by dfellis 11 months ago
#671 - Get 'var.fnname()' method syntax working
Pull Request -
State: closed - Opened by dfellis 11 months ago
#670 - Implement nested alan function calling, modifying the function generation to pass around an ordered hash map of functions indexed by the output function name, getting some more tests to pass (and adding an extra one)
Pull Request -
State: closed - Opened by dfellis 12 months ago
- 1 comment
#669 - Implement operator support
Pull Request -
State: closed - Opened by dfellis 12 months ago
- 1 comment
#668 - Implement basic method syntax and i16 math functions
Pull Request -
State: closed - Opened by dfellis 12 months ago
- 1 comment
#667 - Add a multi-line Hello, World test
Pull Request -
State: closed - Opened by dfellis 12 months ago
- 1 comment
#666 - Implement events
Pull Request -
State: closed - Opened by dfellis 12 months ago
- 1 comment
#665 - Improve the get_type function to properly fail
Pull Request -
State: closed - Opened by dfellis 12 months ago
#664 - Eliminate all compiler warnings
Pull Request -
State: closed - Opened by dfellis 12 months ago
#663 - Convert the baseassignable microstatement generation to a facsimile of a C-style for loop for better look-ahead handling
Pull Request -
State: closed - Opened by dfellis 12 months ago
#662 - Constructor function naming pattern
Pull Request -
State: closed - Opened by dfellis 12 months ago
#661 - Clean up the method and array access logic in the base assignables to be restricted to the 'Variable' branch
Pull Request -
State: closed - Opened by dfellis 12 months ago
#660 - Implement simple i8 arithmetic.
Pull Request -
State: closed - Opened by dfellis 12 months ago
- 1 comment
#659 - Get basic const/let statements working
Pull Request -
State: closed - Opened by dfellis 12 months ago
#658 - Get the ExitCode type working and use it on two tests
Pull Request -
State: closed - Opened by dfellis 12 months ago
#657 - Add support for return statements
Pull Request -
State: closed - Opened by dfellis 12 months ago
#656 - Alan to Rust transpiler code
Pull Request -
State: closed - Opened by dfellis 12 months ago
- 1 comment
#655 - Add a new test suite runner
Pull Request -
State: closed - Opened by dfellis about 1 year ago
- 1 comment
#654 - Drop dotfiles I forgot about
Pull Request -
State: closed - Opened by dfellis about 1 year ago
#653 - 0.2.0 development branch
Pull Request -
State: closed - Opened by dfellis about 1 year ago
- 3 comments
#652 - RFC: Alan v0.2
Pull Request -
State: closed - Opened by dfellis about 1 year ago
#651 - Bump h2 from 0.3.17 to 0.3.24 in /avm
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, rust
#650 - Bump follow-redirects from 1.15.3 to 1.15.4 in /compiler
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, javascript
#649 - Bump openssl from 0.10.59 to 0.10.60 in /avm
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies, rust
#648 - Restore the http post test with an http echo server 'one-liner'
Pull Request -
State: closed - Opened by dfellis over 1 year ago
#648 - Restore the http post test with an http echo server 'one-liner'
Pull Request -
State: closed - Opened by dfellis over 1 year ago
#647 - `pkg` doesn't support Node 20
Issue -
State: closed - Opened by dfellis over 1 year ago
- 1 comment
#646 - Fix http requests in Node 18
Pull Request -
State: closed - Opened by dfellis over 1 year ago
#645 - Attempt to restore Windows builds
Pull Request -
State: closed - Opened by dfellis over 1 year ago
#644 - Migrate off tempdir
Pull Request -
State: closed - Opened by dfellis over 1 year ago
#643 - Switch to the latest version of clap
Pull Request -
State: closed - Opened by dfellis over 1 year ago
#642 - More package updates
Pull Request -
State: closed - Opened by dfellis over 1 year ago
#641 - Stop using rustls internals for pemfile support
Pull Request -
State: closed - Opened by dfellis over 1 year ago
#640 - Update the typescript tooling and fix bugs now caught by TS
Pull Request -
State: closed - Opened by dfellis over 1 year ago
#639 - Drop static-server for the maintained http-server
Pull Request -
State: closed - Opened by dfellis over 1 year ago
#638 - Upgrade cypress
Pull Request -
State: closed - Opened by dfellis over 1 year ago
#637 - Bump regex from 1.4.5 to 1.5.5 in /avm
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, rust
#636 - Replace Heim with sysinfo
Pull Request -
State: closed - Opened by dfellis over 1 year ago
#635 - Fix CI badge URL
Pull Request -
State: closed - Opened by dfellis over 1 year ago
#634 - Replace heim with sysinfo
Issue -
State: closed - Opened by dfellis over 1 year ago
- 1 comment
#633 - Bump webbrowser from 0.5.5 to 0.8.3 in /avm
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, rust