Skip to content

Commit

Permalink
Debug code rollback 1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed May 25, 2022
1 parent cbeb7ed commit d85f592
Show file tree
Hide file tree
Showing 10 changed files with 97 additions and 8,904 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: rake

on:
push:
# branches: [ master, main ]
branches: [ master, main ]
pull_request:

jobs:
Expand Down Expand Up @@ -63,15 +63,15 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true

# - name: Process cache
# uses: actions/cache@v2
# id: cache
# with:
# path: lib/expressir/express/express_parser.*
# key: v4-${{ runner.os }}-${{ matrix.ruby }}-${{ hashFiles('ext/express-parser/extconf.rb', 'ext/express-parser/antlrgen/**', 'ext/express-parser/express_parser.cpp', '.git/modules/ext/express-parser/antlr4-upstream/HEAD') }}
- name: Process cache
uses: actions/cache@v2
id: cache
with:
path: lib/expressir/express/express_parser.*
key: v4-${{ runner.os }}-${{ matrix.ruby }}-${{ hashFiles('ext/express-parser/extconf.rb', 'ext/express-parser/antlrgen/**', 'ext/express-parser/express_parser.cpp', '.git/modules/ext/express-parser/antlr4-upstream/HEAD') }}

- name: Build native extension
# if: steps.cache.outputs.cache-hit != 'true'
if: steps.cache.outputs.cache-hit != 'true'
run: bundle exec rake compile

- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions ext/express-parser/express_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#include "antlrgen/ExpressBaseVisitor.h"
#include "antlrgen/ExpressLexer.h"

#include "rice-x/rice.hpp"
#include "rice-x/stl.hpp"
#include "rice/rice.hpp"
#include "rice/stl.hpp"


#ifdef _WIN32
Expand Down
Loading

0 comments on commit d85f592

Please sign in to comment.