Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Names should use slashes #1

Closed
io7m opened this issue Nov 25, 2020 · 0 comments
Closed

Names should use slashes #1

io7m opened this issue Nov 25, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@io7m
Copy link
Owner

io7m commented Nov 25, 2020

java.lang.IllegalArgumentException: Bounds cannot exceed the bounds of this object.
  Path: a/b/c
  URI: urn:fake
  Existing bounds: absolute [0x0, 0x4)
  Requested bounds: absolute [0x0, 0x5)

Instead of the current:

java.lang.IllegalArgumentException: Bounds cannot exceed the bounds of this object.
  Path: a.b.c
  URI: urn:fake
  Existing bounds: absolute [0x0, 0x4)
  Requested bounds: absolute [0x0, 0x5)

This was supposed to be fixed in 1.0.0 but it wasn't.

@io7m io7m added the bug Something isn't working label Nov 25, 2020
@io7m io7m self-assigned this Nov 25, 2020
@io7m io7m closed this as completed in 409987b Nov 25, 2020
io7m added a commit that referenced this issue Nov 25, 2020
Release: com.io7m.jbssio 1.0.1
Change: Correctly use slashes in paths (Ticket: #1)
io7m added a commit that referenced this issue Nov 25, 2020
Release: com.io7m.jbssio 1.0.1

Change: Correctly use slashes in paths (Ticket: #1)
io7m added a commit that referenced this issue Nov 25, 2020
io7m added a commit that referenced this issue Nov 25, 2020
Release: com.io7m.jbssio 1.0.2
Change: Correctly use slashes in paths (again!) (Ticket: #1)
io7m added a commit that referenced this issue Nov 25, 2020
Release: com.io7m.jbssio 1.0.2

Change: Correctly use slashes in paths (again!) (Ticket: #1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant