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

Optional line directive #101

Commits on May 9, 2019

  1. attempt to adjust printing of #line directives.

    The way it was done breaks syntax coloring in VS:
    
    # 123 "file.name" // broken
    
    vs
    
    #line 123 "file.name" // fixed
    
    see dotnet/fsharp#6400
    smoothdeveloper committed May 9, 2019
    Configuration menu
    Copy the full SHA
    7fb41bb View commit details
    Browse the repository at this point in the history
  2. adjust test script

    smoothdeveloper committed May 9, 2019
    Configuration menu
    Copy the full SHA
    ad5954f View commit details
    Browse the repository at this point in the history

Commits on May 12, 2019

  1. add --skip-line-directives optional flag to fslex and fsyacc.

    This is to work around colourization issue in VS in fsharp solution (dotnet/fsharp#6400)
    smoothdeveloper committed May 12, 2019
    Configuration menu
    Copy the full SHA
    e9554f7 View commit details
    Browse the repository at this point in the history