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

xymostech / rs-tex / 37

Builds Branch Commit Type Ran Committer Via Coverage
37 master Ignore \par in vertical mode This is useful when writing longer files, so I don't have to explicitly add comments on lines when there's a paragraph break between two vertical-mode elements. push 19 May 2019 04:44AM UTC xymostech travis-ci-com pending completion   set done
36 master Begin parsing DVI files This adds a struct for representing a DVI file, and adds a small parser to parse existing DVI files. I only added the commands that are used in the test file. This should help me investigate how the files that TeX creates ... push 19 May 2019 04:26AM UTC xymostech travis-ci-com pending completion   set done
35 master Add Stage #4 goals This adds concrete stage #4 goals for creating DVIs with a tex file that tests most of the edge cases I can think of when building a DVI file. push 12 May 2019 04:34AM UTC xymostech travis-ci-com pending completion   set done
34 master Add interline glue between boxes in vertical lists This implements the basic interline glue algorithm. I'm using constant values instead of the different parameters and not storing `\prevdepth` in a parameter either to make things simpler for now... push 10 May 2019 06:31AM UTC xymostech travis-ci-com pending completion   set done
33 master Add parsing of \vbox This replicates the functionality of how we parse `\hbox`es to parse `\vbox`es, including parsing the box specification for layout. This is pretty easy. And with that, all of the expected work for Stage 3 is done! Running ve... push 10 May 2019 05:52AM UTC xymostech travis-ci-com pending completion   set done
32 master Add setting glue in vertical boxes This uses the same algorithm in `get_set_dimen_and_ratio` that's used to set glue in horizontal lists to set the glue in vertical lists, so this commit is pretty simple. In order to test that this is actually wo... push 06 May 2019 08:41PM UTC xymostech travis-ci-com pending completion   set done
31 master Add basic parsing of vertical boxes This adds the basic ability to parse vertical boxes. The "hard" part here was figuring out the algorithm for adding up heights and depths, but I think I figured it out. With this, adding the ability to set ver... push 06 May 2019 12:32AM UTC xymostech travis-ci-com pending completion   set done
30 master Refactor and add better comments for parse_horizontal_box This function is somewhat confusing, and there were no comments explaining what's going on. Also, in the process of adding comments, I did some small refactoring to make the difference bet... push 05 May 2019 03:48AM UTC xymostech travis-ci-com pending completion   set done
29 master Break out of horizontal mode when vertical mode material is seen The important thing that happens when we see vertical mode material in horizontal mode is that `\par` is added to the input and it is allowed to expand. I opted to make `add_upcomin... push 03 May 2019 12:55AM UTC xymostech travis-ci-com pending completion   set done
28 master Handle entering horizontal mode when letters or \hskip is seen This adds the functionality that lets the vertical list parser automatically transition into the horizontal list parser without an explicit `\indent` or `\noindent`. As I add new feat... push 01 May 2019 08:19PM UTC xymostech travis-ci-com pending completion   set done
27 master Add \copy command for retrieving copies of boxes Now that I'm using a new way of generating the boxes for tests, having the ability to make box copies becomes more important. This commit adds the `\copy<num>` command for retrieving a copy of a bo... push 01 May 2019 02:18AM UTC xymostech travis-ci-com pending completion   set done
26 master Make \indent add indentation to the generated hbox This adds a new flag to `parse_horizontal_list()` for deciding whether to add indentation to the parsed list, and then exposing that flag in the places where we parse horizontal boxes. This allow... push 30 Apr 2019 05:57AM UTC xymostech travis-ci-com pending completion   set done
25 master Make \indent and \noindent create enter horizontal mode This is the first step towards correctly transitioning between vertical and horizontal mode. In this commit, an explicit `\indent` or `\noindent` is needed to trigger the transition. There i... push 29 Apr 2019 12:09AM UTC xymostech travis-ci-com pending completion   set done
24 master Add box parsing in vertical mode This adds support for parsing box list elements in vertical mode. It's basically the same as how it's handled in horizontal mode, for now. Eventually, there will be some calculations for interline glue in here, bu... push 28 Apr 2019 02:32AM UTC xymostech travis-ci-com pending completion   set done
23 master Add some more special-casing for non-internal vertical mode Since non-internal vertical mode is the mode that is used to start (and end) parsing the document, I added some extra checking to it to make sure that things are well-formed. In particul... push 28 Apr 2019 01:36AM UTC xymostech travis-ci-com pending completion   set done
  • ← 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

© 2025 Coveralls, Inc