Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/readonlymemory #3

Closed
wants to merge 9 commits into from
Closed

Commits on Feb 15, 2017

  1. Implemented '+' and '+_' merge operators

    David Mårtensson committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    43a0a8d View commit details
    Browse the repository at this point in the history
  2. [522] Error message "Expected 'x' found 'y'" displayed the wrong foun…

    …d char, it showed next char, not current
    David Mårtensson committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    cf61902 View commit details
    Browse the repository at this point in the history
  3. [523] Empty variable declaration in root throws exception

    This was caused by the Value method that consumed the ';' when looking if done, but containing method needed either ';' or '}' to consider the rule complete.
    David Mårtensson committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    2253739 View commit details
    Browse the repository at this point in the history
  4. Consume extra ';' after rules to follow Less.js behaviour

    David Mårtensson committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    7361c4b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

  1. Removed left over todo comment

    David Mårtensson committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    3c5e473 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. merge master

    Anders Mörner committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ed9900a View commit details
    Browse the repository at this point in the history
  2. fixed test

    Anders Mörner committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    da847b5 View commit details
    Browse the repository at this point in the history
  3. converted lots of stuff to ReadOnlyMemory<char>. Some tests are still…

    … broken
    Anders Mörner committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0e864e6 View commit details
    Browse the repository at this point in the history
  4. fixed trimend

    Anders Mörner committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c64c673 View commit details
    Browse the repository at this point in the history