Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Merge requests
!74
Travis ci
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Travis ci
travis-ci
into
master
Overview
7
Commits
44
Pipelines
0
Changes
Merged
Alam Ed Arias
requested to merge
travis-ci
into
master
8 years ago
Overview
7
Commits
44
Pipelines
0
Changes
-
Expand
Ok, now SRB2 on travis-ci is tested to be compiled against 17 buildsets
Now, what am I doing wrong?
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
61faee12
44 commits,
8 years ago
+
199
−
23
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
Search (e.g. *.vue) (Ctrl+P)
src/blua/lcode.c
+
1
−
0
Options
@@ -270,6 +270,7 @@ static int boolK (FuncState *fs, int b) {
static int nilK (FuncState *fs) {
TValue k, v;
setbvalue(&v, 0);
setnilvalue(&v);
/* cannot use nil as key; instead use table itself to represent nil */
sethvalue(fs->L, &k, fs->h);
Loading