mirror of
https://github.com/janet-lang/janet
synced 2025-10-16 00:07:40 +00:00
Merge changes from bundle-tools branch:
- Update file IO to explicitly use 64bit ftell/fseek - Add env argument to eval - Allow naming function literals with keywords.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2023 Calvin Rose
|
||||
# Copyright (c) 2024 Calvin Rose
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to
|
||||
|
@@ -42,7 +42,7 @@
|
||||
|
||||
(defn buffer-factory
|
||||
[]
|
||||
@"im am a buffer")
|
||||
@"i am a buffer")
|
||||
|
||||
(assert (not= (buffer-factory) (buffer-factory)) "buffer instantiation")
|
||||
|
||||
|
Reference in New Issue
Block a user