From 8db30095f8295eb5639a76f8ddd22af1637ec55a Mon Sep 17 00:00:00 2001 From: Theodore Tsirpanis Date: Sat, 10 Aug 2019 18:42:29 +0300 Subject: [PATCH] Prepare for the release of another RC. Add support for SourceLink, to be completed in the next release when a Paket bug gets fixed. And do not manually fill the repository URL of the packages. !BENCH! --- RELEASE_NOTES.md | 3 ++- src/Farkle/Farkle.fsproj | 8 ++++++++ src/Farkle/Parser/Tokenizer.fs | 1 - src/NuGet.props | 2 -- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c328c419..b23a91b8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,7 @@ -#### 5.0.0-rc.7 +#### 5.0.0-rc.7 - 10-08-2019 * Speed-up the tokenizer by using an array that handles ASCII characters. * Remove `Grammar.StartSymbol`, as it was unreliable, and useless to Farkle. +* Remove the `OutputDirectorySuffix` metadata introduced in 5.0.0-rc.5. Generated source files by Farkle.Tools.MSBuild are _always_ added in the same directory as the project. #### 5.0.0-rc.6 - 22-07-2019 * Fix a breaking error in Farkle.Tools.MSBuild. diff --git a/src/Farkle/Farkle.fsproj b/src/Farkle/Farkle.fsproj index 296861f6..d2a3d7b7 100644 --- a/src/Farkle/Farkle.fsproj +++ b/src/Farkle/Farkle.fsproj @@ -6,6 +6,11 @@ Farkle Farkle Farkle is a parser library inspired by, and based on the GOLD Parser. + true + true + + + snupkg @@ -32,5 +37,8 @@ + + + diff --git a/src/Farkle/Parser/Tokenizer.fs b/src/Farkle/Parser/Tokenizer.fs index a13e8c69..b84fccd7 100644 --- a/src/Farkle/Parser/Tokenizer.fs +++ b/src/Farkle/Parser/Tokenizer.fs @@ -63,7 +63,6 @@ module Tokenizer = | ValueNone, ValueNone -> input.FirstCharacter |> Error |> Some impl (getCurrentIndex input) states.InitialState ValueNone - /// Returns the next token from the current position of a `CharStream`. /// A delegate to transform the resulting terminal is also given, as well /// as one that logs events. diff --git a/src/NuGet.props b/src/NuGet.props index bf1ee851..2d9b83ba 100644 --- a/src/NuGet.props +++ b/src/NuGet.props @@ -7,8 +7,6 @@ MIT https://teo-tsirpanis.github.io/Farkle/ https://raw.githubusercontent.com/teo-tsirpanis/Farkle/master/docsrc/files/img/logo.png - https://github.com/teo-tsirpanis/Farkle/ - git farkle;parser;lalr;gold-parser You can see information about the latest releases on https://github.com/teo-tsirpanis/Farkle/releases