You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2021/08/05 15:24:16 UTC

[whimsy] branch master updated: make post.js parseable with latest version of Ruby parser

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new d8be3c8  make post.js parseable with latest version of Ruby parser
d8be3c8 is described below

commit d8be3c8527a0ad94bde056890f72a0914fcae974
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Thu Aug 5 11:18:25 2021 -0400

    make post.js parseable with latest version of Ruby parser
    
    fixes 32 out of 44 failures, 12 to go.
---
 www/board/agenda/views/buttons/post.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/buttons/post.js.rb b/www/board/agenda/views/buttons/post.js.rb
index e60f81a..c563e54 100644
--- a/www/board/agenda/views/buttons/post.js.rb
+++ b/www/board/agenda/views/buttons/post.js.rb
@@ -164,7 +164,7 @@ class Post < Vue
               search.all? {|part|
                 person.id.include? part or
                 person.name.downcase().include? part
-              }
+              } \
                 and
               not @pmc.include? person
             then