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
Commits
Commits · d9cd85225313998309938e20c7575b51f8d1237f
d9cd85225313998309938e20c7575b51f8d1237f
Select Git revision
Selected
d9cd85225313998309938e20c7575b51f8d1237f
Branches
3
master
default
protected
exec_auto_adjust_trace
let_variables
Tags
7
v1.5.0
v1.4.1
v1.4.0
v1.3.0
v1.2.0
v1.1.0
v1.0.0
11 results
prob2-jupyter-kernel
src
Author
Search by author
Any Author
authors
dgelessus
dgelessus
Fabian Vu
vu
Jan Gruteser
gruteser
Jannik Dunkelau
dunkelau
Jens Bendisposto
bendisposto
John Witulski
witulski
Joshua Schmidt
schmidt
Mareike Mutz
mutz
Max Jakub Ried
ried
Michael Leuschel
leuschel
Philipp Körner
koerner
Thomas Spitzlei
spitzlei
12 authors
Browse files
Jun 16, 2020
Refactor CommandUtils.inspectInBExpression slightly
· d9cd8522
dgelessus
authored
Jun 16, 2020
d9cd8522
Refactor CommandUtils.inspectInPreference slightly
· e28b8054
dgelessus
authored
Jun 16, 2020
e28b8054
Adjust condition in inspectInPreference to match completeInPreference
· 59fc8642
dgelessus
authored
Jun 16, 2020
59fc8642
Remove splitting from CommandUtils.(inspect|complete)InPreferences
· 6b381e4b
dgelessus
authored
Jun 16, 2020
6b381e4b
Move Inspector and Completer out of CommandUtils
· 8d82ee1e
dgelessus
authored
Jun 16, 2020
8d82ee1e
Jun 11, 2020
Add internal documentation for the new command parsing code
· 29be62a2
dgelessus
authored
Jun 11, 2020
29be62a2
Add PositionedString.substring methods
· 032af96e
dgelessus
authored
Jun 11, 2020
032af96e
Jun 03, 2020
Re-implement command completion feature based on new argument parsing
· cdcfd755
dgelessus
authored
Jun 3, 2020
cdcfd755
Re-implement command inspection feature based on new argument parsing
· 990738c0
dgelessus
authored
Jun 3, 2020
990738c0
May 27, 2020
Track position information when splitting arguments
· 7a83460d
dgelessus
authored
May 27, 2020
7a83460d
Simplify body splitting logic in CommandUtils.splitArgs
· 50fe7afc
dgelessus
authored
May 27, 2020
50fe7afc
May 18, 2020
Clean up help output of main class (installer)
· a38afbfd
dgelessus
authored
May 18, 2020
a38afbfd
May 14, 2020
Implement kernel interrupts properly
· a4be7c57
dgelessus
authored
May 14, 2020
a4be7c57
Add B parser version to :version output
· 943a058d
dgelessus
authored
May 14, 2020
943a058d
Change kernelspec JSON generation to use JsonElement APIs
· 5632fafe
dgelessus
authored
May 14, 2020
5632fafe
Make Parameter an interface and split out its implementation
· 55d48b60
dgelessus
authored
May 14, 2020
55d48b60
Make parameter classes less generic and add factory methods
· 09c95ece
dgelessus
authored
May 14, 2020
09c95ece
Remove PositionalParameter (except as a namespace/utility class)
· d0ba9604
dgelessus
authored
May 14, 2020
d0ba9604
Move parameter splitting and validation code into separate objects
· 5e18f994
dgelessus
authored
May 13, 2020
5e18f994
Separate command parsing into splitting and validation steps
· 256b244c
dgelessus
authored
May 13, 2020
256b244c
Remove no longer used CommandUtils.splitArgs methods
· 1abbb271
dgelessus
authored
May 5, 2020
1abbb271
Add positional parameter types for repeated/multiple-value parameters
· a6add576
dgelessus
authored
May 5, 2020
a6add576
Add support for parsing first line of cell separately from body
· b41a63e6
dgelessus
authored
May 5, 2020
b41a63e6
Add initial implementation of new command argument parsing
· 5a378b0f
dgelessus
authored
Apr 6, 2020
5a378b0f
Fix multiline machines not being detected in cells without ::load
· e7ea5de7
dgelessus
authored
Apr 6, 2020
e7ea5de7
Move non-command classes out of commands package
· 099a52bd
dgelessus
authored
Mar 25, 2020
099a52bd
Apr 30, 2020
Fix line comments on last line of expression with let variables defined
· d0b22b41
dgelessus
authored
Apr 30, 2020
d0b22b41
Feb 27, 2020
Improve :version command
· 091ba271
dgelessus
authored
Feb 27, 2020
091ba271
Feb 18, 2020
Don't display dot command availability in :help :dot
· cc91cd81
dgelessus
authored
Feb 18, 2020
cc91cd81
Fix MACHINE_INFO being recognized as machine instead of an expression
· d0e3a169
dgelessus
authored
Feb 18, 2020
d0e3a169
Improve a bunch of help texts
· dab5ba47
dgelessus
authored
Feb 18, 2020
dab5ba47
Structure :help command list into categories
· cb837dff
dgelessus
authored
Feb 18, 2020
cb837dff
Feb 17, 2020
Sort ProBKernel.COMMAND_CLASSES alphabetically
· f6ad58e6
dgelessus
authored
Feb 17, 2020
f6ad58e6
Move BsymbCommand to correct package
· bda0e358
dgelessus
authored
Feb 17, 2020
bda0e358
Store command names in command classes instead of ProBKernel
· e1266bcd
dgelessus
authored
Feb 17, 2020
e1266bcd
Expand :help intro text
· be1480e2
dgelessus
authored
Feb 17, 2020
be1480e2
Improve formatting of :help command list
· e5f08374
dgelessus
authored
Feb 17, 2020
e5f08374
Feb 13, 2020
Write kernel JSON using Gson instead of replacing strings in a template
· cf667776
dgelessus
authored
Feb 13, 2020
cf667776
Feb 04, 2020
Remove outdated note from :type command help
· 1c8f4ecb
dgelessus
authored
Feb 4, 2020
1c8f4ecb
Add support :let variables to more commands
· bbc147f3
dgelessus
authored
Feb 4, 2020
bbc147f3
Loading