Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProB 2 Jupyter Kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
ProB 2 Jupyter Kernel
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
adde75c8b0a6297863619dc623d2a5ed88815143
Select Git revision
Selected
adde75c8b0a6297863619dc623d2a5ed88815143
Branches
3
master
default
protected
exec_auto_adjust_trace
let_variables
Tags
6
v1.4.1
v1.4.0
v1.3.0
v1.2.0
v1.1.0
v1.0.0
10 results
Begin with the selected commit
Created with Raphaël 2.2.0
11
Feb
21
Dec
8
4
3
6
Nov
5
17
Sep
9
1
31
Aug
22
Jul
2
19
Jun
16
11
3
27
May
18
14
4
30
Apr
22
16
5
Mar
3
27
Feb
25
20
18
17
13
12
5
4
3
13
Jan
9
6
19
Dec
4
2
18
Nov
16
Oct
14
10
9
4
10
May
9
7
6
1
Mar
28
Feb
12
23
Jan
10
30
Nov
19
Oct
18
17
16
15
2
27
Sep
29
Aug
27
13
9
7
23
Jul
20
19
17
16
12
6
5
2
28
Jun
26
25
22
21
20
18
14
7
6
4
3
2
1
30
May
29
28
26
25
24
23
16
14
13
12
11
10
7
Replace convention properties with extension blocks in build.gradle
Update various dependencies
Update Gradle wrapper to version 6.8.2
Update ProB 2 version to 3.12.0
Use new ProB 2 APIs for getting visualization commands by name
Use new ProB 2 method for dot visualization without manual temp file
Use new high-level dot and table visualization APIs
Add download links for latest snapshot build from GitLab CI
Restructure download links in README a bit
Allow switching the language used to parse formulas input by the user
Document improved error highlighting in changelog
Run commands in a separate executor instead of the main kernel thread
Also recognize special machine names without .mch in error highlighting
Display extra context lines before and after error line(s)
Implement error highlighting for code not from the current cell
Fix error highlighting being applied to external files
Move ProBKernel.currentMachineDirectory initialization
Fix current trace being null after failing to load a machine
Remove setting of prob.stdlib now that ProB 2 does it automatically
Add own dependency on Logback because ProB 2 no longer provides it
Make :exec/:init/:constants automatically move in trace as needed
exec_auto_adjus…
exec_auto_adjust_trace remote_mirror_79473218c90a379023dc0036595d9742/exec_auto_adjust_trace
Display pretty operation names in operation execution output
Merge implementations of :constants, :init and :exec
Use new ProB 2 API methods for handling pretty operation names
Use new StateSpace preference methods in :pref implementation
Use the same probcli instance to load all machines
Document command parsing refactoring in CHANGELOG
Remove unnecessary special case in inspection/completion
Fix completion not working if no arguments have been typed yet
Fix a fencepost error in CommandUtils.matchBIdentifierAt
Add PositionedString.getEndPosition helper method
Unify command name/argument splitting in ProBKernel
Unify handling of command-less input in ProBKernel
Remove ProBKernel.completeInternal special case for only whitespace
Change ProBKernel.complete internals to use PositionedString
Change ProBKernel.inspect internals to use PositionedString
Change ProBKernel.eval internals to use PositionedString
Change CommandUtils argument parsing methods to accept PositionedString
Fix a bug that made splitting of command bodies always fail
Remove CommandUtils.(inspect|complete)In(BExpression|Preference)
Loading