Sharon Rosner

Results 79 issues of Sharon Rosner

This is related to #14 (support for non-repository packages). Lyp should allow installing a package under a different name. The format for installing from local path should be extended to...

Sometimes a repository is overkill. Sometimes people don't want to use git. Lyp should be able to install packages from plain urls, or even from stdin. ``` bash # local...

An example here: https://lists.gnu.org/archive/html/lilypond-devel/2011-06/msg00011.html The package should provide a sane API for listening to global events and taking action upon stuff (like for example page breaks).

packages

Add `--all` option to `lyp test` command to run package/local tests on all installed versions of lilypond. Also, the `lyp test` command should normally not display the lilypond output (both...

Add bundle command which bundles all required dependencies and included files into a single target file, which could be compiled using plain lilypond. Usage: ``` bash $ lyp bundle myfile.ly...

Would it be possible to have `MSG_WAITALL` for splice, similar to the behavir of write?

This PR introduces an IOStream class, used for efficient reading from arbitrary IOs, following the design in #115.

``` /home/sharon/.rbenv/versions/3.2.0/lib/ruby/gems/3.2.0/gems/debug-1.8.0/lib/debug/session.rb:2544:in `trap': super: no superclass method `trap' for Polyphony:Module (NoMethodError) Did you mean? tap from examples/core/debug.rb:5:in `require' from examples/core/debug.rb:5:in `' ``` The debug gem prepends a `TrapInterceptor` module that...

Compilation right now works only partially, and is based on Ruby's internal AST representation. This does have the advantage of being able to compile dynamically generated templates, but is not...

enhancement

'nough said.

enhancement