• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ilammy / sabre / 70

Builds Branch Commit Type Ran Committer Via Coverage
70 master Fix a typo in licensing statement This has been bugging me for a while. Now I guess is a great time to fix it! Also remove the "contributing" section from README. It's kind of self-evident (and can be inferred from the license text). I also pond... push 08 Mar 2019 10:54PM UTC ilammy travis-ci pending completion
69 master Merge pull request #22 from ilammy/final-touches Final touches on the expander Some polishing of the expander updates. Refactor the code a bit, fix some TODOs, and finally add a test which verifies that all the previous changes actually work... Pull #23 14 Jan 2018 06:23AM UTC web-flow travis-ci pending completion
68 new-expander Merge pull request #22 from ilammy/final-touches Final touches on the expander Some polishing of the expander updates. Refactor the code a bit, fix some TODOs, and finally add a test which verifies that all the previous changes actually work... push 14 Jan 2018 06:20AM UTC web-flow travis-ci pending completion
67 new-expander Add a test for variable shadowing This is what we were working for! This test confirms that the expander is aware of binding structure and can see when an identifier denotes a runtime variable and when it is bound to a syntax transformer. This t... Pull #22 14 Jan 2018 04:32AM UTC web-flow travis-ci pending completion
66 final-touches Add a test for variable shadowing This is what we were working for! This test confirms that the expander is aware of binding structure and can see when an identifier denotes a runtime variable and when it is bound to a syntax transformer. This t... push 14 Jan 2018 04:29AM UTC ilammy travis-ci pending completion
65 new-expander Merge pull request #21 from ilammy/undefined-expression Introduce Undefined expression We've been arbitrarily using #f as a placeholder value for missing terms. Stop doing this and introduce an explicit expression which denotes an undefined ... push 14 Jan 2018 03:23AM UTC web-flow travis-ci pending completion
64 new-expander Use Undefined for incomplete "set!" forms As with previous cases, instead of using #f for missing new value, use the Undefined expression. This includes both (set!) and (set! var). Pull #21 14 Jan 2018 03:22AM UTC web-flow travis-ci pending completion
63 new-expander Merge pull request #20 from ilammy/update-expander Updated expander This commit sequence replaces the old macro expander with a new one that looks up expanders in environments. This allows shadowing of syntactic variables with runtime ones a... push 14 Jan 2018 03:19AM UTC web-flow travis-ci pending completion
62 new-expander Drop old expanders and utilities Now no actual code uses the old expanders, we can drop them as well as the utilities they were using. Pull #20 14 Jan 2018 03:11AM UTC web-flow travis-ci pending completion
61 new-expander Merge pull request #19 from ilammy/update-variable-resolution Update variable resolution This is some preparatory refactoring of the variable resolution code so that it is able to support syntactic variables. push 14 Jan 2018 03:08AM UTC web-flow travis-ci pending completion
60 undefined-expression Use Undefined for incomplete "set!" forms As with previous cases, instead of using #f for missing new value, use the Undefined expression. This includes both (set!) and (set! var). push 14 Jan 2018 03:03AM UTC ilammy travis-ci pending completion
59 new-expander Replace ReferenceKind::Unresolved with Option This reference kind kinda broken the type safety of the references. It could be returned by environments as a result of variable resoltion, but the returned definition span contained bogus value. Ins... Pull #19 13 Jan 2018 08:44AM UTC web-flow travis-ci pending completion
58 update-expander Drop old expanders and utilities Now no actual code uses the old expanders, we can drop them as well as the utilities they were using. push 13 Jan 2018 08:43AM UTC ilammy travis-ci pending completion
56 new-expander Merge pull request #17 from ilammy/mandatory-spans Mandatory spans This is a preparation for new macro expander and semantic analyzer. It should simplify the new implementation which will keep macro expanders in environments. Previously w... push 13 Jan 2018 08:42AM UTC web-flow travis-ci pending completion
57 update-variable-resolution Replace ReferenceKind::Unresolved with Option This reference kind kinda broken the type safety of the references. It could be returned by environments as a result of variable resoltion, but the returned definition span contained bogus value. Ins... push 13 Jan 2018 08:42AM UTC ilammy travis-ci pending completion
  • ← Previous
  • 1
  • 2
  • 3
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc