Skip to content

issues Search Results · repo:adam-mcdaniel/sage language:Rust

Filter by

21 results
 (57 ms)

21 results

inadam-mcdaniel/sage (press backspace or delete to remove)

The compiler doesn t throw an error with the following code impl Int { fun test() { println( test 1 ); } fun test() { println( test 2 ); } } Int.test(); Instead it should throw an error that ...
bug
Typechecking⚠️
  • adam-mcdaniel
  • Opened 
    on Sep 6, 2024
  • #78

Hi! I test Profile-Guided Optimization (PGO) on different kinds of software - the current results are available here (with a lot of other PGO-related information). Since PGO helps with achieving better ...
Benchmarks🧪
  • zamazan4ik
  • 1
  • Opened 
    on Jan 8, 2024
  • #70

... or, maybe I m the only person interested in computer programming languages who doesn t know what FFI stands for. In which case, just close this issue, I guess. I actually suspect that might be true, ...
  • macginitie
  • 2
  • Opened 
    on Jan 4, 2024
  • #67

Add mutability checks so that immutable data can t be written to.
definitely
enhancement
hardening
  • adam-mcdaniel
  • Opened 
    on Sep 15, 2023
  • #51

Add instructions like Spawn which creates another tape head with its own independent state elsewhere on the tape which runs concurrently asynchronously.
enhancement
maybe
  • adam-mcdaniel
  • 1
  • Opened 
    on Jul 26, 2023
  • #48

See tile
enhancement
hardening
  • adam-mcdaniel
  • 1
  • Opened 
    on Jul 20, 2023
  • #44

Add LLVM backend as a target. Make it available through an optional feature flag like llvm-support or something; LLVM is an utterly massive dependency that I don t want to rely on. If performance isn t ...
definitely
enhancement
hardening
  • adam-mcdaniel
  • 1
  • Opened 
    on Jul 20, 2023
  • #43

definitely
enhancement
good first issue
help wanted
  • adam-mcdaniel
  • 1
  • Opened 
    on Jun 17, 2023
  • #41

LALRPOP has been a pain. Use Pest instead. Right now the frontend uses Pest, and the stages of IR use LALRPOP.
definitely
hardening
  • adam-mcdaniel
  • 2
  • Opened 
    on Jun 14, 2023
  • #40

It would be nice to insert more comments in the generated assembly at the LIR level. This is straightforward. It would also be nice to have debugging symbols in the assembly (and possibly VM code as well) ...
enhancement
good first issue
  • adam-mcdaniel
  • Opened 
    on Jun 14, 2023
  • #39
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub